diff options
| author | Nikolaus Rath | 2017-01-25 00:46:13 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2017-01-25 00:46:13 +0100 |
| commit | 4e9baea6aba1633074889339dcc7cdc9d73880d3 (patch) | |
| tree | 93b25067072b68ef98d51a19ff43ba7a75871a99 /etc | |
| parent | b6fa58072304c2a24f1fe8a0e06a4739a7f8211b (diff) | |
| download | emacs-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/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -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 | ||
| 86 | expunging deleted messages, and 'on-exit' to expunge deleted articles | ||
| 87 | when exiting the group's summary buffer. Setting 'nnimap-expunge' to | ||
| 88 | 'nil' or 't' is still supported but not recommended, since it may | ||
| 89 | result in Gnus expunging all messages that have been flagged as | ||
| 90 | deleted by any IMAP client (rather than just those that have been | ||
| 91 | deleted 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 |
| 85 | the current stack trace. | 95 | the current stack trace. |
| 86 | 96 | ||