From 7fb0eb3293037b338c808da0d53ee4452b65993a Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 19 Mar 2012 22:15:05 -0300 Subject: NEWS: set release date for 0.12 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 09c5d9c..bfef158 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Notmuch 0.12 (2012-xx-xx) +Notmuch 0.12 (2012-03-20) ========================= Command-Line Interface -- cgit v1.2.3 From 686ed4c6ad9f601af76bcd81856c0a62c63122c7 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 19 Mar 2012 22:25:05 -0300 Subject: NEWS: update discussion of GMime 2.6 version requirements. Be more specific than "Current GMime 2.6". Also explain why we need >=2.6.7 --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index bfef158..f179106 100644 --- a/NEWS +++ b/NEWS @@ -134,8 +134,10 @@ Build fixes Compatibility with GMime 2.6 It is now possible to build notmuch against both GMime 2.4 and 2.6. - However, a bug in current GMime 2.6 causes notmuch not to report - signatures where the signer key is unavailable (GNOME bug 668085). + However, a bug in GMime 2.6 before 2.6.5 causes notmuch not to + report signatures where the signer key is unavailable (GNOME bug + 668085). For compatibility with GMime 2.4's tolerance of "From " + headers we require GMime 2.6 >= 2.6.7. Notmuch 0.11.1 (2012-02-03) =========================== -- cgit v1.2.3 From 5b6a91849c0d8aff1ae4fd147c0a8510d69fcc83 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 19 Mar 2012 22:32:23 -0300 Subject: NEWS: add news item for help = man page As we discovered recently on the list, this really is new for 0.12 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f179106..5c54735 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,12 @@ Mail store folder/file ignore NOTE: *Every* file/directory that goes by one of those names will be ignored, independent of its depth/location in the mail store. +Unified help and manual pages + + The notmuch help command now runs man for the appropriate page. If + you install notmuch somewhere "unusual", you may need to update + MANPATH. + Manual page for notmuch configuration options The notmuch CLI configuration file options are now documented in the -- cgit v1.2.3