Re: [PATCH] RFC: all deleting all properties with a given key
[notmuch-archives.git] / 38 / a7e20be055aaaaf8b8bf997e13e0966a27430f
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 8B853431FBF\r
6         for <notmuch@notmuchmail.org>; Sun, 20 Dec 2009 10:31:24 -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 CRf1TJ94Iix6 for <notmuch@notmuchmail.org>;\r
11         Sun, 20 Dec 2009 10:31:24 -0800 (PST)\r
12 Received: from brinza.cc.columbia.edu (brinza.cc.columbia.edu [128.59.29.8])\r
13         by olra.theworths.org (Postfix) with ESMTP id 5B112431FAE\r
14         for <notmuch@notmuchmail.org>; Sun, 20 Dec 2009 10:31:24 -0800 (PST)\r
15 Received: from servo.finestructure.net (cpe-72-227-128-66.nyc.res.rr.com\r
16         [72.227.128.66])\r
17         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
18         by brinza.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id nBKIVDt6012990\r
19         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
20         Sun, 20 Dec 2009 13:31:14 -0500 (EST)\r
21 Received: from jrollins by servo.finestructure.net with local (Exim 4.69)\r
22         (envelope-from <jrollins@finestructure.net>)\r
23         id 1NMQYj-0002Fo-OO; Sun, 20 Dec 2009 13:31:13 -0500\r
24 Date: Sun, 20 Dec 2009 13:31:13 -0500\r
25 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
26 To: Marten Veldthuis <marten@veldthuis.com>\r
27 Message-ID: <20091220183113.GA4482@finestructure.net>\r
28 References: <54hbrnpod1.fsf@gmail.com> <8763836xnv.fsf@59A2.org>\r
29         <54hbrmze3v.fsf@gmail.com> <87aaxextev.fsf@yoom.home.cworth.org>\r
30         <yunljgye4uu.fsf@aiko.keithp.com> <54eimqz2sk.fsf@gmail.com>\r
31         <yuneimqdyqt.fsf@aiko.keithp.com> <87ws0hjyio.fsf@veldthuis.com>\r
32 MIME-Version: 1.0\r
33 Content-Type: multipart/signed; micalg=pgp-sha256;\r
34         protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0"\r
35 Content-Disposition: inline\r
36 In-Reply-To: <87ws0hjyio.fsf@veldthuis.com>\r
37 User-Agent: Mutt/1.5.20 (2009-06-14)\r
38 X-No-Spam-Score: Local\r
39 X-Scanned-By: MIMEDefang 2.68 on 128.59.29.8\r
40 Cc: notmuch@notmuchmail.org\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 18:31:24 -0000\r
55 \r
56 \r
57 --k+w/mQv8wyuph6w0\r
58 Content-Type: text/plain; charset=us-ascii\r
59 Content-Disposition: inline\r
60 Content-Transfer-Encoding: quoted-printable\r
61 \r
62 On Sun, Dec 20, 2009 at 07:22:55PM +0100, Marten Veldthuis wrote:\r
63 > There's a message-send-hook, which we should probably use. Something\r
64 > like:\r
65 >=20\r
66 >   (add-hook 'message-send-hook 'notmuch-always-bcc-sender)\r
67 >   (defun notmuch-always-bcc-sender ()\r
68 >     (message-add-header (concat "Bcc: "\r
69 >                                 (message-fetch-field "From"))))\r
70 >=20\r
71 > Though I've just scrabbled this together from the docs, I think it\r
72 > should work (haven't tried it though).\r
73 \r
74 Hi, folks.  I've been following this thread a bit and I wanted to put\r
75 in my argument that using Bcc is *NOT* the way to save local copies of\r
76 sent mail.  I really don't think that we need to require that the mail\r
77 actually get send out to the world wide net just to save a copy of it\r
78 locally.  I think there must be better ways of doing this.\r
79 \r
80 There must be a way to tell emacs message-mode to save a copy of\r
81 outgoing mail locally.  Mutt does this with it's Fcc commands\r
82 (ie. "file carbon copy").  I think we should look for a solution\r
83 like this.\r
84 \r
85 I definitely want to save copies of all of my outgoing mail locally,\r
86 but I think that doing that with Bcc is the wrong way to do it.\r
87 \r
88 jamie.\r
89 \r
90 --k+w/mQv8wyuph6w0\r
91 Content-Type: application/pgp-signature; name="signature.asc"\r
92 Content-Description: Digital signature\r
93 Content-Disposition: attachment\r
94 \r
95 -----BEGIN PGP SIGNATURE-----\r
96 Version: GnuPG v1.4.10 (GNU/Linux)\r
97 \r
98 iQIcBAEBCAAGBQJLLm1vAAoJEO00zqvie6q8ddIP/iiIWIp8O5b2dnI0OI/tejXk\r
99 ePqdBxTdoK2vBjFh1KEVUGat0qkEFNkzJll/QD4qiFFV5ltaL/o8hddue2AcJNnY\r
100 VdfzNlqPkgGUy1MKdgwI2gBsoM789pTIlFtVR3VOdc6F1uJ4Y/jUHdLCBR3EsFDr\r
101 ZsbHzIg44k/cEgj/gJTg55IwgAKtjylvbHopdFenCg1QoUUT1OZCwBbYTSSmOh3i\r
102 aidx4U5wVoPWVPh75xEMAoO6y8kJ+LQaO/AC9xRp/kBR8N8tFX5s0RyqocLDTriS\r
103 X153c1KeH5gd3PVn2GtcVOR/Kk8mFrK5IYcqetBi8yZH3Q2h4F2Zo2bafC8GV+29\r
104 B0h1NWp7KOB/559kl2LXCg/DCG7lgtE/EHwa2lBcBeR+CNEspc1hAb4KvUMDDmoT\r
105 B2HS+xYwhADb7qEI27LhA6lRglV1BMuTmYFnSioyhRniniFUxrAaCwWJUkDeldk4\r
106 IFz04O1SAUdLl689EpL6YCO4Z66XfXLhF89IWfk9H+JyGD/0a8462jFziQFGRDNz\r
107 uqcHZVl0J5ZiQLLjan73nFxN/pNzs0GjLeVlESZ7imee29h+ebIJ4QMsqZ+uw8lj\r
108 GzgFl/SsbGkLAl+eleIIjX+gYcIe4jsmQMO+sbflHqD7odyRLPhb5lMSgkA9MltD\r
109 ZJK8639i6j5xoKOgpX1b\r
110 =addt\r
111 -----END PGP SIGNATURE-----\r
112 \r
113 --k+w/mQv8wyuph6w0--\r