From 5234f808bc5fe5c4ce28c04f9add38cc5bd1fb3d Mon Sep 17 00:00:00 2001 From: Pieter Praet Date: Thu, 1 Mar 2012 22:44:30 +0100 Subject: NEWS: add entry for `notmuch-show-stash-mlarchive-link{,-and-go}' --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8fb2f248..a7399149 100644 --- a/NEWS +++ b/NEWS @@ -80,6 +80,12 @@ Attachment buttons can be used to view or save attachments. button 1 saves the attachment but this is customisable (option Notmuch Show Part Button Default Action). +New functions + + `notmuch-show-stash-mlarchive-link{,-and-go}' allow stashing and + optionally visiting a URI to the current message at one of a number + of Mailing List Archives. + Library changes --------------- -- cgit v1.2.3 From e83409d21c48259af0321b8c187a1980d69d1ff1 Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Wed, 29 Feb 2012 18:13:06 +0000 Subject: NEWS: revert NEWS item for exclude tags for 0.12 --- NEWS | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a7399149..4152e7c9 100644 --- a/NEWS +++ b/NEWS @@ -11,24 +11,6 @@ Reply to sender to all. The feature is available through the new command line option --reply-to=(all|sender). -Tag exclusion - - Tags can be automatically excluded from search results by adding them - to the new 'search.exclude_tags' option in the Notmuch config file. - - This behaviour can be overridden by explicitly including an excluded - tag in your query, for example: - - notmuch search $your_query and tag:$excluded_tag - - Existing users will probably want to run "notmuch setup" again to add - the new well-commented [search] section to the configuration file. - - For new configurations, accepting the default setting will cause the - tags "deleted" and "spam" to be excluded, equivalent to running: - - notmuch config set search.exclude_tags deleted spam - Mail store folder/file ignore A new configuration option, `new.ignore`, lets users specify a -- cgit v1.2.3