Re: [PATCH v3 1/4] emacs: Let the user choose where to compose new mails
authorJameson Graef Rollins <jrollins@finestructure.net>
Thu, 15 Dec 2011 17:18:00 +0000 (09:18 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:52 +0000 (09:40 -0800)
4d/2f6f65e85f9b77a74835502eeaf0b5f036d9d0 [new file with mode: 0644]

diff --git a/4d/2f6f65e85f9b77a74835502eeaf0b5f036d9d0 b/4d/2f6f65e85f9b77a74835502eeaf0b5f036d9d0
new file mode 100644 (file)
index 0000000..7daa2ce
--- /dev/null
@@ -0,0 +1,99 @@
+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 53CE1429E25\r
+       for <notmuch@notmuchmail.org>; Thu, 15 Dec 2011 09:18:16 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.29\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3, 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 ubGsFyS2Mzhj for <notmuch@notmuchmail.org>;\r
+       Thu, 15 Dec 2011 09:18:15 -0800 (PST)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id C91C2431FD0\r
+       for <notmuch@notmuchmail.org>; Thu, 15 Dec 2011 09:18:15 -0800 (PST)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 11F9A66E01CE;\r
+       Thu, 15 Dec 2011 09:18:15 -0800 (PST)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (m62.ligo.caltech.edu [131.215.115.162])\r
+       (Authenticated sender: jrollins)\r
+       by earth-doxen-submit (Postfix) with ESMTP id 0DB7866E01FB;\r
+       Thu, 15 Dec 2011 09:18:03 -0800 (PST)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id D2668308; Thu, 15 Dec 2011 12:18:02 -0500 (EST)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: David Bremner <david@tethera.net>, Thomas Jost <schnouki@schnouki.net>,\r
+       notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v3 1/4] emacs: Let the user choose where to compose new\r
+       mails\r
+In-Reply-To: <877h1y13dv.fsf@zancas.localnet>\r
+References: <87d3cx2t38.fsf@rocinante.cs.unb.ca>\r
+       <1323797532-597-1-git-send-email-schnouki@schnouki.net>\r
+       <1323797532-597-2-git-send-email-schnouki@schnouki.net>\r
+       <877h1y13dv.fsf@zancas.localnet>\r
+User-Agent: Notmuch/0.10.2+93~ga124635 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Thu, 15 Dec 2011 09:18:00 -0800\r
+Message-ID: <87sjklzrcn.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-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, 15 Dec 2011 17:18:16 -0000\r
+\r
+--=-=-=\r
+\r
+On Thu, 15 Dec 2011 07:27:24 -0400, David Bremner <david@tethera.net> wrote:\r
+> There is something odd about the compose-in-new-frame support. If I run\r
+> M-x notmuch-mua-mail from within an initial frame, it doesn't create a\r
+> new frame but splits the current one. If I then run M-x notmuch, _that_\r
+> creates the new frame.\r
+\r
+Hey, David.  I think that notmuch-mua-mail is not the correct function.\r
+It works fine if you just use 'm' to invoke a new mail compose, which\r
+actually calls notmuch-mua-new-mail.\r
+\r
+I've been using this patch and it works quite well, particularly if you\r
+set message-kill-buffer-on-exit.\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJO6ivIAAoJEO00zqvie6q8TA8P/0EPWRZ9rTaHGpcFOiMRMFKi\r
+WQNjRNQMAM+b8id7ofHF7hkG+3PkgWW9y12Ysm8yrxEpC7KMUe/swrEKTMWwv3ju\r
+pOfJuZMY20VySO/Q2RWKUzmsZT7YHu5iV2HqO6mqSjozBMfKM6/hHNlA6gLNj7EO\r
+raiDgGREKBwlW+RQHDihAuZnNnZvwqGUHTeQk91Vz779Xbd2CTVkFGU+DxgvC1m3\r
+lCR8ukZisO/76TmdTkUeHFgTmkZIGqOU4VMXGYC4JM8mn3oxnwf2giAip4itQsCC\r
+OzugE2pPJsaTVjx7/XL+l7x2ozSYxXvYK4NijC1PFm6pC0ABEiqOvIZRNtZYJdu0\r
+FnK0bAwSYCrtTMam9lchbVaVRuhIzhsfLEbZWm/N/Im2QOjhmnvStb6J3uFi1fXV\r
+Z1Fgq69/P0/13tQ93FL8kiXXbKcirLw4Yyodkxak5/8a6ylZr7DLJ1Ols+omRlLB\r
+3nfmh+sOapt7bRdZXMDJthnJUDAYeRXzV5R73oW/yDxGZwoheaYJXiuR0qEJBO3K\r
+l67hXHWkiBwxmHpcxU5tpgEjjbNDN+AljbQXs1hIfwG6d2lJC6Rbv5j/1O3kbha1\r
+wsiunmCKqhxMVL9PuZR7QtDdg0PrWCjYz2huM4/t7miFWqpAa3CHsEtB8PY3soQ0\r
+DPZXoyL8qarfvuhAZo3c\r
+=0BP5\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r