Emacs: how to remove "unread" tag while reading emails
authorGregor Zattler <telegraph@gmx.net>
Wed, 18 Sep 2013 18:50:25 +0000 (20:50 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:57:10 +0000 (09:57 -0800)
60/48c36afccfcb841e4c427308cb6f76337e9650 [new file with mode: 0644]

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