Re: alot: can't read sent emails, after encryption
authorapmanine <apmanine@idaaas.com>
Sun, 17 Nov 2013 20:51:43 +0000 (21:51 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:58:21 +0000 (09:58 -0800)
43/39b3df9def94c41f7bbc1697dfa6cf0544c011 [new file with mode: 0644]

diff --git a/43/39b3df9def94c41f7bbc1697dfa6cf0544c011 b/43/39b3df9def94c41f7bbc1697dfa6cf0544c011
new file mode 100644 (file)
index 0000000..1859c04
--- /dev/null
@@ -0,0 +1,108 @@
+Return-Path: <apmanine@idaaas.com>\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 0FA3E431FD4\r
+       for <notmuch@notmuchmail.org>; Sun, 17 Nov 2013 12:51:56 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.313\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.313 tagged_above=-999 required=5\r
+       tests=[URI_HEX=1.313] autolearn=disabled\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 4VC+OMed61WV for <notmuch@notmuchmail.org>;\r
+       Sun, 17 Nov 2013 12:51:48 -0800 (PST)\r
+Received: from idaaas.com (ns213396.ovh.net [188.165.221.229])\r
+       by olra.theworths.org (Postfix) with ESMTP id 6A002431FAF\r
+       for <notmuch@notmuchmail.org>; Sun, 17 Nov 2013 12:51:48 -0800 (PST)\r
+Received: by idaaas.com (Postfix, from userid 1001)\r
+       id 6C2BE563A7; Sun, 17 Nov 2013 21:51:43 +0100 (CET)\r
+Content-Type: text/plain; charset="utf-8"\r
+MIME-Version: 1.0\r
+Content-Transfer-Encoding: quoted-printable\r
+From: apmanine@idaaas.com\r
+User-Agent: alot/0.3.5\r
+To: Patrick Totzke <patricktotzke@gmail.com>,\r
+       "Jameson Graef Rollins" <jrollins@finestructure.net>,\r
+       notmuch@notmuchmail.org\r
+References: <20131112142742.8912.57064@localhost.localdomain>\r
+       <87eh6gxeex.fsf@servo.finestructure.net>\r
+       <20131117185754.31928.60825@brick>\r
+In-Reply-To: <20131117185754.31928.60825@brick>\r
+Message-ID: <20131117205143.15503.76684@localhost.localdomain>\r
+Subject: Re: alot: can't read sent emails, after encryption\r
+Date: Sun, 17 Nov 2013 21:51:43 +0100\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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, 17 Nov 2013 20:51:56 -0000\r
+\r
+Quoting Patrick Totzke (2013-11-17 19:57:54)\r
+> Quoting Jameson Graef Rollins (2013-11-16 21:47:02)\r
+> > On Tue, Nov 12 2013, apmanine@idaaas.com wrote:\r
+> > > I have recently switched to notmuch. Thank you for it!\r
+> > > I'm using "alot" as a frontend (thank you for it, too!). Everything\r
+> > > works smoothly, apart from one problem: with alot, I can't figure out=\r
+ how\r
+> > > to read encrypted emails I previously sent: they appear to be encrypt=\r
+ed\r
+> > > using the addressee's key.\r
+> > >\r
+> > > Is there some way to store encrypted sent emails with my own public g=\r
+pg\r
+> > > key?\r
+> > =\r
+\r
+> > What you really want is to tell gpg to always encrypt messages to your\r
+> > personal key as well, which will always make them viewable by you.  This\r
+> > way you don't have to worry about saving unencrypted versions of the\r
+> > message to disk, or there being two distinct versions of the message\r
+> > (one encrypted to the recipient and a different one encrypted to you).\r
+> > =\r
+\r
+> > See the "encrypt-to" gpg option [0].\r
+> > =\r
+\r
+> > jamie.\r
+> > =\r
+\r
+> > [0] http://www.gnupg.org/documentation/manuals/gnupg-devel/GPG-Key-rela=\r
+ted-Options.html\r
+> =\r
+\r
+> Is this how notmuch emacs does it? I mean, is there some option to tell\r
+> emacs to always call gpg with --encrypt-to=3Dme ?\r
+> I wonder if I need to change alot in any way or if one can simply globall=\r
+y configure\r
+> gnupg.. alot does not call the gpg binary but uses pygpgme.\r
+> cheers,\r
+> /p\r
+\r
+I didn't have time to test yet, but this thread suggest that\r
+the --encrypt-to option is the recommended way for notmuch-emacs:\r
+\r
+  > 2. This is not necessarily related to notmuch itself but rather to\r
+  > message-mode: Why are the mails that are fcc'ed to my sent-folder\r
+  > encrypted with the recipient's key (instead of my own or simply no\r
+  > key)?  I.e. why can't I read my own mails? Is there any way to make\r
+  > this work? =\r
+\r
+\r
+  What about setting this on the gpg level with the "encrypt-to" option? =\r
+\r
+\r
+source: http://notmuch.198994.n3.nabble.com/Inline-encryption-encryption-fa=\r
+ilure-when-storing-sent-mails-td4028572.html\r
+\r
+Alain-Pierre\r