From: Simon Hirscher Date: Mon, 12 Aug 2013 16:57:21 +0000 (+0200) Subject: Inline-encryption, encryption failure when storing sent mails X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e861b7eada2982091d1f1e91960db05efe6b6060;p=notmuch-archives.git Inline-encryption, encryption failure when storing sent mails --- diff --git a/a7/1b9ddaca12a5e450eaf3bd183971d7182f048c b/a7/1b9ddaca12a5e450eaf3bd183971d7182f048c new file mode 100644 index 000000000..33b804256 --- /dev/null +++ b/a7/1b9ddaca12a5e450eaf3bd183971d7182f048c @@ -0,0 +1,84 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 1D5A7431FAF + for ; Mon, 12 Aug 2013 10:08:01 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.363 +X-Spam-Level: * +X-Spam-Status: No, score=1.363 tagged_above=-999 required=5 + tests=[RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id evkr5YGiolTw for ; + Mon, 12 Aug 2013 10:07:53 -0700 (PDT) +X-Greylist: delayed 598 seconds by postgrey-1.32 at olra; + Mon, 12 Aug 2013 10:07:53 PDT +Received: from cloudia.org (lvps176-28-19-116.dedicated.hosteurope.de + [176.28.19.116]) + (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 58838431FAE + for ; Mon, 12 Aug 2013 10:07:53 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=mime-version:from:date:message-id:subject:to:content-type + :content-transfer-encoding; + bh=RZWepoTemTDW+qTzULY/+mFrl2PL6pPecXQXH56KAOM=; + b=pVAqMpquzIaKelEhQVTaV5nt7XT2GKOdtX2v/bEl3t/bsqUMIDq4083rA8KMYNUneY + +7gaBI9GK0WAx15inaILsTX06z3kaxusBB0fh20vxgXeVqXUPgTgqajUv6tiFuyJOO8p + 0J3c2hahNt6R06piFrj8l0iduTYT1ui/et/O+1zvjuxW9SnbmofmoOCK1jMHhrasG0Jq + se9PuaHC2UxKZ4dL6aJGE4owlqVzDeKyFbIHxlu2whuGI29T4TsgTjIm0FB7FUFuHweK + 2Scw3p+KqVMoMZRhS0xpXlivkmQdZgA2JgpOVuZ/sbGGm5CFDW9xCevWRbP/iwMD5FwE + ec+w== +X-Received: by 10.152.2.74 with SMTP id 10mr14097las.36.1376326671776; Mon, 12 + Aug 2013 09:57:51 -0700 (PDT) +MIME-Version: 1.0 +From: Simon Hirscher +Date: Mon, 12 Aug 2013 18:57:21 +0200 +Message-ID: + +Subject: Inline-encryption, encryption failure when storing sent mails +To: notmuch@notmuchmail.org +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Mon, 12 Aug 2013 17:08:01 -0000 + +Hey there, + +I'm quite new to notmuch and have two questions regarding the state of +mail encryption: + +1. Support for inline-encryption +As far as I can see, so far only encrypted mails with PGP/MIME are +supported. Couldn't notmuch also support text/plain messages that +contain PGP-encrypted messages by scanning for "^-----BEGIN\ PGP\ +(SIGNED\ )?MESSAGE"? =E2=80=93 as suggested in a previous message to this +mailing list (id:87zl3az8mm.fsf@lillypad.riseup.net; web view: +http://notmuchmail.org/pipermail/notmuch/2010/001542.html). The reason +why I think it is necessary to support inline-encrypted messages is +that e.g. Thunderbird defaults to text/plain instead of PGP/MIME. + +2. This is not necessarily related to notmuch itself but rather to +message-mode: Why are the mails that are fcc'ed to my sent-folder +encrypted with the recipient's key (instead of my own or simply no +key)? I.e. why can't I read my own mails? Is there any way to make +this work? + +Thanks for your help, + +Simon