diff options
| -rw-r--r-- | lisp/gnus/imap.el | 2 |
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." | |||
| 1216 | ITEMS can be a symbol or a list of symbols, valid symbols are one of | 1216 | ITEMS can be a symbol or a list of symbols, valid symbols are one of |
| 1217 | the STATUS data items -- ie 'messages, 'recent, 'uidnext, 'uidvalidity | 1217 | the STATUS data items -- ie 'messages, 'recent, 'uidnext, 'uidvalidity |
| 1218 | or 'unseen. If ITEMS is a list of symbols, a list of values is | 1218 | or 'unseen. If ITEMS is a list of symbols, a list of values is |
| 1219 | returned, if ITEMS is a symbol only it's value is returned." | 1219 | returned, 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 \"" |