X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=2128c7569aa533262355a32868a5ecbef8214c66;hb=7df0e611df9275bf2330bc73895e2d729a157adc;hp=eba0fd5ae5cb5c7f2121827d7e6bcffba16f91b8;hpb=8cbb5114a20c1217f23977fd5edca99a0b7a2955;p=notmuch diff --git a/NEWS b/NEWS index eba0fd5a..2128c756 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +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 + + When notmuch displays threads as the result of a search, it now + lists the authors that match the search before listing the other + authors in the thread. It inserts a pipe '|' symbol between the last + matching and first non-matching author. This is especially useful in + 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