Re: notmuch-emacs replying produces excessive indenting on multipart/signed or multip...
authorDavid Bremner <david@tethera.net>
Tue, 12 Apr 2016 01:05:56 +0000 (22:05 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:36 +0000 (16:21 -0700)
1c/a83d7e21872b4d48402f25d8fcbc25badb34ba [new file with mode: 0644]

diff --git a/1c/a83d7e21872b4d48402f25d8fcbc25badb34ba b/1c/a83d7e21872b4d48402f25d8fcbc25badb34ba
new file mode 100644 (file)
index 0000000..0627086
--- /dev/null
@@ -0,0 +1,72 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 394746DE012F\r
+ for <notmuch@notmuchmail.org>; Mon, 11 Apr 2016 18:06:08 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.017\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.017 tagged_above=-999 required=5\r
+ tests=[AWL=-0.006, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 28onrCz9yzqz for <notmuch@notmuchmail.org>;\r
+ Mon, 11 Apr 2016 18:06:00 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 75B106DE0127\r
+ for <notmuch@notmuchmail.org>; Mon, 11 Apr 2016 18:06:00 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1apmmN-0003Sh-7P; Mon, 11 Apr 2016 21:06:07 -0400\r
+Received: (nullmailer pid 29663 invoked by uid 1000);\r
+ Tue, 12 Apr 2016 01:05:56 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>, notmuch@notmuchmail.org\r
+Subject: Re: notmuch-emacs replying produces excessive indenting on\r
+ multipart/signed or multipart/mixed amil?\r
+In-Reply-To: <87oa9fsl9i.fsf@alice.fifthhorseman.net>\r
+References: <87lh4nm62m.fsf@alice.fifthhorseman.net>\r
+ <87wpo6fvju.fsf@zancas.localnet> <87ziszson5.fsf@alice.fifthhorseman.net>\r
+ <8760vn7k5g.fsf@zancas.localnet> <87oa9fsl9i.fsf@alice.fifthhorseman.net>\r
+User-Agent: Notmuch/0.21+99~gd93d377 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Mon, 11 Apr 2016 22:05:56 -0300\r
+Message-ID: <87zisz63gr.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 12 Apr 2016 01:06:08 -0000\r
+\r
+Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:\r
+\r
+> On Mon 2016-04-11 20:20:11 -0400, David Bremner wrote:\r
+>> I have the feeling I don't understand the problem. I replied to your\r
+>> message, and didn't see any extra indentation there. I thought my reply\r
+>> to the list was test enough. So what am I missing?\r
+>\r
+> Aha, it is due to a setting, thanks.  it's due to\r
+> notmuch-show-indent-multipart -- try setting it to "t" ?\r
+>\r
+> i find that setting useful during notmuch-show buffers, but i don't\r
+> think it should apply when generating a reply message.\r
+\r
+OK, I see what you mean.  I guess the idea is that reply should look\r
+as much like show as possible/sensible. I know mark and (other) david\r
+have been tweaking that part of the emacs UI lately, so maybe they have\r
+some ideas.\r
+\r
+d\r