[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 2a / 1a95502a92ce04a0c3bb6d3ab4770fa9210c9c
1 Return-Path: <cworth@cworth.org>\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 B4278431FBF;\r
6         Sat, 19 Dec 2009 18:37:13 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id QLhudVP-eE5s; Sat, 19 Dec 2009 18:37:13 -0800 (PST)\r
11 Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 0D8A9431FAE;\r
13         Sat, 19 Dec 2009 18:37:13 -0800 (PST)\r
14 Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
15         id 96DA1254306; Sat, 19 Dec 2009 18:37:12 -0800 (PST)\r
16 From: Carl Worth <cworth@cworth.org>\r
17 To: Alex Ghitza <aghitza@gmail.com>, Jed Brown <jed@59A2.org>,\r
18         notmuch@notmuchmail.org\r
19 In-Reply-To: <54hbrmze3v.fsf@gmail.com>\r
20 References: <54hbrnpod1.fsf@gmail.com> <8763836xnv.fsf@59A2.org>\r
21         <54hbrmze3v.fsf@gmail.com>\r
22 Date: Sat, 19 Dec 2009 18:37:12 -0800\r
23 Message-ID: <87aaxextev.fsf@yoom.home.cworth.org>\r
24 MIME-Version: 1.0\r
25 Content-Type: multipart/signed; boundary="=-=-=";\r
26         micalg=pgp-sha1; protocol="application/pgp-signature"\r
27 Subject: Re: [notmuch] keeping a copy of sent mail locally\r
28 X-BeenThere: notmuch@notmuchmail.org\r
29 X-Mailman-Version: 2.1.12\r
30 Precedence: list\r
31 List-Id: "Use and development of the notmuch mail system."\r
32         <notmuch.notmuchmail.org>\r
33 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
35 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
36 List-Post: <mailto:notmuch@notmuchmail.org>\r
37 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
38 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
40 X-List-Received-Date: Sun, 20 Dec 2009 02:37:13 -0000\r
41 \r
42 --=-=-=\r
43 \r
44 On Sun, 20 Dec 2009 11:24:52 +1100, Alex Ghitza <aghitza@gmail.com> wrote:\r
45 > However, if I'm using notmuch in emacs and press 'm' to compose a new\r
46 > message, then the Bcc header is not added automatically and I guess it's\r
47 > not surprising that the rest doesn't work as expected.\r
48 \r
49 Yeah, sorry about that. That's a known bug.\r
50 \r
51 > So where is the difference between 'm' and 'r' coming from?\r
52 \r
53 The difference is that 'r' actually runs the "notmuch reply" command and\r
54 that command explicitly puts your own address into the Bcc. So this is\r
55 happening outside of any emacs code.\r
56 \r
57 When you hit 'm', though, there's not any notmuch code involved,\r
58 (neither C code, nor emacs lisp), as it's currently just running\r
59 `message-mail'. So we need to figure out how to configure (or hook) that\r
60 to insert the Bcc, and then we can fix notmuch.el to do this without any\r
61 user configuration.\r
62 \r
63 > I have (setq mail-self-blind t)  in my .emacs, and I thought that should take\r
64 > care of things, but it obviously doesn't.\r
65 \r
66 Ah, interesting.\r
67 \r
68 I'm guessing that that variable would apply to the "mail" mode stuff in\r
69 emacs, but perhaps not the "message" mode stuff we're using.\r
70 \r
71 Yes, emacs mail support is a huge pile of very similar, but incompatible\r
72 systems.\r
73 \r
74 Hopefully someone can fix this soon, since I really don't like the fact\r
75 that I'm currently not getting copies of several messages that I'm\r
76 composing and sending.\r
77 \r
78 -Carl\r
79 \r
80 --=-=-=\r
81 Content-Type: application/pgp-signature\r
82 \r
83 -----BEGIN PGP SIGNATURE-----\r
84 Version: GnuPG v1.4.10 (GNU/Linux)\r
85 \r
86 iD8DBQFLLY3Y6JDdNq8qSWgRAhsSAJ0U8/teGOBgWDpcFQ0+xhFSly5s6wCeNYH1\r
87 lY5dXSFQZmEt0i2gtwAYl8Y=\r
88 =ung+\r
89 -----END PGP SIGNATURE-----\r
90 --=-=-=--\r