Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 44 / 7624b75b860ef6063d557b287023452bdcb775
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 6C191431FC4\r
6         for <notmuch@notmuchmail.org>; Sun,  6 May 2012 01:50:03 -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 XKFZheyBVODW for <notmuch@notmuchmail.org>;\r
16         Sun,  6 May 2012 01:50:02 -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 C921D431FAE\r
19         for <notmuch@notmuchmail.org>; Sun,  6 May 2012 01:50:01 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 42DE568021; Sun,  6 May 2012 11:49:56 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH] NEWS: Insert markdown formatting commands in 0.13 section\r
25  text\r
26 Date: Sun,  6 May 2012 11:49:54 +0300\r
27 Message-Id: <1336294194-10506-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.7.6.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: Sun, 06 May 2012 08:50:03 -0000\r
43 \r
44 Commit 1579fb334e0b made NEWS entries up to 0.12 have suitable markdown\r
45 formatting commands. Now that 0.13 is nearing release and it seems all\r
46 pending NEWS entries are committed section 0.13 is brought consistent\r
47 with rest of the NEWS file.\r
48 ---\r
49  NEWS |   38 +++++++++++++++++++-------------------\r
50  1 files changed, 19 insertions(+), 19 deletions(-)\r
51 \r
52 diff --git a/NEWS b/NEWS\r
53 index 9e32d56..662929c 100644\r
54 --- a/NEWS\r
55 +++ b/NEWS\r
56 @@ -6,19 +6,19 @@ Command-Line Interface\r
57  \r
58  Reply to sender\r
59  \r
60 -  "notmuch reply" has gained the ability to create a reply template\r
61 +  `notmuch reply` has gained the ability to create a reply template\r
62    for replying just to the sender of the message, in addition to reply\r
63    to all. The feature is available through the new command line option\r
64 -  --reply-to=(all|sender).\r
65 +  `--reply-to=(all|sender)`.\r
66  \r
67  JSON reply format\r
68  \r
69 -  "notmuch reply" can now produce JSON output that contains the headers\r
70 +  `notmuch reply` can now produce JSON output that contains the headers\r
71    for a reply message and full information about the original message\r
72 -  begin replied to. This allows MUAs to create replies intelligtently.\r
73 +  begin replied to. This allows MUAs to create replies intelligently.\r
74    For example, an MUA that can parse HTML might quote HTML parts.\r
75  \r
76 -  Calling notmuch reply with --format=json imposes the restriction that\r
77 +  Calling notmuch reply with `--format=json` imposes the restriction that\r
78    only a single message is returned by the search, as replying to\r
79    multiple messages does not have a well-defined behavior. The default\r
80    retains its current behavior for multiple message replies.\r
81 @@ -26,24 +26,24 @@ JSON reply format\r
82  Tag exclusion\r
83  \r
84    Tags can be automatically excluded from search results by adding them\r
85 -  to the new 'search.exclude_tags' option in the Notmuch config file.\r
86 +  to the new `search.exclude_tags` option in the Notmuch config file.\r
87  \r
88    This behaviour can be overridden by explicitly including an excluded\r
89    tag in your query, for example:\r
90  \r
91 -    notmuch search $your_query and tag:$excluded_tag\r
92 +        notmuch search $your_query and tag:$excluded_tag\r
93  \r
94 -  Existing users will probably want to run "notmuch setup" again to add\r
95 +  Existing users will probably want to run `notmuch setup` again to add\r
96    the new well-commented [search] section to the configuration file.\r
97  \r
98    For new configurations, accepting the default setting will cause the\r
99    tags "deleted" and "spam" to be excluded, equivalent to running:\r
100  \r
101 -    notmuch config set search.exclude_tags deleted spam\r
102 +        notmuch config set search.exclude_tags deleted spam\r
103  \r
104  Raw show format changes\r
105  \r
106 -  The output of show --format=raw has changed for multipart and\r
107 +  The output of show `--format=raw` has changed for multipart and\r
108    message parts.  Previously, the output was a mash of somewhat-parsed\r
109    headers and transfer-decoded bodies.  Now, such parts are reproduced\r
110    faithfully from the original source.  Message parts (which includes\r
111 @@ -54,7 +54,7 @@ Raw show format changes\r
112  \r
113  Listing configuration items\r
114  \r
115 -  The new "config list" command prints out all configuration items and\r
116 +  The new `config list` command prints out all configuration items and\r
117    their values.\r
118  \r
119  Emacs Interface\r
120 @@ -71,11 +71,11 @@ Reply improvement using the JSON format\r
121  New add-on tool: notmuch-mutt\r
122  -----------------------------\r
123  \r
124 -The new contrib/ tool "notmuch-mutt" provides Notmuch integration for\r
125 +The new contrib/ tool `notmuch-mutt` provides Notmuch integration for\r
126  the Mutt mail user agent. Using it, Mutt users can perform mail\r
127  search, thread reconstruction, and mail tagging/untagging without\r
128  leaving Mutt.  notmuch-mutt, formerly distributed under the name\r
129 -"mutt-notmuch" by Stefano Zacchiroli, will be maintained as a notmuch\r
130 +`mutt-notmuch` by Stefano Zacchiroli, will be maintained as a notmuch\r
131  contrib/ from now on.\r
132  \r
133  Library changes\r
134 @@ -84,18 +84,18 @@ Library changes\r
135  The API changes detailed below break binary and source compatibility,\r
136  so libnotmuch has been bumped to version 3.0.0.\r
137  \r
138 -The function notmuch_database_close has been split into\r
139 -notmuch_database_close and notmuch_database_destroy\r
140 +The function `notmuch_database_close` has been split into\r
141 +`notmuch_database_close` and `notmuch_database_destroy`\r
142  \r
143    This makes it possible for long running programs to close the xapian\r
144    database and thus release the lock associated with it without\r
145    destroying the data structures obtained from it.\r
146  \r
147 -notmuch_database_open and notmuch_database_create now return errors\r
148 +`notmuch_database_open` and `notmuch_database_create` now return errors\r
149  \r
150 -  The type signatures of notmuch_database_open and\r
151 -  notmuch_database_create have changed so that the functions now\r
152 -  return a notmuch_status_t and take an out-argument for returning the\r
153 +  The type signatures of `notmuch_database_open` and\r
154 +  `notmuch_database_create` have changed so that the functions now\r
155 +  return a `notmuch_status_t` and take an out-argument for returning the\r
156    new database object.\r
157  \r
158  Notmuch 0.12 (2012-03-20)\r
159 -- \r
160 1.7.7.6\r
161 \r