[PATCH v2 05/14] cli/reply: reorganize create_reply_message()
[notmuch-archives.git] / db / 6108e26888598362184aea202cd071f09d0556
1 Return-Path: <too@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 8FE39431FAF\r
6         for <notmuch@notmuchmail.org>; Fri, 24 Aug 2012 01:19:38 -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 DbWvpkbcay7K for <notmuch@notmuchmail.org>;\r
16         Fri, 24 Aug 2012 01:19:37 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id AA501431FAE\r
19         for <notmuch@notmuchmail.org>; Fri, 24 Aug 2012 01:19:37 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 4E8C3100386; Fri, 24 Aug 2012 11:19:45 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH] NEWS: 2 minor consistency changes in sections 0.13.1 and\r
25         0.13.2\r
26 Date: Fri, 24 Aug 2012 11:19:41 +0300\r
27 Message-Id: <1345796381-9532-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.7.1\r
29 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.13\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Fri, 24 Aug 2012 08:19:38 -0000\r
43 \r
44 0.13.2: `contrib/notmuch-deliver` is in backticks elsewhere in\r
45 NEWS file. Commands are generally written in backticks in latest\r
46 NEWS entries.\r
47 \r
48 0.13.1: Dropped period at the end of Title\r
49 'Fix compilation of ruby bindings',\r
50 as all other titles do not end with a period.\r
51 ---\r
52 \r
53 The NEWS entries for 0.13.1 & 0.13.2 in wiki were already generated with\r
54 these changes in -- so this means I forgot to create and send this patch\r
55 then ;/. \r
56 \r
57  NEWS |    4 ++--\r
58  1 files changed, 2 insertions(+), 2 deletions(-)\r
59 \r
60 diff --git a/NEWS b/NEWS\r
61 index 0eb1de3..2b50ba3 100644\r
62 --- a/NEWS\r
63 +++ b/NEWS\r
64 @@ -72,7 +72,7 @@ Notmuch 0.13.2 (2012-06-02)\r
65  Bug-fix release\r
66  ---------------\r
67  \r
68 -Update contrib/notmuch-deliver for API changes in 0.13. This fixes a\r
69 +Update `contrib/notmuch-deliver` for API changes in 0.13. This fixes a\r
70  compilation error for this contrib package.\r
71  \r
72  Notmuch 0.13.1 (2012-05-29)\r
73 @@ -98,7 +98,7 @@ databases\r
74    and simply return a `NULL` object if the directory does not exist,\r
75    as documented.\r
76  \r
77 -Fix compilation of ruby bindings.\r
78 +Fix compilation of ruby bindings\r
79  \r
80    Revert to dynamic linking, since the statically linked bindings did\r
81    not work well.\r
82 -- \r
83 1.7.1\r
84 \r