From: Matthew Lear Date: Tue, 8 Mar 2016 20:28:39 +0000 (+0000) Subject: Re: (emacs) Parsing problems replying to encrypted html X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7acaaa5ce3427c8a89debb1a7411012cca76891e;p=notmuch-archives.git Re: (emacs) Parsing problems replying to encrypted html --- diff --git a/56/0fa46ff92cbe15d4c6bb91fbfd5a70b7a89729 b/56/0fa46ff92cbe15d4c6bb91fbfd5a70b7a89729 new file mode 100644 index 000000000..315297903 --- /dev/null +++ b/56/0fa46ff92cbe15d4c6bb91fbfd5a70b7a89729 @@ -0,0 +1,88 @@ +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 D2EB86DE0B28 + for ; Tue, 8 Mar 2016 04:28:43 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.653 +X-Spam-Level: +X-Spam-Status: No, score=-0.653 tagged_above=-999 required=5 tests=[AWL=0.047, + RCVD_IN_DNSWL_LOW=-0.7] 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 sAq7NSAdCJeD for ; + Tue, 8 Mar 2016 04:28:42 -0800 (PST) +Received: from avasout04.plus.net (avasout04.plus.net [212.159.14.19]) + by arlo.cworth.org (Postfix) with ESMTPS id DED2E6DE028A + for ; Tue, 8 Mar 2016 04:28:41 -0800 (PST) +Received: from localhost ([84.93.237.98]) by avasout04 with smtp + id TQUf1s002283uBY01QUgh5; Tue, 08 Mar 2016 12:28:40 +0000 +X-CM-Score: 0.00 +X-CNFS-Analysis: v=2.1 cv=K//fZHiI c=1 sm=1 tr=0 + a=BJaFPv9AyABFDM2hXLRoEA==:117 a=BJaFPv9AyABFDM2hXLRoEA==:17 + a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=8nJEP1OIZ-IA:10 + a=7OsogOcEt9IA:10 a=nV01uVEFqH5vghShNZwA:9 a=wPNLvfGTeEIA:10 +Received: from localhost ([127.0.0.1] helo=webmail.plus.net) + by localhost with esmtp (Exim 4.76) + (envelope-from ) + id 1adGkg-0000X8-SY; Tue, 08 Mar 2016 12:28:39 +0000 +Received: from 216.31.211.11 (proxying for unknown) + (SquirrelMail authenticated user bubblegen+matt) + by webmail.plus.net with HTTP; Tue, 8 Mar 2016 12:28:39 -0000 +Message-ID: <214acc1c71c40686b81dca407630e3af.squirrel@webmail.plus.net> +In-Reply-To: <87mvq9895o.fsf@zancas.localnet> +References: + + + <56DD48B3.90604@bubblegen.co.uk> <87mvqatr6y.fsf@zancas.localnet> + <87h9gigfyz.fsf@bubblegen.co.uk> <87pov58b9y.fsf@zancas.localnet> + <590e9f6c225d559cc9e9f2f4fbdcaa57.squirrel@webmail.plus.net> + <87mvq9895o.fsf@zancas.localnet> +Date: Tue, 8 Mar 2016 12:28:39 -0000 +Subject: Re: (emacs) Parsing problems replying to encrypted html +From: "Matthew Lear" +To: "David Bremner" +Cc: "Matthew Lear" , "David Edmondson" , + notmuch@notmuchmail.org +Reply-To: matt@bubblegen.co.uk +User-Agent: SquirrelMail +MIME-Version: 1.0 +Content-Type: text/plain;charset=iso-8859-1 +Content-Transfer-Encoding: 8bit +X-Priority: 3 (Normal) +Importance: Normal +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: Tue, 08 Mar 2016 12:28:43 -0000 + +>> Hmm. In emacs, if I try to reply to the message from notmuch-search, I +>> get +>> no error but there is no quoted text from the original message in the +>> reply body and all I see is the 'on , wrote:' citation. +>> Replying from notmuch-show gives me the error I mentioned previously. +> +> I suppose the main difference is the setting of +> notmuch-multipart/alternative-discouraged. If I copy your setting I also +> get an error replying in notmuch-show mode. +> + +I know this was mentioned earlier but just to avoid any doubt, my +discourage setting is currently: +(setq notmuch-multipart/alternative-discouraged '("text/plain")) + +I removed the "multipart/related". (I agree it's probably not wise to +discourage it). + +