--- /dev/null
+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 962F86DE0173\r
+ for <notmuch@notmuchmail.org>; Sun, 30 Aug 2015 18:44:11 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.116\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.116 tagged_above=-999 required=5 tests=[AWL=0.116]\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 Ka1SBQQF8KR9 for <notmuch@notmuchmail.org>;\r
+ Sun, 30 Aug 2015 18:44:09 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 4D11B6DE00CB\r
+ for <notmuch@notmuchmail.org>; Sun, 30 Aug 2015 18:44:08 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ZWE7p-00016P-OG; Mon, 31 Aug 2015 01:43:09 +0000\r
+Received: (nullmailer pid 17218 invoked by uid 1000); Mon, 31 Aug 2015\r
+ 01:42:49 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 2/2] emacs: add function to resend message to new\r
+ recipients\r
+In-Reply-To: <m2a8t8257b.fsf@guru.guru-group.fi>\r
+References: <1440619626-18768-1-git-send-email-tomi.ollila@iki.fi>\r
+ <1440619626-18768-2-git-send-email-tomi.ollila@iki.fi>\r
+ <87vbbxrl3g.fsf@maritornes.cs.unb.ca> <m2a8t8257b.fsf@guru.guru-group.fi>\r
+User-Agent: Notmuch/0.20.2+60~gcb08a2e (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sun, 30 Aug 2015 22:42:49 -0300\r
+Message-ID: <87lhcss06e.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, 31 Aug 2015 01:44:11 -0000\r
+\r
+Tomi Ollila <tomi.ollila@iki.fi> writes:\r
+\r
+>\r
+> emacs -q -L $PWD/emacs -l emacs/notmuch.el -f notmuch --eval '(progn (setq notmuch-address-command "nottoomuch-addresses.sh") (notmuch-address-message-insinuate))'\r
+>\r
+Ah, I missed notmuch-address-message-insinuate; it does work if I run\r
+that. I wonder if this can be simplified at all now that\r
+notmuch-message-mode exists. In general I'm leery of running code when\r
+we load notmuch*.el, as this has a history of causing problems for\r
+people using notmuch e.g. as a search tool for gnus.\r
+\r
+The completion interface takes a little getting used to, but it's\r
+definitely usable. And of course much better than what we have now ;).\r
+\r
+One thing I noticed which I _think_ is a bug, is that after calling\r
+notmuch-show-resend-message, notmuch-view-raw-message doesn't work\r
+anymore, complaining about a read-only buffer.\r
+\r
+d\r