diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-09-28 21:09:30 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-09-28 21:10:10 +0200 |
commit | 8cd2eee70a6af700c0379e3e7126ef023293ee67 (patch) | |
tree | 4311134edf18a1ad04de27570726143f546282d1 /lisp/gnus/nnimap.el | |
parent | 6691a5c1ad1c1fe3c55821a4d34d1d2071dcbbdc (diff) | |
download | emacs-8cd2eee70a6af700c0379e3e7126ef023293ee67.tar.gz emacs-8cd2eee70a6af700c0379e3e7126ef023293ee67.tar.bz2 emacs-8cd2eee70a6af700c0379e3e7126ef023293ee67.zip |
Copy edit nnimap-expunge doc string
* lisp/gnus/nnimap.el (nnimap-expunge): Copy edit doc string.
Diffstat (limited to 'lisp/gnus/nnimap.el')
-rw-r--r-- | lisp/gnus/nnimap.el | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 2c91ba0bf5e..839399859de 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -104,17 +104,17 @@ Possible choices are nil (use default methods), `anonymous', (defvoo nnimap-expunge 'on-exit "When to expunge deleted messages. -If 'never, deleted articles are marked with the IMAP \\Delete -flag but not automatically expunged. If 'immediately, deleted +If `never', deleted articles are marked with the IMAP \\Delete +flag but not automatically expunged. If `immediately', deleted articles are immediately expunged (this requires the server to -support the UID EXPUNGE command). If 'on-exit, deleted articles -are flagged, and all flagged articles are expunged when the -group is closed. +support the UID EXPUNGE command). If `on-exit', deleted articles +are flagged, and all flagged articles are expunged when the group +is closed. For backwards compatibility, this variable may also be set to t or nil. If the server supports UID EXPUNGE, both t and nil are -equivalent to 'immediately. If the server does not support UID -EXPUNGE nil is equivalent to 'never, while t will immediately +equivalent to `immediately'. If the server does not support UID +EXPUNGE nil is equivalent to `never', while t will immediately expunge ALL articles that are currently flagged as deleted (i.e., potentially not only the article that was just deleted).") |