[PATCH v2 06/14] cli/reply: make references header creation easier to follow
[notmuch-archives.git] / 54 / 76a815131c7503f14cab91a6d620afc1c7b43e
1 Return-Path: <jrollins@finestructure.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id AC224429E21\r
6         for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 15:45:33 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id PvBZ9nfPZLKz for <notmuch@notmuchmail.org>;\r
16         Fri, 16 Dec 2011 15:45:33 -0800 (PST)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 1D4F2431FD0\r
20         for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 15:45:33 -0800 (PST)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id A5F8466E0105;\r
23         Fri, 16 Dec 2011 15:45:32 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (DHCP-123-180.caltech.edu [131.215.123.180])\r
26         (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id BD00266E025B;\r
28         Fri, 16 Dec 2011 15:45:28 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 9B70F6F5; Fri, 16 Dec 2011 15:45:28 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: David Bremner <david@tethera.net>, Thomas Jost <schnouki@schnouki.net>,\r
33         notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH v3 1/4] emacs: Let the user choose where to compose new\r
35         mails\r
36 In-Reply-To: <87r505iecz.fsf@zancas.localnet>\r
37 References: <87d3cx2t38.fsf@rocinante.cs.unb.ca>\r
38         <1323797532-597-1-git-send-email-schnouki@schnouki.net>\r
39         <1323797532-597-2-git-send-email-schnouki@schnouki.net>\r
40         <877h1y13dv.fsf@zancas.localnet>\r
41         <87sjklzrcn.fsf@servo.finestructure.net>\r
42         <87r505iecz.fsf@zancas.localnet>\r
43 User-Agent: Notmuch/0.10.2+93~ga124635 (http://notmuchmail.org) Emacs/23.3.1\r
44         (x86_64-pc-linux-gnu)\r
45 Date: Fri, 16 Dec 2011 15:45:26 -0800\r
46 Message-ID: <878vmcgjxl.fsf@servo.finestructure.net>\r
47 MIME-Version: 1.0\r
48 Content-Type: multipart/signed; boundary="=-=-=";\r
49         micalg=pgp-sha256; protocol="application/pgp-signature"\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Fri, 16 Dec 2011 23:45:34 -0000\r
63 \r
64 --=-=-=\r
65 Content-Transfer-Encoding: quoted-printable\r
66 \r
67 On Thu, 15 Dec 2011 19:50:36 -0400, David Bremner <david@tethera.net> wrote:\r
68 > I think the problem is related to emacsclient.\r
69 >=20\r
70 > With 'm' I have the following behaviour:\r
71 >=20\r
72 > emacs -q --daemon\r
73 > M-x notmuch (to load variable definitions)\r
74 > M-x customize-variable notmuch-mua-compose-in\r
75 > (select compose in new window, save for current session)\r
76 > M-x notmuch\r
77 > m               ;; new window is opened as it should be\r
78 > C-c C-c         ;; frame is closed.\r
79 \r
80 Hey, David.  What exactly is the problem here?  These seems like it's\r
81 actually reasonable behavior when you're using emacs in daemon mode,\r
82 yes?  I don't actually use notmuch with emacs daemon/client, so I'm not\r
83 sure what behavior is expected.\r
84 \r
85 If this is an emacsclient issue, should that prevent the patch from\r
86 going through?\r
87 \r
88 jamie.\r
89 \r
90 --=-=-=\r
91 Content-Type: application/pgp-signature\r
92 \r
93 -----BEGIN PGP SIGNATURE-----\r
94 Version: GnuPG v1.4.11 (GNU/Linux)\r
95 \r
96 iQIcBAEBCAAGBQJO69gWAAoJEO00zqvie6q8OLwP/RLaYOMZy9oZGR2/ueOpkssz\r
97 L374dE6V7dQi8iI8w7hzVkcLG1xuaNaTT2Qdu79APBDLk43Y3jzIzUC8FObHsCqg\r
98 F/8EvizF+POo5bybFbHeAe9qUtzryt+cKncFB9PnRaQEPQE5HByQRVc5W5vesobI\r
99 H2GWlLfpKBpTd9H+JWvmRJBNLBrjUw2NbAz4R9K9AJ74szMTes4SowPR+ksNkDoT\r
100 Clm18T9Yqqk5uKPIPactV1eKRAEXwsJv+SX/dpor4AWEdCHsXVHmei5fhS3E59yN\r
101 eqQOjEqHjNBYO74a8Uxz9sdTOAYNVFK7xUdDg2NBrI1ncSUnC6NzA+UwIbUwr4R+\r
102 7666jc95OivhnNIS4c3+Xk4ND2FJaNv3OcMHYxG35R86ZYLoCtkgPksUkS6l8Ia/\r
103 q/76LUCJR6oa9sXSK9v9dWFzE6W29CF/E4JY5wL0oqwm+wjcOTdGAVNcp1s+95+V\r
104 hgkEeN59f2PMF7uOBCrK4dAE0xakg26etkcna7HpQljgROzY+FSjG2Tjcap25lLs\r
105 FfV4NizVy+m3F1UfcfZ6kddC13SSH6aj+Ap74Q7sjXGOkV+A+WVtPy9At4jWRLo3\r
106 Bwt2iwA+zkllFK7LpmKNhgJ4yhrdyT66VkaM65LWJCrxY35wyoKInJVdEehk19Vj\r
107 YukFGATjud71Ki31kEWV\r
108 =twG/\r
109 -----END PGP SIGNATURE-----\r
110 --=-=-=--\r