aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2017-01-25 01:18:43 +0100
committerLars Ingebrigtsen2017-01-25 01:18:43 +0100
commitf580ea195bfdef71de1642311f27c2aff1e4b41c (patch)
tree4c52e0376fa8149cdbf7b770a480f3b8b46305b8 /doc
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 'doc')
-rw-r--r--doc/misc/gnus.texi16
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
14276When to expunge deleted messages. If @code{never}, deleted articles 14276If non-@code{nil}, expunge articles after deleting them. This is always done
14277are marked with the IMAP @code{\\Delete} flag but not automatically 14277if the server supports UID EXPUNGE, but it's not done by default on
14278expunged. If @code{immediately}, deleted articles are immediately expunged 14278servers 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
14281expunged when the group is closed.
14282
14283For backwards compatibility, this variable may also be set to t
14284or nil. If the server supports UID EXPUNGE, both t and nil are
14285equivalent to @code{immediately}. If the server does not support UID
14286EXPUNGE nil is equivalent to @code{never}, while t will immediately
14287expunge 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
14291Virtually all @acronym{IMAP} server support fast streaming of data. 14281Virtually all @acronym{IMAP} server support fast streaming of data.