Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f1 / 45aaffa839a00983617d3ef45ec9f9f25d060a
1 Return-Path: <aaronecay@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 7020A429E3B\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 13:48:54 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id r6EEJ-Oi0KIf for <notmuch@notmuchmail.org>;\r
17         Mon, 16 Jan 2012 13:48:54 -0800 (PST)\r
18 Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com\r
19         [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id E5F08429E35\r
22         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 13:48:53 -0800 (PST)\r
23 Received: by qadc16 with SMTP id c16so1904672qad.5\r
24         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 13:48:53 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type;\r
28         bh=yUbWk3G+e+xO2TmO7F9MftbN/sSYZZpkl8ou+57hH+Y=;\r
29         b=I26blZ0rCbb48ikjo3Lz9/By+OxR39rjDckQfsS/9+eK4tpJX3UJNh9FenJ573kmA6\r
30         qUxpRtfZGuzTEdNqdNYcz/zzbJCpq6ji5YA0fzV3KYdDuBVtiZzThY25txW9+N1xBJ0C\r
31         16tr/uVeZRrjHj9r02Ck5ER9ZP7RbQt2r2V94=\r
32 Received: by 10.224.105.82 with SMTP id s18mr16700743qao.76.1326750533423;\r
33         Mon, 16 Jan 2012 13:48:53 -0800 (PST)\r
34 Received: from localhost (vpl458.wlan.library.upenn.edu. [130.91.141.203])\r
35         by mx.google.com with ESMTPS id df3sm39356035qab.6.2012.01.16.13.48.52\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Mon, 16 Jan 2012 13:48:52 -0800 (PST)\r
38 From: Aaron Ecay <aaronecay@gmail.com>\r
39 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
40 Subject: Re: [PATCH] emacs: Truncate lines and do not enable visual-line-mode\r
41         in notmuch-show buffers.\r
42 In-Reply-To: <1326723202-4328-1-git-send-email-dme@dme.org>\r
43 References: <1326723202-4328-1-git-send-email-dme@dme.org>\r
44 User-Agent: Notmuch/0.11+62~ge41b0d3 (http://notmuchmail.org) Emacs/24.0.92.1\r
45         (i386-apple-darwin10.8.0)\r
46 Date: Mon, 16 Jan 2012 16:48:50 -0500\r
47 Message-ID: <m2pqejb9od.fsf@gmail.com>\r
48 MIME-Version: 1.0\r
49 Content-Type: text/plain\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Mon, 16 Jan 2012 21:48:54 -0000\r
63 \r
64 On Mon, 16 Jan 2012 14:13:22 +0000, David Edmondson <dme@dme.org> wrote:\r
65 > Enable the truncation of lines in `notmuch-show-mode' to avoid visual\r
66 > noise caused by the wrapping of the header lines.\r
67\r
68 > Don't enable `visual-line-mode' because it disables line truncation.\r
69\r
70 > The benefits of `visual-line-mode' were that it wrapped long lines\r
71 > in received messages. With `notmuch-wash-wrap-long-lines' now default\r
72 > behaviour, this is no longer required.\r
73 \r
74 +1\r
75 \r
76 -- \r
77 Aaron Ecay\r