From: Gregor Zattler Date: Wed, 18 Sep 2013 18:50:25 +0000 (+0200) Subject: Emacs: how to remove "unread" tag while reading emails X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8c5d32541709cb690a31e4752a6734a5445d56f0;p=notmuch-archives.git Emacs: how to remove "unread" tag while reading emails --- diff --git a/60/48c36afccfcb841e4c427308cb6f76337e9650 b/60/48c36afccfcb841e4c427308cb6f76337e9650 new file mode 100644 index 000000000..727601e83 --- /dev/null +++ b/60/48c36afccfcb841e4c427308cb6f76337e9650 @@ -0,0 +1,78 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id ED4A8431FAF + for ; Wed, 18 Sep 2013 11:50:43 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.001 +X-Spam-Level: +X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 + tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id ZNtknAP0fz88 for ; + Wed, 18 Sep 2013 11:50:36 -0700 (PDT) +Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 390D7431FAE + for ; Wed, 18 Sep 2013 11:50:36 -0700 (PDT) +Received: from boo.workgroup ([91.66.42.125]) by mail.gmx.com (mrgmx102) with + ESMTPSA (Nemesis) id 0Luajs-1W47gF2XYm-00zk40 for + ; Wed, 18 Sep 2013 20:50:31 +0200 +Received: from grfz by boo.workgroup with local (Exim 4.80) + (envelope-from ) + id 1VMMpV-0004fj-MA; Wed, 18 Sep 2013 20:50:25 +0200 +From: Gregor Zattler +To: notmuch@notmuchmail.org +Subject: Emacs: how to remove "unread" tag while reading emails +User-Agent: Notmuch/0.16 (http://notmuchmail.org) Emacs/24.3.50.1 + (i486-pc-linux-gnu) +Mail-Followup-To: notmuch@notmuchmail.org +Date: Wed, 18 Sep 2013 20:50:25 +0200 +Message-ID: <87hadi0xse.fsf@boo.workgroup> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +Sender: error4me@gmx.de +X-Provags-ID: V03:K0:22qnjqoLxy1yvKM7hGj1S0aXM4kMAu8a06r7R3ceKczRSuy1I5h + 2TChtfhc4GKLVFP9sSShiCEH6WvnFehOZ3M+4UnLzF5CWDw2GwshEyaMZlUT5kY2wH3Y5zo + sEPiWiLm1A9uyKtMsXPMhf/fbtyWhvYLqSdknnO9ZIJgEQACQIeQRFY1L6mexOVT1Tlm0eR + IRfP2o80d247iM4wcoFcw== +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Wed, 18 Sep 2013 18:50:44 -0000 + +Dear notmuchers, + +I had difficulties to reliably remove the "unread" tag from +messages. Mostly I page through threads with the space bar and +all is well. But when the beginning of the thread is already +collapsed and I "jump" in the middle of a message pressing space +bar does not remove the unread tag. It's only removed when +*entering* the message via space bar from the previous message. +So the last press on space bar in the previous message jumps to +the next message and at the same time removes its unread tag. + +This seems strange to me. I would say the unread tag should be +removed when leaving the message with the last press on space +bar, indicating that one really paged trough the whole message +instead of only seeing the very beginning of it. + +What=E2=80=99s the rationale to this behaviour? Am I missing something?=20= +=20 + +Thanks for your attention, gregor