aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-01-27 08:41:55 +0000
committerJuanma Barranquero2003-01-27 08:41:55 +0000
commit4f014d558fbf42f925089cedc05add9fb531da0f (patch)
treed0da420dd45f8770a3b83a4399761c833bdc4002
parent3201ea579bbe3a9bc2f6bf9d6c9b2121f6bbe2b1 (diff)
downloademacs-4f014d558fbf42f925089cedc05add9fb531da0f.tar.gz
emacs-4f014d558fbf42f925089cedc05add9fb531da0f.zip
(imap-mailbox-status): Fix typo.
-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 \""