Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d7 / b4cc3249209113c70a9d4d732493994ff08e8d
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 BE7F2431FD9\r
6         for <notmuch@notmuchmail.org>; Wed, 16 May 2012 00:21:44 -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 rFvf4VaAIQSI for <notmuch@notmuchmail.org>;\r
16         Wed, 16 May 2012 00:21:44 -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 934C4431FB6\r
19         for <notmuch@notmuchmail.org>; Wed, 16 May 2012 00:21:43 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 39C97100639; Wed, 16 May 2012 10:21:54 +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 10:21:44 +0300\r
27 Message-Id: <1337152910-22371-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.7.1\r
29 In-Reply-To: <1337146745-21525-1-git-send-email-tomi.ollila@iki.fi>\r
30 References: <1337146745-21525-1-git-send-email-tomi.ollila@iki.fi>\r
31 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.13\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Wed, 16 May 2012 07:21:45 -0000\r
45 \r
46 NEWS entries in section 0.13 is brought consistent with rest of the\r
47 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 69a7203..d841a4c 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 intelligently.\r
73    For example, an MUA that can parse HTML might quote HTML parts.\r
74  \r
75 -  Calling notmuch reply with --format=json imposes the restriction that\r
76 +  Calling notmuch reply with `--format=json` imposes the restriction that\r
77    only a single message is returned by the search, as replying to\r
78    multiple messages does not have a well-defined behavior. The default\r
79    retains its current behavior for multiple message replies.\r
80 @@ -26,24 +26,24 @@ JSON reply format\r
81  Tag exclusion\r
82  \r
83    Tags can be automatically excluded from search results by adding them\r
84 -  to the new 'search.exclude_tags' option in the Notmuch config file.\r
85 +  to the new `search.exclude_tags` option in the Notmuch config file.\r
86  \r
87    This behaviour can be overridden by explicitly including an excluded\r
88    tag in your query, for example:\r
89  \r
90 -    notmuch search $your_query and tag:$excluded_tag\r
91 +        notmuch search $your_query and tag:$excluded_tag\r
92  \r
93 -  Existing users will probably want to run "notmuch setup" again to add\r
94 +  Existing users will probably want to run `notmuch setup` again to add\r
95    the new well-commented [search] section to the configuration file.\r
96  \r
97    For new configurations, accepting the default setting will cause the\r
98    tags "deleted" and "spam" to be excluded, equivalent to running:\r
99  \r
100 -    notmuch config set search.exclude_tags deleted spam\r
101 +        notmuch config set search.exclude_tags deleted spam\r
102  \r
103  Raw show format changes\r
104  \r
105 -  The output of show --format=raw has changed for multipart and\r
106 +  The output of show `--format=raw` has changed for multipart and\r
107    message parts.  Previously, the output was a mash of somewhat-parsed\r
108    headers and transfer-decoded bodies.  Now, such parts are reproduced\r
109    faithfully from the original source.  Message parts (which includes\r
110 @@ -54,7 +54,7 @@ Raw show format changes\r
111  \r
112  Listing configuration items\r
113  \r
114 -  The new "config list" command prints out all configuration items and\r
115 +  The new `config list` command prints out all configuration items and\r
116    their values.\r
117  \r
118  Emacs Interface\r
119 @@ -64,7 +64,7 @@ Changes to tagging interface\r
120  \r
121    The user-facing tagging functions in the Emacs interface have been\r
122    normalized across all notmuch modes.  The tagging functions are now\r
123 -  'notmuch-search-tag' in search-mode, and 'notmuch-show-tag' in\r
124 +  notmuch-search-tag in search-mode, and notmuch-show-tag in\r
125    show-mode.  They accept a string representing a single tag change,\r
126    or a list of tag changes.  See 'M-x describe-function notmuch-tag'\r
127    for more information.\r
128 @@ -83,11 +83,11 @@ Reply improvement using the JSON format\r
129  New add-on tool: notmuch-mutt\r
130  -----------------------------\r
131  \r
132 -The new contrib/ tool "notmuch-mutt" provides Notmuch integration for\r
133 +The new contrib/ tool `notmuch-mutt` provides Notmuch integration for\r
134  the Mutt mail user agent. Using it, Mutt users can perform mail\r
135  search, thread reconstruction, and mail tagging/untagging without\r
136  leaving Mutt.  notmuch-mutt, formerly distributed under the name\r
137 -"mutt-notmuch" by Stefano Zacchiroli, will be maintained as a notmuch\r
138 +`mutt-notmuch` by Stefano Zacchiroli, will be maintained as a notmuch\r
139  contrib/ from now on.\r
140  \r
141  Library changes\r
142 @@ -96,18 +96,18 @@ Library changes\r
143  The API changes detailed below break binary and source compatibility,\r
144  so libnotmuch has been bumped to version 3.0.0.\r
145  \r
146 -The function notmuch_database_close has been split into\r
147 -notmuch_database_close and notmuch_database_destroy\r
148 +The function `notmuch_database_close` has been split into\r
149 +`notmuch_database_close` and `notmuch_database_destroy`\r
150  \r
151    This makes it possible for long running programs to close the xapian\r
152    database and thus release the lock associated with it without\r
153    destroying the data structures obtained from it.\r
154  \r
155 -notmuch_database_open, notmuch_database_create, and\r
156 -notmuch_database_get_directory now return errors\r
157 +`notmuch_database_open`, `notmuch_database_create`, and\r
158 +`notmuch_database_get_directory` now return errors\r
159  \r
160    The type signatures of these functions have changed so that the\r
161 -  functions now return a notmuch_status_t and take an out-argument for\r
162 +  functions now return a `notmuch_status_t` and take an out-argument for\r
163    returning the new database object or directory object.\r
164  \r
165  go bindings changes\r
166 @@ -115,7 +115,7 @@ go bindings changes\r
167  \r
168  Go 1 compatibility\r
169  \r
170 -  The go bindings and the notmuch-addrlookup utility are now\r
171 +  The go bindings and the `notmuch-addrlookup` utility are now\r
172    compatible with go 1.\r
173  \r
174  Notmuch 0.12 (2012-03-20)\r
175 -- \r
176 1.7.1\r
177 \r