summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Hohndel <hohndel@infradead.org>2010-04-23 10:42:31 -0700
committerCarl Worth <cworth@cworth.org>2010-04-26 15:17:05 -0700
commitda9304769f59b55ea8ba2b63105b47a69450fad8 (patch)
tree095a206ed7649a61a049b289fb211311e5aab37c
parent8c4b07248efc2d69c8f0808310d7b7bf9f8c1df4 (diff)
Add NEWS updates for my last batch of patches
in the future I'll include those with my patches. Hope it's ok to do this as one single patch for this series. Signed-off-by: Dirk Hohndel <hohndel@infradead.org>
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c2057c2..2128c75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Even Better guessing of From: header.
+
+ Notmuch now looks at a number of headers when trying to figure out
+ the best From: header to use in a reply. First it checks whether one
+ of the user's emails is in To: or Cc:, then it checks Envelope-To:
+ and X-Original-To: headers, then it analyses the Received headers
+ checking for a Received: by .. from .. for user@add.res clause. And
+ finally it matches domains in the received path.
Visualization of author names that match a search
@@ -8,6 +16,16 @@ Visualization of author names that match a search
a search that includes tag:unread. Now the authors of the unread
messages in the thread are listed first.
+Provide 'G' key binding to trigger mail refresh
+
+ The 'G' key works wherever '=' works. Before refreshing the screen
+ it calls an external program that can be used to poll email servers,
+ run notmuch new and setup specific tags for the new emails. The
+ script to be called can be customized with. Use the customize screen
+ to set the notmuch-poll-script variable to the program that you want
+ to execute when pressing 'G'. Note that this is synchronous - emacs
+ will wait until this program finishes.
+
Notmuch 0.2 (2010-04-16)
========================
This is the second release of the notmuch mail system, with actual