database error
[notmuch-archives.git] / f5 / 730de84fdb5907a2a92dbbea2ef280d809699a
1 Return-Path: <keithp@keithp.com>\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 29099431FC0\r
6         for <notmuch@notmuchmail.org>; Sat, 19 Dec 2009 21:02:33 -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 BSfm6q3XsCIa for <notmuch@notmuchmail.org>;\r
11         Sat, 19 Dec 2009 21:02:30 -0800 (PST)\r
12 Received: from keithp.com (home.keithp.com [63.227.221.253])\r
13         by olra.theworths.org (Postfix) with ESMTP id D6412431FAE\r
14         for <notmuch@notmuchmail.org>; Sat, 19 Dec 2009 21:02:29 -0800 (PST)\r
15 Received: from localhost (localhost [127.0.0.1])\r
16         by keithp.com (Postfix) with ESMTP id D9C017600F8;\r
17         Sat, 19 Dec 2009 21:02:28 -0800 (PST)\r
18 X-Virus-Scanned: Debian amavisd-new at keithp.com\r
19 Received: from keithp.com ([127.0.0.1])\r
20         by localhost (keithp.com [127.0.0.1]) (amavisd-new, port 10024)\r
21         with LMTP id BEHW384+5SLS; Sat, 19 Dec 2009 21:02:19 -0800 (PST)\r
22 Received: by keithp.com (Postfix, from userid 1033)\r
23         id 21E39760112; Sat, 19 Dec 2009 21:02:19 -0800 (PST)\r
24 Received: from koto.keithp.com (localhost [127.0.0.1])\r
25         by keithp.com (Postfix) with ESMTP id 1C2967600F8;\r
26         Sat, 19 Dec 2009 21:02:19 -0800 (PST)\r
27 Received: by koto.keithp.com (Postfix, from userid 1488)\r
28         id B809011C07F; Sat, 19 Dec 2009 21:02:18 -0800 (PST)\r
29 From: Keith Packard <keithp@keithp.com>\r
30 To: Alex Ghitza <aghitza@gmail.com>, Carl Worth <cworth@cworth.org>,\r
31         Jed Brown <jed@59A2.org>, notmuch@notmuchmail.org\r
32 In-Reply-To: <54eimqz2sk.fsf@gmail.com>\r
33 References: <54hbrnpod1.fsf@gmail.com> <8763836xnv.fsf@59A2.org>\r
34         <54hbrmze3v.fsf@gmail.com> <87aaxextev.fsf@yoom.home.cworth.org>\r
35         <yunljgye4uu.fsf@aiko.keithp.com> <54eimqz2sk.fsf@gmail.com>\r
36 Date: Sat, 19 Dec 2009 21:02:18 -0800\r
37 Message-ID: <yuneimqdyqt.fsf@aiko.keithp.com>\r
38 MIME-Version: 1.0\r
39 Content-Type: multipart/signed; boundary="=-=-=";\r
40         micalg=pgp-sha1; protocol="application/pgp-signature"\r
41 Subject: Re: [notmuch] keeping a copy of sent mail locally\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.12\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sun, 20 Dec 2009 05:02:33 -0000\r
55 \r
56 --=-=-=\r
57 Content-Transfer-Encoding: quoted-printable\r
58 \r
59 On Sun, 20 Dec 2009 15:29:15 +1100, Alex Ghitza <aghitza@gmail.com> wrote:\r
60 \r
61 > Good.  So we can put this in notmuch.el and Keith will get everybody's\r
62 > sent mail. :)\r
63 \r
64 That seems sub-optimal, at least for me...\r
65 \r
66 > It looks like we need a way to get the primary email address from the\r
67 > config file.\r
68 \r
69 We actually want to let the user *select* an email address from the\r
70 config file, and then automagically set the bcc: flag as\r
71 appropriate. Without that, I'd end up bcc'ing all of my mail through my\r
72 home address, which would end up sending work email unencrypted to my\r
73 house. Sub-optimal\r
74 \r
75 > (setq user-full-name "Alex Ghitza")\r
76 > (setq user-mail-address "aghitza@gmail.com")\r
77 \r
78 You can set everything in the message-mail argument list:\r
79 \r
80 (message-mail nil nil '(("bcc" "keith.packard@intel.com") ("from" "Keith Pa=\r
81 ckard <keith.packard@intel.com>")))\r
82 \r
83 Alternatively, we can hack up message mode so that when the From address\r
84 is set (using completion from the notmuch config), the Bcc line is copied.\r
85 \r
86 =2D-=20\r
87 keith.packard@intel.com\r
88 \r
89 --=-=-=\r
90 Content-Type: application/pgp-signature\r
91 \r
92 -----BEGIN PGP SIGNATURE-----\r
93 Version: GnuPG v1.4.10 (GNU/Linux)\r
94 \r
95 iD8DBQFLLa/aQp8BWwlsTdMRAklBAKC0hd4T459JAhHAlfNlE3x5AwYQLgCeNLv3\r
96 ESim2v7ww0xr84Xt+h6wFzs=\r
97 =EFz4\r
98 -----END PGP SIGNATURE-----\r
99 --=-=-=--\r