From: Basil L. Contovounesios Date: Fri, 27 Sep 2019 00:26:03 +0000 (+0100) Subject: ; * etc/NEWS (Gnus): Fix outline levels. X-Git-Tag: emacs-27.0.90~1408 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=60d121e87d532682cb1be7c48015dcd5e30db20a;p=emacs.git ; * etc/NEWS (Gnus): Fix outline levels. --- diff --git a/etc/NEWS b/etc/NEWS index 9735a5512eb..97b96d1e4e8 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1044,10 +1044,10 @@ Of course it will still find it if you have it in '~/.ecompleterc'. ** Gnus +++ -** The Gnus user variable 'nnimap-expunge' supports three new values: +*** The Gnus user variable 'nnimap-expunge' supports three new values: 'never' for never expunging messages, 'immediately' for immediately expunging deleted messages, and 'on-exit' to expunge deleted articles -when exiting the group's summary buffer. Setting 'nnimap-expunge' to +when exiting the group's summary buffer. Setting 'nnimap-expunge' to 'nil' or 't' is still supported but not recommended, since it may result in Gnus expunging all messages that have been flagged as deleted by any IMAP client (rather than just those that have been @@ -1114,7 +1114,7 @@ This option controls whether and how to use Gnus search groups as 'path:' search terms to 'notmuch'. --- -+++ The buttons in the Gnus article buffer were formerly widgets +*** The buttons in the Gnus article buffer were formerly widgets (i.e., buttons from widget.el). This has now changed, and they are now buttons (from button.el), and commands like 'TAB' now search for buttons instead of widgets. There should be no user-visible changes,