From: Simon Hirscher Date: Fri, 16 Aug 2013 11:32:49 +0000 (+0200) Subject: Re: Inline-encryption, encryption failure when storing sent mails X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9a273364f81064bad8cbd1ae646b5ab1c0758940;p=notmuch-archives.git Re: Inline-encryption, encryption failure when storing sent mails --- diff --git a/59/c3caffb8a1b30ba0cba6dc17b106c7b5b2c2bc b/59/c3caffb8a1b30ba0cba6dc17b106c7b5b2c2bc new file mode 100644 index 000000000..be15167fa --- /dev/null +++ b/59/c3caffb8a1b30ba0cba6dc17b106c7b5b2c2bc @@ -0,0 +1,74 @@ +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 7304C431E64 + for ; Fri, 16 Aug 2013 04:33:30 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.363 +X-Spam-Level: +X-Spam-Status: No, score=0.363 tagged_above=-999 required=5 + tests=[RDNS_DYNAMIC=0.363] 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 esufIGGTuTnu for ; + Fri, 16 Aug 2013 04:33:25 -0700 (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 37B58431FAF + for ; Fri, 16 Aug 2013 04:33:25 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=mime-version:in-reply-to:references:from:date:message-id:subject:to + :cc:content-type; + bh=PToh7h0fK6NdWNgHHTen9vl7VM9GPuYzWyxywXB4AFI=; + b=ekPL3HGMyvxbs1apI524jt0G1acroXqMyyGPtOx/jkN52T7cpkJHydV6PjnY5gJOYp + tNUCsxe03kGfgIbzEtRFfK5Bm6FikmwRrYZ7WMONkIRuq1mda2qvqILq+wQOcGnogYtk + Zfb1DGdmtjmYQOzts+VuD59iS5LD2igf8uPCU/WKMdTlj07DHzG1C+qUvfOAzIXpP7ur + OY6eMLlgx4kwHQknIjlQyaUjvEh7xarVXp5L2sxmVfr3rdakRQNggVBnrl4ca8E95dXn + TWnDUq+Lnje20I4w/fK9gxvNMIgS/D2xsYTqzCaOqoIc4L/nSahqZKm12PvQhpIZ+2kI + 3Tyg== +X-Received: by 10.112.42.68 with SMTP id m4mr2023461lbl.4.1376652799477; Fri, + 16 Aug 2013 04:33:19 -0700 (PDT) +MIME-Version: 1.0 +In-Reply-To: <878v02ysfg.fsf@maritornes.cs.unb.ca> +References: + + <878v02ysfg.fsf@maritornes.cs.unb.ca> +From: Simon Hirscher +Date: Fri, 16 Aug 2013 13:32:49 +0200 +Message-ID: + +Subject: Re: Inline-encryption, encryption failure when storing sent mails +To: David Bremner +Content-Type: text/plain; charset=UTF-8 +Cc: notmuch@notmuchmail.org +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: Fri, 16 Aug 2013 11:33:30 -0000 + +On Fri, Aug 16, 2013 at 10:02 AM, David Bremner wrote: +> What about setting this on the gpg level with the "encrypt-to" option? +> Setting the emacs variable mml2015-encrypt-to-self seems like it ought +> to work, but it seems to need some other settings as well. Perhaps have +> a look at the customization group 'mime-security'. + +Thanks, this was exactly what I was looking for! Although, there seems +to be a pitfall regarding recipients that I don't have a public key +for: If I choose to skip the encryption when sending the message, it +will still be encrypted with my own public key, hence the recipient +won't be able to read it. In that case it's obviously better to remove +the encryption tag from the message body before sending.