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