From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 7BE9F6DE0BBC for ; Mon, 22 Aug 2016 07:36:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.557 X-Spam-Level: X-Spam-Status: No, score=0.557 tagged_above=-999 required=5 tests=[AWL=-0.095, SPF_NEUTRAL=0.652] 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 7S-9gI1hVRMw for ; Mon, 22 Aug 2016 07:36:48 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 26FB66DE0BB9 for ; Mon, 22 Aug 2016 07:36:48 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id C4C9C10008E; Mon, 22 Aug 2016 17:36:20 +0300 (EEST) From: Tomi Ollila To: Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: wash: make word-wrap bound message width In-Reply-To: <878tvpfgcx.fsf@qmul.ac.uk> References: <1467791251-6823-1-git-send-email-markwalters1009@gmail.com> <878tvpfgcx.fsf@qmul.ac.uk> User-Agent: Notmuch/0.22+61~geeecb9e (https://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Mon, 22 Aug 2016 14:36:50 -0000 On Mon, Aug 22 2016, Mark Walters wrote: > On Sat, 20 Aug 2016, Tomi Ollila wrote: >> On Wed, Jul 06 2016, Mark Walters wrote: >> >> >> The change looks good to me -- but I just don't understand why someone >> would set notmuch-wash-wrap-lines-length to something else than nil >> -- and if it is set to some number what the behaviour should be ? > > I like to run notmuch in a very wide window as that make search view > work better. But I don't like to read very wide text in show > view. Emails sent from notmuch are fine as they hard-wrapped at > something like 80 characters (usually), but some clients seem to make > each paragraph one line and leave the recipient to wrap the text. > > notmuch-word-wrap-long-lines just controls where to wrap this text. The > problem with the current version is that it ignores the indentation due > to being deep in a thread, so if I set it to 80, then deep messages > (even ones hard wrapped to 80) get wrapped at say 60 characters. > > Mine wraps at indentation+80 (if you set nw.w.l.l to 80) which means no > hard-wrapped message get further wrapped however deep in a thread it is. Now I understand. Does 999d473299781cb2a38fba5d9e2452504799a7a2 make this stale ? Tomi > > Best wishes > > Mark >