Re: [PATCH] emacs: Make the queries used in the all-tags section
authorCarl Worth <cworth@cworth.org>
Thu, 26 May 2011 01:05:48 +0000 (18:05 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:22 +0000 (09:38 -0800)
76/28c78b8bc57982cfa131d09010184117e0b8d4 [new file with mode: 0644]

diff --git a/76/28c78b8bc57982cfa131d09010184117e0b8d4 b/76/28c78b8bc57982cfa131d09010184117e0b8d4
new file mode 100644 (file)
index 0000000..0f5bf88
--- /dev/null
@@ -0,0 +1,96 @@
+Return-Path: <cworth@cworth.org>\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 02DA2429E28\r
+       for <notmuch@notmuchmail.org>; Wed, 25 May 2011 18:05:56 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.01\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.01 tagged_above=-999 required=5\r
+       tests=[T_MIME_NO_TEXT=0.01] 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 IV1ZSSStHEr9 for <notmuch@notmuchmail.org>;\r
+       Wed, 25 May 2011 18:05:55 -0700 (PDT)\r
+Received: from arlo.cworth.org (arlo.cworth.org [50.43.72.2])\r
+       by olra.theworths.org (Postfix) with ESMTP id 99183431FB6\r
+       for <notmuch@notmuchmail.org>; Wed, 25 May 2011 18:05:55 -0700 (PDT)\r
+Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
+       by arlo.cworth.org (Postfix) with ESMTP id B1C2129A4FA;\r
+       Wed, 25 May 2011 18:05:54 -0700 (PDT)\r
+Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
+       id 9D77425417E; Wed, 25 May 2011 18:05:54 -0700 (PDT)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Daniel Schoepe <daniel.schoepe@googlemail.com>,\r
+       Austin Clements <amdragon@mit.edu>\r
+Subject: Re: [PATCH] emacs: Make the queries used in the all-tags section\r
+In-Reply-To: <87aaeacqoi.fsf@gilead.invalid>\r
+References: <87fwoath2s.fsf@gilead.home.box>\r
+       <BANLkTinKS5LbQsZuK8HyCzj+Lo4xqa2Sfg@mail.gmail.com>\r
+       <871uznqeox.fsf@tredergarh.home.box>\r
+       <BANLkTin0+O=mubHF7JNpw4u3DQDQJQ5zbw@mail.gmail.com>\r
+       <874o4iwwp5.fsf@gilead.invalid> <871uzmwtng.fsf@gilead.invalid>\r
+       <BANLkTikAB0mogUuS-nT_-i51LBdUBHCz3g@mail.gmail.com>\r
+       <87ei3mcw7h.fsf@gilead.invalid>\r
+       <BANLkTi=729DWai4q57iBSfz1wDhBXsmndQ@mail.gmail.com>\r
+       <87aaeacqoi.fsf@gilead.invalid>\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1\r
+       (i486-pc-linux-gnu)\r
+Date: Wed, 25 May 2011 18:05:48 -0700\r
+Message-ID: <87fwo29spf.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+Cc: notmuch@notmuchmail.org\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: Thu, 26 May 2011 01:05:56 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Thu, 26 May 2011 01:21:17 +0200, Daniel Schoepe <daniel.schoepe@googlema=\r
+il.com> wrote:\r
+> Since the main difference between those sections is the clear visual\r
+> distinction, it might be an option to provide the user with functions to\r
+> easily declare new sections for the hello screen, where this sort of\r
+> thing is configurable.=20\r
+\r
+Yes!\r
+\r
+This sounds very much like what I want myself. (I'm planning to write a\r
+new "How I process mail" post summarizing some things I've learned about\r
+notmuch and my personal habits over the past two months.)\r
+\r
+I definitely have two very distinct groups of saved searches based on\r
+how I use them. And it would be nice to have them visually separated in\r
+the interface.\r
+\r
+=2DCarl\r
+\r
+=2D-=20\r
+carl.d.worth@intel.com\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iEYEARECAAYFAk3dp2wACgkQ6JDdNq8qSWhiuwCgjC35jOLAxsTa2IRp48Qqrml8\r
+QS4AnR4d0nOiGUUXLWTazvceetwxEAiW\r
+=5DJD\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r