aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorNikolaus Rath2017-01-25 00:46:13 +0100
committerLars Ingebrigtsen2017-01-25 00:46:13 +0100
commit4e9baea6aba1633074889339dcc7cdc9d73880d3 (patch)
tree93b25067072b68ef98d51a19ff43ba7a75871a99 /etc
parentb6fa58072304c2a24f1fe8a0e06a4739a7f8211b (diff)
downloademacs-4e9baea6aba1633074889339dcc7cdc9d73880d3.tar.gz
emacs-4e9baea6aba1633074889339dcc7cdc9d73880d3.zip
nnimap.el: support additional expunge options
* lisp/gnus/nnimap.el (nnimap-close-group) (nnimap-request-expire-articles, nnimap-delete-article) (nnimap-request-scan): add new 'never, 'immediate, and 'on-exit settings for nnimap-expunge (bug#20670).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ca66df62610..e5ee40cbe4b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -81,6 +81,16 @@ for '--daemon'.
81* Changes in Emacs 26.1 81* Changes in Emacs 26.1
82 82
83+++ 83+++
84** The Gnus user variable 'nnimap-expunge' supports three new values:
85'never' for never expunging messages, 'immediately' for immediately
86expunging deleted messages, and 'on-exit' to expunge deleted articles
87when exiting the group's summary buffer. Setting 'nnimap-expunge' to
88'nil' or 't' is still supported but not recommended, since it may
89result in Gnus expunging all messages that have been flagged as
90deleted by any IMAP client (rather than just those that have been
91deleted by Gnus).
92
93+++
84** The new function 'mapbacktrace' applies a function to all frames of 94** The new function 'mapbacktrace' applies a function to all frames of
85the current stack trace. 95the current stack trace.
86 96