Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 25 / cfd34b2f278bfca52bd6fa1a63e4cd35cc73ce
1 Return-Path: <BATV+f0b569d5e20130a38e27+2434+infradead.org+hohndel@bombadil.srs.infradead.org>\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 E373E4196F3\r
6         for <notmuch@notmuchmail.org>; Fri, 23 Apr 2010 10:42:33 -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: -4.2\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham\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 AUYhv0wCKMej for <notmuch@notmuchmail.org>;\r
16         Fri, 23 Apr 2010 10:42:33 -0700 (PDT)\r
17 Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 1094B431FC1\r
19         for <notmuch@notmuchmail.org>; Fri, 23 Apr 2010 10:42:33 -0700 (PDT)\r
20 Received: from localhost ([::1] helo=x200.gr8dns.org)\r
21         by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux))\r
22         id 1O5Mtc-0004hS-NN\r
23         for notmuch@notmuchmail.org; Fri, 23 Apr 2010 17:42:32 +0000\r
24 Received: by x200.gr8dns.org (Postfix, from userid 500)\r
25         id 9FA32C05C9; Fri, 23 Apr 2010 10:42:31 -0700 (PDT)\r
26 From: Dirk Hohndel <hohndel@infradead.org>\r
27 To: notmuch <notmuch@notmuchmail.org>\r
28 Subject: [PATCH] Add NEWS updates for my last batch of patches\r
29 Date: Fri, 23 Apr 2010 10:42:31 -0700\r
30 Message-ID: <m3iq7i3w1k.fsf@x200.gr8dns.org>\r
31 User-Agent: notmuch 0.2-183-g625ff29 (Emacs 23.1.1/i386-redhat-linux-gnu)\r
32 MIME-Version: 1.0\r
33 Content-Type: text/plain; charset=us-ascii\r
34 X-SRS-Rewrite: SMTP reverse-path rewritten from <hohndel@infradead.org> by\r
35         bombadil.infradead.org See http://www.infradead.org/rpr.html\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Fri, 23 Apr 2010 17:42:34 -0000\r
49 \r
50 \r
51 in the future I'll include those with my patches. Hope it's ok to do\r
52 this as one single patch for this series.\r
53 \r
54 Signed-off-by: Dirk Hohndel <hohndel@infradead.org>\r
55 ---\r
56  NEWS |   35 +++++++++++++++++++++++++++++++++++\r
57  1 files changed, 35 insertions(+), 0 deletions(-)\r
58 \r
59 diff --git a/NEWS b/NEWS\r
60 index eba0fd5..5586386 100644\r
61 --- a/NEWS\r
62 +++ b/NEWS\r
63 @@ -1,3 +1,38 @@\r
64 +\r
65 +Even Better guessing of From: header.\r
66 +\r
67 +  Notmuch now looks at a number of headers when trying to figure out\r
68 +  the best From: header to use in a reply. First it checks whether one\r
69 +  of the user's emails is in To: or Cc:, then it checks Envelope-To:\r
70 +  and X-Original-To: headers, then it analyses the Received headers\r
71 +  checking for a Received: by .. from .. for user@add.res clause. And\r
72 +  finally it matches domains in the received path.\r
73 +\r
74 +Visualization of author names that match a search\r
75 +\r
76 +  When notmuch displays threads as the result of a search, it now\r
77 +  lists the authors that match the search before listing the other\r
78 +  authors in the thread. It inserts a pipe '|' symbol between the last\r
79 +  matching and first non-matching author. This is especially useful in\r
80 +  a search that includes tag:unread. Now the authors of the unread\r
81 +  messages in the thread are listed first.\r
82 +\r
83 +Provide 'd' key binding to add the 'deleted' tag to messages and threads\r
84 +\r
85 +  The 'd' key works wherever 'a'rchive works - it performs the same\r
86 +  actions but additionally sets the deleted tag.\r
87 +\r
88 +Provide 'G' key binding to trigger mail refresh\r
89 +\r
90 +  The 'G' key works wherever '=' works. Before refreshing the screen\r
91 +  it calls an external program that can be used to poll email servers,\r
92 +  run notmuch new and setup specific tags for the new emails. The\r
93 +  script to be called can be customized with. Use the customize screen\r
94 +  to set the notmuch-poll-script variable to the program that you want\r
95 +  to execute when pressing 'G'. Note that this is synchronous - emacs\r
96 +  will wait until this program finishes.\r
97 +\r
98 +\r
99  Notmuch 0.2 (2010-04-16)\r
100  ========================\r
101  This is the second release of the notmuch mail system, with actual\r
102 -- \r
103 1.6.6.1\r
104 \r
105 \r
106 -- \r
107 Dirk Hohndel\r
108 Intel Open Source Technology Center\r