Re: [PATCH 0/2] emacs: wash: word-wrap bugfix and tweak
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 6 Aug 2016 19:45:06 +0000 (22:45 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:22:20 +0000 (16:22 -0700)
7a/f104f53bcfd718a02061745f5a80b70a66bc41 [new file with mode: 0644]

diff --git a/7a/f104f53bcfd718a02061745f5a80b70a66bc41 b/7a/f104f53bcfd718a02061745f5a80b70a66bc41
new file mode 100644 (file)
index 0000000..daa4009
--- /dev/null
@@ -0,0 +1,105 @@
+Return-Path: <tomi.ollila@iki.fi>\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 035B96DE012F\r
+ for <notmuch@notmuchmail.org>; Sat,  6 Aug 2016 12:45:41 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.564\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.564 tagged_above=-999 required=5 tests=[AWL=-0.088,\r
+  SPF_NEUTRAL=0.652] 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 XVVGSHudLXMm for <notmuch@notmuchmail.org>;\r
+ Sat,  6 Aug 2016 12:45:31 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 5DE236DE00DF\r
+ for <notmuch@notmuchmail.org>; Sat,  6 Aug 2016 12:45:31 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 9508510005A;\r
+ Sat,  6 Aug 2016 22:45:06 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 0/2] emacs: wash: word-wrap bugfix and tweak\r
+In-Reply-To: <1470497374-17194-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1470497374-17194-1-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.22+56~ge2391a7 (https://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Sat, 06 Aug 2016 22:45:06 +0300\r
+Message-ID: <m2lh09adh9.fsf@guru.guru-group.fi>\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: Sat, 06 Aug 2016 19:45:41 -0000\r
+\r
+On Sat, Aug 06 2016, Mark Walters <markwalters1009@gmail.com> wrote:\r
+\r
+> Jani pointed out on irc that there was a bug in notmuch-tree that when\r
+> a message very deep in a thread is viewed in the message pane it is\r
+> wordwrapped too soon.\r
+>\r
+> This is actually a bug in notmuch-wash: it assumes that\r
+> notmuch-show-indent-messages-width is 1, so that the indentation of\r
+> the message is equal to its depth in the thread.\r
+>\r
+> The first patch fixes the bug, and uses the correct indentation.\r
+>\r
+> The second patch is a version of\r
+> id:1467791251-6823-1-git-send-email-markwalters1009@gmail.com on\r
+> on top of the first patch above.\r
+>\r
+> The first patch is a clear bugfix and can be applied on its own.\r
+>\r
+> The second is a change; I think the new version is the natural\r
+> interpretation of notmuch-word-wrap-lines-length so have removed the\r
+> old behaviour. See the message\r
+> id:1467791251-6823-1-git-send-email-markwalters1009@gmail.com for more\r
+> details of the change.\r
+\r
+The bugfix and the change both looks good to me. I have not (yet) tested\r
+these for the time being...\r
+\r
+Tomi\r
+\r
+\r
+>\r
+> Best wishes\r
+>\r
+> Mark\r
+>\r
+>\r
+>\r
+>\r
+>\r
+> Mark Walters (2):\r
+>   emacs: wash: word-wrap bugfix\r
+>   emacs: wash: make word-wrap bound message width\r
+>\r
+>  emacs/notmuch-wash.el                                 | 10 ++++++----\r
+>  ...w-thread-maildir-storage-with-fourfold-indentation | 19 ++++++++++++-------\r
+>  ...ch-show-thread-maildir-storage-without-indentation |  8 ++++----\r
+>  3 files changed, 22 insertions(+), 15 deletions(-)\r
+>\r
+> -- \r
+> 2.1.4\r
+>\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> https://notmuchmail.org/mailman/listinfo/notmuch\r