[PATCH] n_m_remove_property(msg, key, NULL) should removes all properties with key
[notmuch-archives.git] / 1b / cf938d4ed009226c206b6ad7c8b2b7ae81a322
1 Return-Path: <dme@dme.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 04272431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 04:00:32 -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 Tk7LuO8erEDF for <notmuch@notmuchmail.org>;\r
16         Tue, 27 Dec 2011 04:00:31 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (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 4DF50431FB6\r
21         for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 04:00:31 -0800 (PST)\r
22 Received: by wibhq2 with SMTP id hq2so5946505wib.26\r
23         for <notmuch@notmuchmail.org>; Tue, 27 Dec 2011 04:00:30 -0800 (PST)\r
24 Received: by 10.216.133.74 with SMTP id p52mr20873858wei.39.1324987230051;\r
25         Tue, 27 Dec 2011 04:00:30 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id\r
29         en10sm23877391wbb.11.2011.12.27.04.00.28\r
30         (version=TLSv1/SSLv3 cipher=OTHER);\r
31         Tue, 27 Dec 2011 04:00:28 -0800 (PST)\r
32 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
33         id A91CDA04BC; Tue, 27 Dec 2011 12:00:26 +0000 (GMT)\r
34 From: David Edmondson <dme@dme.org>\r
35 To: notmuch@notmuchmail.org\r
36 Subject: [PATCH] emacs: Enable more text/plain hook functions by default.\r
37 Date: Tue, 27 Dec 2011 12:00:25 +0000\r
38 Message-Id: <1324987225-3067-1-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.7.3\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:00:32 -0000\r
53 \r
54 Users are missing out on various functions which usefully improve the\r
55 display of text/plain message parts because they are not enabled by\r
56 default. Enable a useful set.\r
57 \r
58 `notmuch-wash-convert-inline-patch-to-part' is _not_ enabled by\r
59 default as it is based on a heuristic.\r
60 ---\r
61  emacs/notmuch-show.el |    5 ++++-\r
62  1 files changed, 4 insertions(+), 1 deletions(-)\r
63 \r
64 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
65 index afff6a5..8c9d846 100644\r
66 --- a/emacs/notmuch-show.el\r
67 +++ b/emacs/notmuch-show.el\r
68 @@ -75,7 +75,10 @@ any given message."\r
69    :group 'notmuch\r
70    :type 'hook)\r
71  \r
72 -(defcustom notmuch-show-insert-text/plain-hook '(notmuch-wash-excerpt-citations)\r
73 +(defcustom notmuch-show-insert-text/plain-hook '(notmuch-wash-wrap-long-lines\r
74 +                                                notmuch-wash-tidy-citations\r
75 +                                                notmuch-wash-elide-blank-lines\r
76 +                                                notmuch-wash-excerpt-citations)\r
77    "Functions used to improve the display of text/plain parts."\r
78    :group 'notmuch\r
79    :type 'hook\r
80 -- \r
81 1.7.7.3\r
82 \r