[PATCH 1/3] NEWS: Insert markdown formatting commands in 0.13 section text
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 16 May 2012 07:21:44 +0000 (10:21 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:47:08 +0000 (09:47 -0800)
d7/b4cc3249209113c70a9d4d732493994ff08e8d [new file with mode: 0644]

diff --git a/d7/b4cc3249209113c70a9d4d732493994ff08e8d b/d7/b4cc3249209113c70a9d4d732493994ff08e8d
new file mode 100644 (file)
index 0000000..8575039
--- /dev/null
@@ -0,0 +1,177 @@
+Return-Path: <too@guru-group.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id BE7F2431FD9\r
+       for <notmuch@notmuchmail.org>; Wed, 16 May 2012 00:21:44 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id rFvf4VaAIQSI for <notmuch@notmuchmail.org>;\r
+       Wed, 16 May 2012 00:21:44 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 934C4431FB6\r
+       for <notmuch@notmuchmail.org>; Wed, 16 May 2012 00:21:43 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 39C97100639; Wed, 16 May 2012 10:21:54 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/3] NEWS: Insert markdown formatting commands in 0.13 section\r
+       text\r
+Date: Wed, 16 May 2012 10:21:44 +0300\r
+Message-Id: <1337152910-22371-1-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 1.7.1\r
+In-Reply-To: <1337146745-21525-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1337146745-21525-1-git-send-email-tomi.ollila@iki.fi>\r
+Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 16 May 2012 07:21:45 -0000\r
+\r
+NEWS entries in section 0.13 is brought consistent with rest of the\r
+NEWS file.\r
+---\r
+ NEWS |   38 +++++++++++++++++++-------------------\r
+ 1 files changed, 19 insertions(+), 19 deletions(-)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 69a7203..d841a4c 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -6,19 +6,19 @@ Command-Line Interface\r
\r
+ Reply to sender\r
\r
+-  "notmuch reply" has gained the ability to create a reply template\r
++  `notmuch reply` has gained the ability to create a reply template\r
+   for replying just to the sender of the message, in addition to reply\r
+   to all. The feature is available through the new command line option\r
+-  --reply-to=(all|sender).\r
++  `--reply-to=(all|sender)`.\r
\r
+ JSON reply format\r
\r
+-  "notmuch reply" can now produce JSON output that contains the headers\r
++  `notmuch reply` can now produce JSON output that contains the headers\r
+   for a reply message and full information about the original message\r
+   begin replied to. This allows MUAs to create replies intelligently.\r
+   For example, an MUA that can parse HTML might quote HTML parts.\r
\r
+-  Calling notmuch reply with --format=json imposes the restriction that\r
++  Calling notmuch reply with `--format=json` imposes the restriction that\r
+   only a single message is returned by the search, as replying to\r
+   multiple messages does not have a well-defined behavior. The default\r
+   retains its current behavior for multiple message replies.\r
+@@ -26,24 +26,24 @@ JSON reply format\r
+ Tag exclusion\r
\r
+   Tags can be automatically excluded from search results by adding them\r
+-  to the new 'search.exclude_tags' option in the Notmuch config file.\r
++  to the new `search.exclude_tags` option in the Notmuch config file.\r
\r
+   This behaviour can be overridden by explicitly including an excluded\r
+   tag in your query, for example:\r
\r
+-    notmuch search $your_query and tag:$excluded_tag\r
++        notmuch search $your_query and tag:$excluded_tag\r
\r
+-  Existing users will probably want to run "notmuch setup" again to add\r
++  Existing users will probably want to run `notmuch setup` again to add\r
+   the new well-commented [search] section to the configuration file.\r
\r
+   For new configurations, accepting the default setting will cause the\r
+   tags "deleted" and "spam" to be excluded, equivalent to running:\r
\r
+-    notmuch config set search.exclude_tags deleted spam\r
++        notmuch config set search.exclude_tags deleted spam\r
\r
+ Raw show format changes\r
\r
+-  The output of show --format=raw has changed for multipart and\r
++  The output of show `--format=raw` has changed for multipart and\r
+   message parts.  Previously, the output was a mash of somewhat-parsed\r
+   headers and transfer-decoded bodies.  Now, such parts are reproduced\r
+   faithfully from the original source.  Message parts (which includes\r
+@@ -54,7 +54,7 @@ Raw show format changes\r
\r
+ Listing configuration items\r
\r
+-  The new "config list" command prints out all configuration items and\r
++  The new `config list` command prints out all configuration items and\r
+   their values.\r
\r
+ Emacs Interface\r
+@@ -64,7 +64,7 @@ Changes to tagging interface\r
\r
+   The user-facing tagging functions in the Emacs interface have been\r
+   normalized across all notmuch modes.  The tagging functions are now\r
+-  'notmuch-search-tag' in search-mode, and 'notmuch-show-tag' in\r
++  notmuch-search-tag in search-mode, and notmuch-show-tag in\r
+   show-mode.  They accept a string representing a single tag change,\r
+   or a list of tag changes.  See 'M-x describe-function notmuch-tag'\r
+   for more information.\r
+@@ -83,11 +83,11 @@ Reply improvement using the JSON format\r
+ New add-on tool: notmuch-mutt\r
+ -----------------------------\r
\r
+-The new contrib/ tool "notmuch-mutt" provides Notmuch integration for\r
++The new contrib/ tool `notmuch-mutt` provides Notmuch integration for\r
+ the Mutt mail user agent. Using it, Mutt users can perform mail\r
+ search, thread reconstruction, and mail tagging/untagging without\r
+ leaving Mutt.  notmuch-mutt, formerly distributed under the name\r
+-"mutt-notmuch" by Stefano Zacchiroli, will be maintained as a notmuch\r
++`mutt-notmuch` by Stefano Zacchiroli, will be maintained as a notmuch\r
+ contrib/ from now on.\r
\r
+ Library changes\r
+@@ -96,18 +96,18 @@ Library changes\r
+ The API changes detailed below break binary and source compatibility,\r
+ so libnotmuch has been bumped to version 3.0.0.\r
\r
+-The function notmuch_database_close has been split into\r
+-notmuch_database_close and notmuch_database_destroy\r
++The function `notmuch_database_close` has been split into\r
++`notmuch_database_close` and `notmuch_database_destroy`\r
\r
+   This makes it possible for long running programs to close the xapian\r
+   database and thus release the lock associated with it without\r
+   destroying the data structures obtained from it.\r
\r
+-notmuch_database_open, notmuch_database_create, and\r
+-notmuch_database_get_directory now return errors\r
++`notmuch_database_open`, `notmuch_database_create`, and\r
++`notmuch_database_get_directory` now return errors\r
\r
+   The type signatures of these functions have changed so that the\r
+-  functions now return a notmuch_status_t and take an out-argument for\r
++  functions now return a `notmuch_status_t` and take an out-argument for\r
+   returning the new database object or directory object.\r
\r
+ go bindings changes\r
+@@ -115,7 +115,7 @@ go bindings changes\r
\r
+ Go 1 compatibility\r
\r
+-  The go bindings and the notmuch-addrlookup utility are now\r
++  The go bindings and the `notmuch-addrlookup` utility are now\r
+   compatible with go 1.\r
\r
+ Notmuch 0.12 (2012-03-20)\r
+-- \r
+1.7.1\r
+\r