Re: [PATCH 2/2] emacs: make modifications to message Fcc vars buffer-local
authorDavid Bremner <david@tethera.net>
Mon, 3 Aug 2015 08:25:46 +0000 (10:25 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:14 +0000 (14:49 -0700)
b6/d31fb70517e2e2b64478cae0b46ee82a076a88 [new file with mode: 0644]

diff --git a/b6/d31fb70517e2e2b64478cae0b46ee82a076a88 b/b6/d31fb70517e2e2b64478cae0b46ee82a076a88
new file mode 100644 (file)
index 0000000..6b52d3d
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <david@tethera.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 arlo.cworth.org (Postfix) with ESMTP id D0E5A6DE1413\r
+ for <notmuch@notmuchmail.org>; Mon,  3 Aug 2015 01:27:31 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.144\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.144 tagged_above=-999 required=5 tests=[AWL=0.144]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id nvmx3Bbcviou for <notmuch@notmuchmail.org>;\r
+ Mon,  3 Aug 2015 01:27:29 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 8D0AC6DE1410\r
+ for <notmuch@notmuchmail.org>; Mon,  3 Aug 2015 01:27:29 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ZMB4L-0004wu-Kb; Mon, 03 Aug 2015 08:26:01 +0000\r
+Received: (nullmailer pid 15988 invoked by uid 1000); Mon, 03 Aug 2015\r
+ 08:25:46 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 2/2] emacs: make modifications to message Fcc vars\r
+ buffer-local\r
+In-Reply-To: <873800yfuq.fsf@qmul.ac.uk>\r
+References: <87vbdrysd7.fsf@qmul.ac.uk>\r
+ <1438422296-29087-1-git-send-email-david@tethera.net>\r
+ <1438422296-29087-3-git-send-email-david@tethera.net>\r
+ <873800yfuq.fsf@qmul.ac.uk>\r
+User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Mon, 03 Aug 2015 10:25:46 +0200\r
+Message-ID: <87fv4093sl.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Mon, 03 Aug 2015 08:27:31 -0000\r
+\r
+Mark Walters <markwalters1009@gmail.com> writes:\r
+\r
+>\r
+> Do you mean the buffer name is *mail*? We could just call rename-buffer\r
+> somewhere (maybe in our derived mode bit?)\r
+\r
+The mode-line says "notmuch-compose", but the menu is called\r
+"Message". Maybe we should call the mode "notmuch-message" and write\r
+"Notmuch Message" in the mode line. You know what Tomi always says about\r
+naming things ;). \r
+\r
+>\r
+> A related case, which we probably should fix, is that C-c C-s is bound to\r
+> message send (and don't exit), this probably needs a wrapper too\r
+\r
+That's a good point, and should probably even be done in the initial\r
+merged patch series.\r