From bd99627e6d5d8b88e1b790557c91bff3be337c8e Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Wed, 14 Mar 2012 23:21:06 +0200 Subject: NEWS: emacs: Fix MML tag quoting in replies --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4152e7c..6778442 100644 --- a/NEWS +++ b/NEWS @@ -68,6 +68,12 @@ New functions optionally visiting a URI to the current message at one of a number of Mailing List Archives. +Fix MML tag quoting in replies + + The MML tag quoting fix of 0.11.1 unintentionally quoted tags + inserted in `message-setup-hook'. Quoting is now limited to the + cited message. + Library changes --------------- -- cgit v1.2.3 From f9fd98142ba1f5e2042dba8b8476e6afc6bfa402 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Wed, 14 Mar 2012 23:21:07 +0200 Subject: NEWS: emacs: show view archiving key binding changes --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6778442..86c0690 100644 --- a/NEWS +++ b/NEWS @@ -74,6 +74,15 @@ Fix MML tag quoting in replies inserted in `message-setup-hook'. Quoting is now limited to the cited message. +Show view archiving key binding changes + + The show view archiving key bindings 'a' and 'x' now remove the + "inbox" tag from the current message only (instead of thread), and + move to the next message. At the last message, 'a' proceeds to the + next thread in search results, and 'x' returns to search + results. The thread archiving functions are now available in 'A' and + 'X'. + Library changes --------------- -- cgit v1.2.3 From 8d479ce3e80453c6497753ba490502777b6f66f3 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Wed, 14 Mar 2012 23:21:08 +0200 Subject: NEWS: emacs: support text/calendar MIME type --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 86c0690..3c2cd82 100644 --- a/NEWS +++ b/NEWS @@ -83,6 +83,11 @@ Show view archiving key binding changes results. The thread archiving functions are now available in 'A' and 'X'. +Support text/calendar MIME type + + The text/calendar MIME type is now supported in addition to + text/x-vcalendar. + Library changes --------------- -- cgit v1.2.3 From 743d3bcdd8e84bc35051778c42b402ffb747e599 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Wed, 14 Mar 2012 23:21:09 +0200 Subject: NEWS: emacs: inline patch fake attachment file names --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3c2cd82..83d764a 100644 --- a/NEWS +++ b/NEWS @@ -88,6 +88,13 @@ Support text/calendar MIME type The text/calendar MIME type is now supported in addition to text/x-vcalendar. +Generate inline patch fake attachment file names from message subject + + Use the message subject to generate file names for the inline patch + fake attachments. The names are now similar to the ones generated by + 'git format-patch' instead of just "inline patch". See "Notmuch Show + Insert Text/Plain Hook" in the notmuch customize interface. + Library changes --------------- -- cgit v1.2.3 From d8b131c37dccf3c09a61dbd10b543b75903d9e76 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Wed, 14 Mar 2012 23:21:11 +0200 Subject: NEWS: cli: manual page for notmuch configuration options --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 83d764a..18760ce 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. +Manual page for notmuch configuration options + + The notmuch CLI configuration file options are now documented in the + notmuch-config(1) manual page in addition to the configuration file + itself. + Emacs Interface --------------- -- cgit v1.2.3