diff options
| author | Lars Ingebrigtsen | 2017-01-25 01:18:43 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2017-01-25 01:18:43 +0100 |
| commit | f580ea195bfdef71de1642311f27c2aff1e4b41c (patch) | |
| tree | 4c52e0376fa8149cdbf7b770a480f3b8b46305b8 /etc | |
| parent | 4e9baea6aba1633074889339dcc7cdc9d73880d3 (diff) | |
| download | emacs-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/NEWS | 10 |
1 files changed, 0 insertions, 10 deletions
| @@ -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 | ||
| 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 | +++ | ||
| 94 | ** The new function 'mapbacktrace' applies a function to all frames of | 84 | ** The new function 'mapbacktrace' applies a function to all frames of |
| 95 | the current stack trace. | 85 | the current stack trace. |
| 96 | 86 | ||