Re: [notmuch] keeping a copy of sent mail locally
authorCarl Worth <cworth@cworth.org>
Sun, 20 Dec 2009 02:37:12 +0000 (18:37 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:54 +0000 (09:35 -0800)
2a/1a95502a92ce04a0c3bb6d3ab4770fa9210c9c [new file with mode: 0644]

diff --git a/2a/1a95502a92ce04a0c3bb6d3ab4770fa9210c9c b/2a/1a95502a92ce04a0c3bb6d3ab4770fa9210c9c
new file mode 100644 (file)
index 0000000..b7c94d4
--- /dev/null
@@ -0,0 +1,90 @@
+Return-Path: <cworth@cworth.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id B4278431FBF;\r
+       Sat, 19 Dec 2009 18:37:13 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id QLhudVP-eE5s; Sat, 19 Dec 2009 18:37:13 -0800 (PST)\r
+Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0D8A9431FAE;\r
+       Sat, 19 Dec 2009 18:37:13 -0800 (PST)\r
+Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
+       id 96DA1254306; Sat, 19 Dec 2009 18:37:12 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Alex Ghitza <aghitza@gmail.com>, Jed Brown <jed@59A2.org>,\r
+       notmuch@notmuchmail.org\r
+In-Reply-To: <54hbrmze3v.fsf@gmail.com>\r
+References: <54hbrnpod1.fsf@gmail.com> <8763836xnv.fsf@59A2.org>\r
+       <54hbrmze3v.fsf@gmail.com>\r
+Date: Sat, 19 Dec 2009 18:37:12 -0800\r
+Message-ID: <87aaxextev.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+Subject: Re: [notmuch] keeping a copy of sent mail locally\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 20 Dec 2009 02:37:13 -0000\r
+\r
+--=-=-=\r
+\r
+On Sun, 20 Dec 2009 11:24:52 +1100, Alex Ghitza <aghitza@gmail.com> wrote:\r
+> However, if I'm using notmuch in emacs and press 'm' to compose a new\r
+> message, then the Bcc header is not added automatically and I guess it's\r
+> not surprising that the rest doesn't work as expected.\r
+\r
+Yeah, sorry about that. That's a known bug.\r
+\r
+> So where is the difference between 'm' and 'r' coming from?\r
+\r
+The difference is that 'r' actually runs the "notmuch reply" command and\r
+that command explicitly puts your own address into the Bcc. So this is\r
+happening outside of any emacs code.\r
+\r
+When you hit 'm', though, there's not any notmuch code involved,\r
+(neither C code, nor emacs lisp), as it's currently just running\r
+`message-mail'. So we need to figure out how to configure (or hook) that\r
+to insert the Bcc, and then we can fix notmuch.el to do this without any\r
+user configuration.\r
+\r
+> I have (setq mail-self-blind t)  in my .emacs, and I thought that should take\r
+> care of things, but it obviously doesn't.\r
+\r
+Ah, interesting.\r
+\r
+I'm guessing that that variable would apply to the "mail" mode stuff in\r
+emacs, but perhaps not the "message" mode stuff we're using.\r
+\r
+Yes, emacs mail support is a huge pile of very similar, but incompatible\r
+systems.\r
+\r
+Hopefully someone can fix this soon, since I really don't like the fact\r
+that I'm currently not getting copies of several messages that I'm\r
+composing and sending.\r
+\r
+-Carl\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.10 (GNU/Linux)\r
+\r
+iD8DBQFLLY3Y6JDdNq8qSWgRAhsSAJ0U8/teGOBgWDpcFQ0+xhFSly5s6wCeNYH1\r
+lY5dXSFQZmEt0i2gtwAYl8Y=\r
+=ung+\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r