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

diff --git a/c2/e2c6d5ff56b0c5bb14a33f3709c5e89a092804 b/c2/e2c6d5ff56b0c5bb14a33f3709c5e89a092804
new file mode 100644 (file)
index 0000000..6e1608e
--- /dev/null
@@ -0,0 +1,168 @@
+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 B5B45429E27\r
+       for <notmuch@notmuchmail.org>; Wed, 16 May 2012 00:22:11 -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 e3uoayrCqsXK for <notmuch@notmuchmail.org>;\r
+       Wed, 16 May 2012 00:22:09 -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 9E647429E3C\r
+       for <notmuch@notmuchmail.org>; Wed, 16 May 2012 00:21:52 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 755DD100639; Wed, 16 May 2012 10:22:03 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 3/4] NEWS: Insert markdown formatting commands in 0.13 section\r
+       text\r
+Date: Wed, 16 May 2012 10:21:49 +0300\r
+Message-Id: <1337152910-22371-6-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:22:12 -0000\r
+\r
+NEWS entries in section 0.13 is brought consistent with rest of the\r
+NEWS file.\r
+---\r
+ NEWS |   34 +++++++++++++++++-----------------\r
+ 1 files changed, 17 insertions(+), 17 deletions(-)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 970aa40..ad4859d 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -6,12 +6,12 @@ Command-Line Interface\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
+@@ -19,24 +19,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
+@@ -47,7 +47,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
+@@ -57,7 +57,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
+@@ -76,11 +76,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
+@@ -89,18 +89,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
+@@ -108,7 +108,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