Re: [PATCH] remove message archiving from show-advance-and-archive
authorJameson Rollins <jrollins@finestructure.net>
Wed, 9 Jun 2010 19:18:00 +0000 (15:18 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:07 +0000 (09:37 -0800)
1d/76c2288e1d3d1144b583c7682e04ecea1b8ed7 [new file with mode: 0644]

diff --git a/1d/76c2288e1d3d1144b583c7682e04ecea1b8ed7 b/1d/76c2288e1d3d1144b583c7682e04ecea1b8ed7
new file mode 100644 (file)
index 0000000..6198379
--- /dev/null
@@ -0,0 +1,108 @@
+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 8A6D84196F2\r
+       for <notmuch@notmuchmail.org>; Wed,  9 Jun 2010 12:18:23 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -3.42\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-3.42 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_SORBS_WEB=0.77,\r
+       T_MIME_NO_TEXT=0.01] autolearn=unavailable\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 90Sdile6RpA4 for <notmuch@notmuchmail.org>;\r
+       Wed,  9 Jun 2010 12:18:10 -0700 (PDT)\r
+Received: from serrano.cc.columbia.edu (serrano.cc.columbia.edu [128.59.29.6])\r
+       by olra.theworths.org (Postfix) with ESMTP id 6E2034196F3\r
+       for <notmuch@notmuchmail.org>; Wed,  9 Jun 2010 12:18:10 -0700 (PDT)\r
+Received: from servo.finestructure.net (NYUFGA-GUESTS-01.NATPOOL.NYU.EDU\r
+       [192.76.177.124])\r
+       (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
+       by serrano.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id o59JI4gf012469\r
+       (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
+       Wed, 9 Jun 2010 15:18:07 -0400 (EDT)\r
+Received: from jrollins by servo.finestructure.net with local (Exim 4.71)\r
+       (envelope-from <jrollins@finestructure.net>)\r
+       id 1OMQmp-00084N-Uy; Wed, 09 Jun 2010 15:18:04 -0400\r
+From: Jameson Rollins <jrollins@finestructure.net>\r
+To: Carl Worth <cworth@cworth.org>, Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Re: [PATCH] remove message archiving from show-advance-and-archive\r
+In-Reply-To: <871vcghz8o.fsf@yoom.home.cworth.org>\r
+References: <87zkz4xnf4.fsf@servo.finestructure.net>\r
+       <871vcghz8o.fsf@yoom.home.cworth.org>\r
+User-Agent: Notmuch/0.3.1-59-g0b3b2bd (http://notmuchmail.org) Emacs/23.1.1\r
+       (i486-pc-linux-gnu)\r
+Date: Wed, 09 Jun 2010 15:18:00 -0400\r
+Message-ID: <87vd9svwuv.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.6\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, 09 Jun 2010 19:18:23 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Wed, 09 Jun 2010 10:50:15 -0700, Carl Worth <cworth@cworth.org> wrote:\r
+> Meanwhile, I'm currently working on support for piping a whole thread of\r
+> messages as an mbox to a process, (mostly getting bogged down in trying\r
+> to fix mbox support in git).\r
+>=20\r
+> For that, I think I want the current '|' binding to pipe the current\r
+> message and then a new binding ("M-|" ?) to pipe every (open) message in\r
+> the thread.\r
+>=20\r
+> Which makes me think that other operations should work similarly. '+'\r
+> and '-' should change tags on the current message (as they do currently)\r
+> and then new "M-+" and "M--" could change tags on all (open) messages in\r
+> the thread.\r
+>=20\r
+> That would highlight the current 'a' as out of place since it's\r
+> currently archiving every message in the thread. So I'd then fix it to\r
+> be 'a' for the current message and "M-a" for every (open) message in the\r
+> thread.\r
+>=20\r
+> What do people think of that?\r
+\r
+I think it's definitely the right way to go.  I actually rebound my keys\r
+to do that long ago.\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
+iQIcBAEBCAAGBQJMD+joAAoJEO00zqvie6q8GgMP/ju9m0Q9v5rg3CrYYYSFQzZf\r
+hAn9CqxGWEkL66bmO6YsqfrUTJBt1O+a1O0a/nBK5x/m1cwkQ/Po34oa7UPUa+CB\r
+la7Ep3m1I4LudYgeK/DOGZQHMwxfK0MABB7cWdObNEPEUq93F2A6jetLaiaV6xYn\r
+sLKGCk/wSOrut6c7WwgW1TTKeC29MkUaSa5Rq6KwMAIe8TmdDY9idsfPhwcW4G55\r
+2ejaB5Ul1KOi6bO4d5Y4YRVXi9K+fjA3jyFEiBFJ3tD7rxgEb0McSAg5kyYbu/yt\r
+MqPdy/NxGR+MeZIwuxqpLkRx/j/RLN4kxykOiZ3ocP6Cq134cx5Ici/mWfxX9Jf2\r
+nzLYaT10hV9NCcTSDlIBizlTV7cA6BT1bzoZFNmwqwisjr463P8l6D4mWoVvYkoR\r
+i3jLjgBlGMqwZjhqUKrKx5PQ+wi1E51C7yk/ajljSt7kzLymbcaksXl/OYtofRme\r
+Z0PbxTIMGOIJ0d6zyNefvyIwnoECeqTflbU+dtiNtuDuKiqzA8SFxD7kQPk/3d+T\r
+D2WC3y2NZSyczSTEc7EQBsNwGhRsg06LNfHPEyOfkJRH+cckNikQwx4SheXVUmOs\r
+jBSj55HSzocZkeIZhV58TV6MBDzL4N1XHPdZK+pkA+rM9iJxHAbvUm5XP7xu33ko\r
+aRApPStcO5IGXhgUsP8e\r
+=RHyu\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r