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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/misc/gnus.texi | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index e8524fb03f0..05159d4b2f7 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -14273,19 +14273,9 @@ specific login method to be used, you can set this variable to either | |||
| 14273 | @code{plain} or @code{cram-md5}. | 14273 | @code{plain} or @code{cram-md5}. |
| 14274 | 14274 | ||
| 14275 | @item nnimap-expunge | 14275 | @item nnimap-expunge |
| 14276 | When to expunge deleted messages. If @code{never}, deleted articles | 14276 | If non-@code{nil}, expunge articles after deleting them. This is always done |
| 14277 | are marked with the IMAP @code{\\Delete} flag but not automatically | 14277 | if the server supports UID EXPUNGE, but it's not done by default on |
| 14278 | expunged. If @code{immediately}, deleted articles are immediately expunged | 14278 | servers that doesn't support that command. |
| 14279 | (this requires the server to support the UID EXPUNGE command). If | ||
| 14280 | @code{on-exit}, deleted articles are flagged, and all flagged articles are | ||
| 14281 | expunged when the group is closed. | ||
| 14282 | |||
| 14283 | For backwards compatibility, this variable may also be set to t | ||
| 14284 | or nil. If the server supports UID EXPUNGE, both t and nil are | ||
| 14285 | equivalent to @code{immediately}. If the server does not support UID | ||
| 14286 | EXPUNGE nil is equivalent to @code{never}, while t will immediately | ||
| 14287 | expunge ALL articles that are currently flagged as deleted | ||
| 14288 | (i.e., potentially not only the article that was just deleted). | ||
| 14289 | 14279 | ||
| 14290 | @item nnimap-streaming | 14280 | @item nnimap-streaming |
| 14291 | Virtually all @acronym{IMAP} server support fast streaming of data. | 14281 | Virtually all @acronym{IMAP} server support fast streaming of data. |