[PATCH] Add NEWS updates for my last batch of patches
authorDirk Hohndel <hohndel@infradead.org>
Fri, 23 Apr 2010 17:42:31 +0000 (10:42 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:50 +0000 (09:36 -0800)
25/cfd34b2f278bfca52bd6fa1a63e4cd35cc73ce [new file with mode: 0644]

diff --git a/25/cfd34b2f278bfca52bd6fa1a63e4cd35cc73ce b/25/cfd34b2f278bfca52bd6fa1a63e4cd35cc73ce
new file mode 100644 (file)
index 0000000..89b3541
--- /dev/null
@@ -0,0 +1,108 @@
+Return-Path: <BATV+f0b569d5e20130a38e27+2434+infradead.org+hohndel@bombadil.srs.infradead.org>\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 E373E4196F3\r
+       for <notmuch@notmuchmail.org>; Fri, 23 Apr 2010 10:42:33 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -4.2\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham\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 AUYhv0wCKMej for <notmuch@notmuchmail.org>;\r
+       Fri, 23 Apr 2010 10:42:33 -0700 (PDT)\r
+Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1094B431FC1\r
+       for <notmuch@notmuchmail.org>; Fri, 23 Apr 2010 10:42:33 -0700 (PDT)\r
+Received: from localhost ([::1] helo=x200.gr8dns.org)\r
+       by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux))\r
+       id 1O5Mtc-0004hS-NN\r
+       for notmuch@notmuchmail.org; Fri, 23 Apr 2010 17:42:32 +0000\r
+Received: by x200.gr8dns.org (Postfix, from userid 500)\r
+       id 9FA32C05C9; Fri, 23 Apr 2010 10:42:31 -0700 (PDT)\r
+From: Dirk Hohndel <hohndel@infradead.org>\r
+To: notmuch <notmuch@notmuchmail.org>\r
+Subject: [PATCH] Add NEWS updates for my last batch of patches\r
+Date: Fri, 23 Apr 2010 10:42:31 -0700\r
+Message-ID: <m3iq7i3w1k.fsf@x200.gr8dns.org>\r
+User-Agent: notmuch 0.2-183-g625ff29 (Emacs 23.1.1/i386-redhat-linux-gnu)\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-SRS-Rewrite: SMTP reverse-path rewritten from <hohndel@infradead.org> by\r
+       bombadil.infradead.org See http://www.infradead.org/rpr.html\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: Fri, 23 Apr 2010 17:42:34 -0000\r
+\r
+\r
+in the future I'll include those with my patches. Hope it's ok to do\r
+this as one single patch for this series.\r
+\r
+Signed-off-by: Dirk Hohndel <hohndel@infradead.org>\r
+---\r
+ NEWS |   35 +++++++++++++++++++++++++++++++++++\r
+ 1 files changed, 35 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index eba0fd5..5586386 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -1,3 +1,38 @@\r
++\r
++Even Better guessing of From: header.\r
++\r
++  Notmuch now looks at a number of headers when trying to figure out\r
++  the best From: header to use in a reply. First it checks whether one\r
++  of the user's emails is in To: or Cc:, then it checks Envelope-To:\r
++  and X-Original-To: headers, then it analyses the Received headers\r
++  checking for a Received: by .. from .. for user@add.res clause. And\r
++  finally it matches domains in the received path.\r
++\r
++Visualization of author names that match a search\r
++\r
++  When notmuch displays threads as the result of a search, it now\r
++  lists the authors that match the search before listing the other\r
++  authors in the thread. It inserts a pipe '|' symbol between the last\r
++  matching and first non-matching author. This is especially useful in\r
++  a search that includes tag:unread. Now the authors of the unread\r
++  messages in the thread are listed first.\r
++\r
++Provide 'd' key binding to add the 'deleted' tag to messages and threads\r
++\r
++  The 'd' key works wherever 'a'rchive works - it performs the same\r
++  actions but additionally sets the deleted tag.\r
++\r
++Provide 'G' key binding to trigger mail refresh\r
++\r
++  The 'G' key works wherever '=' works. Before refreshing the screen\r
++  it calls an external program that can be used to poll email servers,\r
++  run notmuch new and setup specific tags for the new emails. The\r
++  script to be called can be customized with. Use the customize screen\r
++  to set the notmuch-poll-script variable to the program that you want\r
++  to execute when pressing 'G'. Note that this is synchronous - emacs\r
++  will wait until this program finishes.\r
++\r
++\r
+ Notmuch 0.2 (2010-04-16)\r
+ ========================\r
+ This is the second release of the notmuch mail system, with actual\r
+-- \r
+1.6.6.1\r
+\r
+\r
+-- \r
+Dirk Hohndel\r
+Intel Open Source Technology Center\r