Re: See only unread message in a thread ?
authorJameson Rollins <jrollins@finestructure.net>
Tue, 13 Apr 2010 23:29:29 +0000 (19:29 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:38 +0000 (09:36 -0800)
fc/6fe11a18e42ae609580460b794319f93bf5c33 [new file with mode: 0644]

diff --git a/fc/6fe11a18e42ae609580460b794319f93bf5c33 b/fc/6fe11a18e42ae609580460b794319f93bf5c33
new file mode 100644 (file)
index 0000000..c999121
--- /dev/null
@@ -0,0 +1,116 @@
+Return-Path: <jrollins@finestructure.net>\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 875CD4196F2\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Apr 2010 16:29:43 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -4.19\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-4.19 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01]\r
+       autolearn=ham\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 39a9m4fMrEhK for <notmuch@notmuchmail.org>;\r
+       Tue, 13 Apr 2010 16:29:42 -0700 (PDT)\r
+Received: from brinza.cc.columbia.edu (brinza.cc.columbia.edu [128.59.29.8])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9A188431FC1\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Apr 2010 16:29:42 -0700 (PDT)\r
+Received: from servo.finestructure.net (geco.phys.columbia.edu\r
+       [128.59.170.159])\r
+       (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
+       by brinza.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id o3DNTcg3016062\r
+       (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
+       Tue, 13 Apr 2010 19:29:38 -0400 (EDT)\r
+Received: from jrollins by servo.finestructure.net with local (Exim 4.71)\r
+       (envelope-from <jrollins@finestructure.net>)\r
+       id 1O1pY2-0007eJ-2W; Tue, 13 Apr 2010 19:29:38 -0400\r
+From: Jameson Rollins <jrollins@finestructure.net>\r
+To: James Westby <jw+debian@jameswestby.net>, Xavier Maillard <xma@gnu.org>,\r
+       notmuch@notmuchmail.org\r
+Subject: Re: See only unread message in a thread ?\r
+In-Reply-To: <871vejt2py.fsf@jameswestby.net>\r
+References: <m2tyrf3sux.fsf@deb.maillard.im> <871vejt2py.fsf@jameswestby.net>\r
+Date: Tue, 13 Apr 2010 19:29:29 -0400\r
+Message-ID: <87iq7vc4o6.fsf@servo.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha256; protocol="application/pgp-signature"\r
+X-No-Spam-Score: Local\r
+X-Scanned-By: MIMEDefang 2.68 on 128.59.29.8\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: Tue, 13 Apr 2010 23:29:43 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Tue, 13 Apr 2010 23:19:37 +0100, James Westby <jw+debian@jameswestby.net=\r
+> wrote:\r
+> On Wed, 14 Apr 2010 00:11:50 +0200, Xavier Maillard <xma@gnu.org> wrote:\r
+> > Say I have a thread with A-B-C. I visit the thread and read the\r
+> > whole thread. Let's say after 'notmuch new' a post has entered\r
+> > the thread: A-B-C-D. Is there an easy way to just have one of\r
+> > these behaviour:\r
+> >=20\r
+> > - only show the new message (with an option to toggle display of\r
+> >   the old messages)\r
+> > - display the whole thread with the 3 read messages 'collapsed'\r
+> >   and only the unread message 'expanded'\r
+>=20\r
+> This is the default behaviour in my experience.\r
+\r
+I agree this is the behavior I see, but there is a caveat that may be\r
+the cause of confusion:\r
+\r
+> Reading a message unsets the 'unread' tag.\r
+>=20\r
+> The default search if for 'inbox' + 'unread'.\r
+\r
+Actually, the default search is for just "tag:inbox", which will also\r
+display any messages in the inbox that have "tag:unread" as well.  But\r
+remember that if you are coming from a search for "tag:inbox", when you\r
+view a thread all the message with "tag:inbox" will be visible\r
+(uncollapsed), whether or not they have "tag:unread" not.  Just reading\r
+a message will not cause it to collapse when coming from a "tag:inbox"\r
+search.  I think this might be where the confusion is coming from.  If\r
+you want to view just the messages in your inbox that are unread, then\r
+you need to search for "tag:inbox and tag:unread", or type 'f' in\r
+notmuch mode to filter your inbox search with the "tag:unread" search.\r
+Make sense?\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.10 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJLxP5ZAAoJEO00zqvie6q85gkP/jB3oFOymtnkhP9N2HRo+SQX\r
+wVjeg+1tsLaJrjwtAjFjGQqy34YTjoTvbpucNWZRe11fMoa+hItFFLLg0A85pMRM\r
+2e6AOYACtvg450Epj8pxpou5CrqMdyu5/NQ3+EGmJdS8Nc9mTVpqqpAW7usCvQ7x\r
+3q6r21Chqc7e6Ms4cGgrmu64f9Tkg7QfwGHHgCDxtq1IqE09Z1gcZzDMMh3peD3g\r
+tU0eNIFg7I8W7gJeUf4eYFoSwcnHncKoZN/aVTPjybADFS4w7jDcYZ53AwF7W2oO\r
+vPvIwyyLcMrFUlGdvMSx/7qpfjDFqhaiX9p8YgSTiEjJYtg/QQVxWPZoaaIWqJHr\r
+dMYZOsoZiGVCLcMmA0Tkv0ygzfvzOHanA10U3pEU5xTkGMqA2Hn9rPpQGIYbG/JA\r
+qJE+uJlIZgRjg0PTDn+BAULKZml/jXzQm78AbtW9+PeAlHzFtb92sdadbe0yxXJz\r
+sCChh+WWhUjTsarHPowheq0OMuH3AdQ1gU2654hlPaeXRnMPMncr3G6iN6FmsZ4F\r
+AIDtEuvYFsSDdE1aHh4GSuPX41zotynge7c197bq+ZIUZbYTjsj/O5DyXtK30mi+\r
+yjt/LQJva9xKTzrNUCWosxV0Ci1ZAtrim2OCxERwncSmyOTEAc30UG0CH78ibdmE\r
+nh7H4JoxhKAkWVwQayOp\r
+=8doh\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r