Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f6 / 707d8b6e89df8bde486e367af3a77fab195edd
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 7630D431FB6\r
6         for <notmuch@notmuchmail.org>; Wed,  4 Jul 2012 12:08:13 -0700 (PDT)\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 mqXchSedA3gE for <notmuch@notmuchmail.org>;\r
16         Wed,  4 Jul 2012 12:08:11 -0700 (PDT)\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 651AE431FAE\r
20         for <notmuch@notmuchmail.org>; Wed,  4 Jul 2012 12:08:11 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id DDF1766E0101;\r
23         Wed,  4 Jul 2012 12:08:08 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (unknown [76.89.192.57])\r
26         (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id 5BFE766E016A;\r
28         Wed,  4 Jul 2012 12:08:05 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id B1014292; Wed,  4 Jul 2012 12:08:04 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: "Edwin\, Camber\, and Astor" <cstring@pobox.com>, notmuch@notmuchmail.org\r
33 Subject: Re: problem with outbound mail headers from Emacs\r
34 In-Reply-To: <29E3AFF3-000F-4831-9709-570B69239FB5@pobox.com>\r
35 References: <29E3AFF3-000F-4831-9709-570B69239FB5@pobox.com>\r
36 User-Agent: Notmuch/0.13.2+54~ga0426dc (http://notmuchmail.org) Emacs/23.4.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Wed, 04 Jul 2012 12:07:59 -0700\r
39 Message-ID: <87hatn73ao.fsf@servo.finestructure.net>\r
40 MIME-Version: 1.0\r
41 Content-Type: multipart/signed; boundary="=-=-=";\r
42         micalg=pgp-sha256; protocol="application/pgp-signature"\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Wed, 04 Jul 2012 19:08:13 -0000\r
56 \r
57 --=-=-=\r
58 Content-Transfer-Encoding: quoted-printable\r
59 \r
60 On Wed, Jul 04 2012, "Edwin, Camber, and Astor" <cstring@pobox.com> wrote:\r
61 > I've installed notmuch on my OS X computer and it seems to work fine.\r
62 > I can search, filter, tag, etc. mail successfully.  However, when\r
63 > notmuch is loaded, sending mail doesn't work correctly any more.  The\r
64 > headers I see after C-x m are:\r
65 >\r
66 > -------------------------------------------------------------\r
67 >\r
68 > From: /bin/bash: notmuch: command not found </bin/bash: notmuch: command =\r
69 not found>\r
70 > To:=20\r
71 > Subject:=20\r
72 > User-Agent: Notmuch/unknown (http://notmuchmail.org) Emacs/23.4.1 (x86_64=\r
73 -apple-darwin)\r
74 > Fcc: /bin/bash: notmuch: command not found/sent\r
75 > --text follows this line--\r
76 >\r
77 > --------------------------------------------------------\r
78 \r
79 The broken user-agent string is a hint to me as to what's going on.  The\r
80 Fcc dir is by default set relative to config database.path, which is\r
81 determined using notmuch-database-path.  notmuch-database-path calls\r
82 notmuch-config-get, which uses shell-command-to-string to get the\r
83 config.  And low and behold the only other place we use\r
84 shell-command-to-string is in notmuch-version, which is used to create\r
85 the user-agent string.  So I'm guessing that shell-command-to-string is\r
86 not getting the message that you've added /usr/local/bin to the path\r
87 with exec-path.\r
88 \r
89 What happens if you start emacs with /usr/local/bin already in the path,\r
90 e.g. (bash):\r
91 \r
92 PATH=3D/usr/local/bin:$PATH emacs -f notmuch\r
93 \r
94 ?\r
95 \r
96 jamie.\r
97 \r
98 --=-=-=\r
99 Content-Type: application/pgp-signature\r
100 \r
101 -----BEGIN PGP SIGNATURE-----\r
102 Version: GnuPG v1.4.12 (GNU/Linux)\r
103 \r
104 iQIcBAEBCAAGBQJP9JSQAAoJEO00zqvie6q8xuUP/R3vArTK87/t2PHAN5ttPNjx\r
105 1yWdu/FLtbtJlMjiRyPs2J0wCH9vw3dKewo2MKFYOx6+U1IpyS05kONPDEj3ZGnW\r
106 MuvMGSwDBps4yWN7i3Uez9OMB2A4/S1rtUM03Xf+OBSk6C7L4E+63jbTOzrJBx+A\r
107 iwmskiIaZ3sSeSdZN9qCGr27hb/EDOLFr5Q/AXhme8HVMNN8BSquFqAYu98bEFjI\r
108 ft5rEP0QGiXJdDnJIN0YMcjA8p0ZrQxwVrtG5XGlQBOdnBXkAtcXA7E4UTw6FEyC\r
109 WgssoERBsRCcjT4R49e1x/x0xGPz+qGjo2Tn/yeYyf5NNV0NiDWfYvJnq8tsYLZd\r
110 PJIHypwaTQkvRuWsFZByw3Bv2aKwkPhENKa+pJLQ00o/kYprYMJGF7vXBtqWSC//\r
111 ey97F29Bpmp1CoIzHtF4h7hSHgG+AJ2AQkKbbi7vy/oXV2fbdpApZDy70aDU/cid\r
112 q3i9a3DOJdi++WpsKUSIQamvQ+nd4IdbpMX9x00GkzkboWt6j5UW+lx94uBJkUZR\r
113 iNOtaNdtADclGftrnBJdBLOfSD1cXaKH65bXcRrPWbVADBHgO9oSPLTqg0pp8nyq\r
114 FPcckQmz4yT8+uImZSw9SRT/Vc5HhaNow5+IChTAv71YktQQ7rUTr/hwLT76Ys00\r
115 iTcFUID+TAMaEYTAX63K\r
116 =BS2n\r
117 -----END PGP SIGNATURE-----\r
118 --=-=-=--\r