From ee66bc9277b39004efbdb9a7b63a42716ec4cc79 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 11 Mar 2016 08:09:54 +2000 Subject: [PATCH] Re: (emacs) Parsing problems replying to encrypted html --- 33/2d812f1926b8eb9c795f539b9e0cc7afb92441 | 78 +++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 33/2d812f1926b8eb9c795f539b9e0cc7afb92441 diff --git a/33/2d812f1926b8eb9c795f539b9e0cc7afb92441 b/33/2d812f1926b8eb9c795f539b9e0cc7afb92441 new file mode 100644 index 000000000..9f36dfa3b --- /dev/null +++ b/33/2d812f1926b8eb9c795f539b9e0cc7afb92441 @@ -0,0 +1,78 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id AAB236DE0B64 + for ; Thu, 10 Mar 2016 04:10:10 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.033 +X-Spam-Level: +X-Spam-Status: No, score=-0.033 tagged_above=-999 required=5 + tests=[AWL=-0.022, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id kBdrnG7Hy8jU for ; + Thu, 10 Mar 2016 04:10:08 -0800 (PST) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id CEFDE6DE0B7C + for ; Thu, 10 Mar 2016 04:10:07 -0800 (PST) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1adzQJ-0003V3-Cq; Thu, 10 Mar 2016 07:10:35 -0500 +Received: (nullmailer pid 12824 invoked by uid 1000); + Thu, 10 Mar 2016 12:09:54 -0000 +From: David Bremner +To: Tomi Ollila , Matthew Lear , + David Edmondson +Cc: notmuch@notmuchmail.org +Subject: Re: (emacs) Parsing problems replying to encrypted html +In-Reply-To: +References: + + + <56DD48B3.90604@bubblegen.co.uk> <87mvqatr6y.fsf@zancas.localnet> + <87h9gigfyz.fsf@bubblegen.co.uk> <87pov58b9y.fsf@zancas.localnet> + +User-Agent: Notmuch/0.21+74~g6c60fb1 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Thu, 10 Mar 2016 08:09:54 -0400 +Message-ID: <87ziu67cvh.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Thu, 10 Mar 2016 12:10:10 -0000 + +Tomi Ollila writes: + +> 2016-03-08 (Tue) 14:16:01: reply --format=sexp --format-version=1 --reply-to=sender thread:0000000000004a6f +> 2016-03-08 (Tue) 14:16:01: show --format=raw --part=2 id:56DDE706.6060702@bubblegen.co.uk +> 2016-03-08 (Tue) 14:16:01: show --format=sexp --include-html --part=3 id:56DDE706.6060702@bubblegen.co.uk +> 2016-03-08 (Tue) 14:16:01: show --format=raw --part=3 id:56DDE706.6060702@bubblegen.co.uk +> +> when replying from show: +> +> 2016-03-08 (Tue) 14:16:37: reply --format=sexp --format-version=1 --decrypt --reply-to=sender id:56DDE706.6060702@bubblegen.co.uk +> 2016-03-08 (Tue) 14:16:37: show --format=raw --part=2 id:56DDE706.6060702@bubblegen.co.uk +> +> there's no --decrypt when from search ... and interestingly there are other +> differences, too... + +That's useful log info, thanks Tomi. With dme's series +id:1457457179-4707-1-git-send-email-dme@dme.org I get the ciphertext +when replying from search-mode, which suggests there are at least two +bugs here. + +d -- 2.26.2