aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/imap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/imap.el b/lisp/gnus/imap.el
index 4c33552b34f..ad26bcada84 100644
--- a/lisp/gnus/imap.el
+++ b/lisp/gnus/imap.el
@@ -1216,7 +1216,7 @@ Returns non-nil if successful."
1216ITEMS can be a symbol or a list of symbols, valid symbols are one of 1216ITEMS can be a symbol or a list of symbols, valid symbols are one of
1217the STATUS data items -- ie 'messages, 'recent, 'uidnext, 'uidvalidity 1217the STATUS data items -- ie 'messages, 'recent, 'uidnext, 'uidvalidity
1218or 'unseen. If ITEMS is a list of symbols, a list of values is 1218or 'unseen. If ITEMS is a list of symbols, a list of values is
1219returned, if ITEMS is a symbol only it's value is returned." 1219returned, if ITEMS is a symbol only its value is returned."
1220 (with-current-buffer (or buffer (current-buffer)) 1220 (with-current-buffer (or buffer (current-buffer))
1221 (when (imap-ok-p 1221 (when (imap-ok-p
1222 (imap-send-command-wait (list "STATUS \"" 1222 (imap-send-command-wait (list "STATUS \""