Re: [PATCH] Move notmuch-fcc-header-setup to message-header-setup-hook.
authorJameson Rollins <jrollins@finestructure.net>
Tue, 14 Sep 2010 02:43:28 +0000 (22:43 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:13 +0000 (09:37 -0800)
48/83a92f0634a61d504e90ade55691913475ea08 [new file with mode: 0644]

diff --git a/48/83a92f0634a61d504e90ade55691913475ea08 b/48/83a92f0634a61d504e90ade55691913475ea08
new file mode 100644 (file)
index 0000000..27aee8e
--- /dev/null
@@ -0,0 +1,98 @@
+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 1103840BD85\r
+       for <notmuch@notmuchmail.org>; Mon, 13 Sep 2010 19:43:46 -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 FSZ6-R6o98DL for <notmuch@notmuchmail.org>;\r
+       Mon, 13 Sep 2010 19:43:35 -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 BAD5740BFD3\r
+       for <notmuch@notmuchmail.org>; Mon, 13 Sep 2010 19:43:35 -0700 (PDT)\r
+Received: from servo.finestructure.net (cpe-67-243-144-42.nyc.res.rr.com\r
+       [67.243.144.42])\r
+       (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
+       by serrano.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id o8E2hX7F025080\r
+       (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT)\r
+       for <notmuch@notmuchmail.org>; Mon, 13 Sep 2010 22:43:35 -0400 (EDT)\r
+Received: from jrollins by servo.finestructure.net with local (Exim 4.72)\r
+       (envelope-from <jrollins@finestructure.net>) id 1OvLUa-0003Pl-TO\r
+       for notmuch@notmuchmail.org; Mon, 13 Sep 2010 22:43:33 -0400\r
+From: Jameson Rollins <jrollins@finestructure.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] Move notmuch-fcc-header-setup to\r
+       message-header-setup-hook.\r
+In-Reply-To: <bcbef4e01c1c8103100339d61e61b73b39c92e71.1284322822.git.rlb@defaultvalue.org>\r
+References: <1284323018-8423-1-git-send-email-rlb@defaultvalue.org>\r
+       <bcbef4e01c1c8103100339d61e61b73b39c92e71.1284322822.git.rlb@defaultvalue.org>\r
+User-Agent: Notmuch/0.3.1-69-g51a0d54 (http://notmuchmail.org) Emacs/23.2.1\r
+       (i486-pc-linux-gnu)\r
+Date: Mon, 13 Sep 2010 22:43:28 -0400\r
+Message-ID: <87mxrlrqnj.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: Tue, 14 Sep 2010 02:43:46 -0000\r
+\r
+--=-=-=\r
+\r
+On Sun, 12 Sep 2010 15:23:38 -0500, Rob Browning <rlb@defaultvalue.org> wrote:\r
+> Call notmuch-fcc-header-setup from message-header-setup-hook rather\r
+> than message-send-hook.  This allows you to see what's going to\r
+> happen, and to make manual adjustments if desired.  Gnus does\r
+> something similar.\r
+\r
+I just tested this patch and it works as advertised.  The Fcc: field\r
+appears, properly filled in, when the message buffer is initial created.\r
+\r
+This will probably be good in conjunction with the patch to remove the\r
+automatic Bcc:.\r
+\r
+Signed-off-by: Jameson Rollins <jrollins@finestructure.net>\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
+iQIcBAEBCAAGBQJMjuFQAAoJEO00zqvie6q8YvIP/jibBdQL/oVldVg6mjlg+00R\r
+iJE4/1qZEoXhzATH8/HEjd/MvT+HJg1noemv5jRia2piVyW9Z3XCSDY7YW8Kdqs/\r
+nJH7JUTMhS9L78QN/bau5c4HTCwCX8l03MeRJor6Kh/bVDAmcREc1YHS/GrizBAp\r
+pF75u3EUEdlnq2LfHxEM+M9Dze9mRgRsGIATxkEzDUtYk33yRUyyPoYjXkmVCzG6\r
+SoOmqel/pi7+wvppF3zXcrZRRWVyHyg64s/goeroZeFO3T90yZ7GBkRXxODV41G5\r
+xh5ZEpm7fcswg06OH6T0WOd2dQmaBkR6hEPnVafaoHJeQoeMHInmS/J/KkAsgFel\r
+1fGYpLxWyIP6JvQvfT9t8LUvh/b/xkC849QUcbM30dDKqh3LIWXEsdLZOmynHP87\r
+82/cj5CjEIOC8NISDVv0Y9gw02sEn/6VUrklQKyetjgja/yxZl5S1fxyiqBnodxJ\r
+G/eHzpRqfLKYlL70WCwLFdWMm0JhcY+E4hu2i4BFL6A+RAaBuTqI5ldMK/tlF1HI\r
+72r4bbL0q49BWa0LbZMTpfJnhFy5rVnyc5zdcdNJY9SwCq0DITVlDH/E0VYUjJyI\r
+4j5OMvHYkdURuEYu++nhPT7QJu0l8ftlr67HSYluFVIHDIH0lYKmKTg2KdEFG0qz\r
+3PPDhSZ0XQtWFDHd239q\r
+=C6Wc\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r