aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2017-01-25 01:18:43 +0100
committerLars Ingebrigtsen2017-01-25 01:18:43 +0100
commitf580ea195bfdef71de1642311f27c2aff1e4b41c (patch)
tree4c52e0376fa8149cdbf7b770a480f3b8b46305b8 /etc
parent4e9baea6aba1633074889339dcc7cdc9d73880d3 (diff)
downloademacs-f580ea195bfdef71de1642311f27c2aff1e4b41c.tar.gz
emacs-f580ea195bfdef71de1642311f27c2aff1e4b41c.zip
Revert "nnimap.el: support additional expunge options"
This reverts commit 4e9baea6aba1633074889339dcc7cdc9d73880d3. The patch broke fetching new mail: Debugger entered--Lisp error: (error "Format specifier doesn’t match argument type") format("%d .*\n" (t ("OK" ("HIGHESTMODSEQ" "914696") "Expunge" "completed.") ("VANISHED" "1825937") ("0" "RECENT"))) (looking-at (format "%d .*\n" sequence)) (not (looking-at (format "%d .*\n" sequence))) (progn (while (and (not (bobp)) (progn (forward-line -1) (looking-at "\\*\\|[0-9]+ OK NOOP")))) (not (looking-at (format "%d .*\n" sequence))))
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e5ee40cbe4b..ca66df62610 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -81,16 +81,6 @@ 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+++
94** The new function 'mapbacktrace' applies a function to all frames of 84** The new function 'mapbacktrace' applies a function to all frames of
95the current stack trace. 85the current stack trace.
96 86