Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 62 / 3a888e66f4b1b2467814445e48d2c2784abb87
1 Return-Path: <jani@nikula.org>\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 EB880431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 04:10:10 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id xmxHbEuh6QdO for <notmuch@notmuchmail.org>;\r
16         Tue, 27 Dec 2011 04:10:09 -0800 (PST)\r
17 Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com\r
18         [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 366CF431FB6\r
21         for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 04:10:09 -0800 (PST)\r
22 Received: by qadb15 with SMTP id b15so8987345qad.5\r
23         for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 04:10:08 -0800 (PST)\r
24 Received: by 10.224.42.134 with SMTP id s6mr32908441qae.78.1324987808448;\r
25         Tue, 27 Dec 2011 04:10:08 -0800 (PST)\r
26 Received: from localhost (nikula.org. [92.243.24.172])\r
27         by mx.google.com with ESMTPS id ha3sm50848181qab.2.2011.12.27.04.10.06\r
28         (version=SSLv3 cipher=OTHER); Tue, 27 Dec 2011 04:10:07 -0800 (PST)\r
29 From: Jani Nikula <jani@nikula.org>\r
30 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
31 Subject: Re: [PATCH] emacs: Enable more text/plain hook functions by default.\r
32 In-Reply-To: <1324987225-3067-1-git-send-email-dme@dme.org>\r
33 References: <1324987225-3067-1-git-send-email-dme@dme.org>\r
34 User-Agent: Notmuch/0.10.2+129~g8a76c81 (http://notmuchmail.org) Emacs/23.1.1\r
35         (i686-pc-linux-gnu)\r
36 Date: Tue, 27 Dec 2011 12:10:04 +0000\r
37 Message-ID: <87k45iz04j.fsf@nikula.org>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Tue, 27 Dec 2011 12:10:11 -0000\r
53 \r
54 On Tue, 27 Dec 2011 12:00:25 +0000, David Edmondson <dme@dme.org> wrote:\r
55 > Users are missing out on various functions which usefully improve the\r
56 > display of text/plain message parts because they are not enabled by\r
57 > default. Enable a useful set.\r
58 \r
59 While I didn't try the patch, I'm very much in favour of having these\r
60 enabled as sane defaults.\r
61 \r
62 > `notmuch-wash-convert-inline-patch-to-part' is _not_ enabled by\r
63 > default as it is based on a heuristic.\r
64 \r
65 Agreed. And even if it weren't a heuristic, it's a somewhat rare special\r
66 case for the average user.\r
67 \r
68 \r
69 BR,\r
70 Jani.\r
71 \r
72 \r
73 > ---\r
74 >  emacs/notmuch-show.el |    5 ++++-\r
75 >  1 files changed, 4 insertions(+), 1 deletions(-)\r
76\r
77 > diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
78 > index afff6a5..8c9d846 100644\r
79 > --- a/emacs/notmuch-show.el\r
80 > +++ b/emacs/notmuch-show.el\r
81 > @@ -75,7 +75,10 @@ any given message."\r
82 >    :group 'notmuch\r
83 >    :type 'hook)\r
84 >  \r
85 > -(defcustom notmuch-show-insert-text/plain-hook '(notmuch-wash-excerpt-citations)\r
86 > +(defcustom notmuch-show-insert-text/plain-hook '(notmuch-wash-wrap-long-lines\r
87 > +                                              notmuch-wash-tidy-citations\r
88 > +                                              notmuch-wash-elide-blank-lines\r
89 > +                                              notmuch-wash-excerpt-citations)\r
90 >    "Functions used to improve the display of text/plain parts."\r
91 >    :group 'notmuch\r
92 >    :type 'hook\r
93 > -- \r
94 > 1.7.7.3\r
95\r
96 > _______________________________________________\r
97 > notmuch mailing list\r
98 > notmuch@notmuchmail.org\r
99 > http://notmuchmail.org/mailman/listinfo/notmuch\r