[PATCH v2 13/14] cli/reply: pass gmime message to munge detection
[notmuch-archives.git] / 23 / 672ead86369069df2b2f2fd49ef6c48a4ab714
1 Return-Path: <too@guru.guru-group.fi>\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 7B005431FAE\r
6         for <notmuch@notmuchmail.org>; Wed, 21 Mar 2012 12:32:37 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 VnISQWLNTAGk for <notmuch@notmuchmail.org>;\r
16         Wed, 21 Mar 2012 12:32:36 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id ADEAF431FC3\r
19         for <notmuch@notmuchmail.org>; Wed, 21 Mar 2012 12:32:32 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id A87D468055; Wed, 21 Mar 2012 21:32:31 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH] NEWS: consistent 2-space indentation in new content\r
25 Date: Wed, 21 Mar 2012 21:32:29 +0200\r
26 Message-Id: <1332358349-12135-1-git-send-email-tomi.ollila@iki.fi>\r
27 X-Mailer: git-send-email 1.7.6.1\r
28 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
29 X-BeenThere: notmuch@notmuchmail.org\r
30 X-Mailman-Version: 2.1.13\r
31 Precedence: list\r
32 List-Id: "Use and development of the notmuch mail system."\r
33         <notmuch.notmuchmail.org>\r
34 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
36 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
37 List-Post: <mailto:notmuch@notmuchmail.org>\r
38 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
39 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
41 X-List-Received-Date: Wed, 21 Mar 2012 19:32:37 -0000\r
42 \r
43 Some 0.12 NEWS items descriptions were indented with 3 spaces whereas\r
44 all other lines are indented with 2 spaces. Brought those\r
45 escaped lines back in line with others.\r
46 ---\r
47  NEWS |   16 ++++++++--------\r
48  1 files changed, 8 insertions(+), 8 deletions(-)\r
49 \r
50 diff --git a/NEWS b/NEWS\r
51 index ed5e3c5..26c775c 100644\r
52 --- a/NEWS\r
53 +++ b/NEWS\r
54 @@ -67,18 +67,18 @@ Reply to sender\r
55  \r
56  Mail store folder/file ignore\r
57  \r
58 -   A new configuration option, `new.ignore`, lets users specify a\r
59 -   ;-separated list of file and directory names that will not be\r
60 -   searched for messages by "notmuch new".\r
61 +  A new configuration option, `new.ignore`, lets users specify a\r
62 +  ;-separated list of file and directory names that will not be\r
63 +  searched for messages by "notmuch new".\r
64  \r
65 -   NOTE: *Every* file/directory that goes by one of those names will\r
66 -   be ignored, independent of its depth/location in the mail store.\r
67 +  NOTE: *Every* file/directory that goes by one of those names will\r
68 +  be ignored, independent of its depth/location in the mail store.\r
69  \r
70  Unified help and manual pages\r
71  \r
72 -   The notmuch help command now runs man for the appropriate page.  If\r
73 -   you install notmuch somewhere "unusual", you may need to update\r
74 -   MANPATH.\r
75 +  The notmuch help command now runs man for the appropriate page.  If\r
76 +  you install notmuch somewhere "unusual", you may need to update\r
77 +  MANPATH.\r
78  \r
79  Manual page for notmuch configuration options\r
80  \r
81 -- \r
82 1.7.8.2\r
83 \r