Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 81 / 80079308c3e94e2bd6cd6d19d98e438c6c50ef
1 Return-Path: <too@nixu.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 38A54429E35\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 03:00:27 -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\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 75aBCb4pADYq for <notmuch@notmuchmail.org>;\r
16         Tue, 17 Jan 2012 03:00:26 -0800 (PST)\r
17 Received: from mail-gw3.nixu.fi (mail-gw3.nixu.fi [193.209.237.7])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 916A2429E2F\r
21         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 03:00:26 -0800 (PST)\r
22 Received: from pps.filterd (mail-gw3 [127.0.0.1])\r
23         by mail-gw3.nixu.fi (8.14.4/8.14.4) with SMTP id q0HB0IiQ011773;\r
24         Tue, 17 Jan 2012 13:00:18 +0200\r
25 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
26         by mail-gw3.nixu.fi with ESMTP id 114cs17p6n-1\r
27         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
28         Tue, 17 Jan 2012 13:00:18 +0200\r
29 Received: from taco2.nixu.fi (localhost [127.0.0.1])\r
30         by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
31         q0HB0HjI014823\r
32         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
33         Tue, 17 Jan 2012 13:00:17 +0200\r
34 Received: (from too@localhost)\r
35         by taco2.nixu.fi (8.14.3/8.14.3/Submit) id q0HB0HiI014819;\r
36         Tue, 17 Jan 2012 13:00:17 +0200\r
37 From: Tomi Ollila <tomi.ollila@iki.fi>\r
38 To: notmuch@notmuchmail.org\r
39 Subject: [PATCH] NEWS: consistent 2-space indentation\r
40 Date: Tue, 17 Jan 2012 13:00:15 +0200\r
41 Message-Id: <1326798015-14700-1-git-send-email-tomi.ollila@iki.fi>\r
42 X-Mailer: git-send-email 1.7.7.3\r
43 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.5.7110,\r
44  1.0.211,       0.0.0000        definitions=2012-01-17_02:2012-01-17, 2012-01-17,\r
45         1970-01-01 signatures=0\r
46 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0\r
47         ipscore=0 suspectscore=1\r
48         phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0\r
49         reason=mlx\r
50         scancount=1 engine=6.0.2-1012030000 definitions=main-1201170049\r
51 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Tue, 17 Jan 2012 11:00:27 -0000\r
65 \r
66 In NEWS file, indentation for item descriptions is generally 2 spaces\r
67 but in a few cases there were 3 or 4 (4 caused different markdown\r
68 handling) space indentations. Indentation in those lines are brought\r
69 to consistent 2-space indentation.\r
70 ---\r
71  NEWS |   16 ++++++++--------\r
72  1 files changed, 8 insertions(+), 8 deletions(-)\r
73 \r
74 diff --git a/NEWS b/NEWS\r
75 index 1161c22..1e561a9 100644\r
76 --- a/NEWS\r
77 +++ b/NEWS\r
78 @@ -133,8 +133,8 @@ Bug-fix release.\r
79  \r
80  Fix crash in python bindings.\r
81  \r
82 -    The python bindings did not call g_type_init, which caused crashes\r
83 -    for some, but not all users.\r
84 +  The python bindings did not call g_type_init, which caused crashes\r
85 +  for some, but not all users.\r
86  \r
87  Notmuch 0.10.1 (2011-11-25)\r
88  ===========================\r
89 @@ -204,8 +204,8 @@ Add keybinding ('c I') for stashing Message-ID's without an id: prefix\r
90  \r
91  Do not query on notmuch-search exit\r
92  \r
93 -   It is harmless to kill the external notmuch process, so the user\r
94 -   is no longer interrogated when they interrupt a search.\r
95 +  It is harmless to kill the external notmuch process, so the user\r
96 +  is no longer interrogated when they interrupt a search.\r
97  \r
98  Performance\r
99  -----------\r
100 @@ -234,9 +234,9 @@ mailing list.\r
101  \r
102  nmbug - share tags with a given prefix\r
103  \r
104 -   nmbug helps maintain a git repo containing all tags with a given\r
105 -   prefix (by default "notmuch::"). Tags can be shared by commiting\r
106 -   them to git in one location and restoring in another.\r
107 +  nmbug helps maintain a git repo containing all tags with a given\r
108 +  prefix (by default "notmuch::"). Tags can be shared by commiting\r
109 +  them to git in one location and restoring in another.\r
110  \r
111  Notmuch 0.9 (2011-10-01)\r
112  ========================\r
113 @@ -621,7 +621,7 @@ Ruby bindings are now much more complete\r
114         s1.union(s2)\r
115         s2 -= s1\r
116  \r
117 -   Removed:\r
118 +  Removed:\r
119       - len(Messages()) as it exhausted the iterator.\r
120         Use len(list(Messages())) or\r
121         Query.count_messages() to get the length.\r
122 -- \r
123 1.7.7.3\r
124 \r