emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/imap.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/imap.el
Date: Mon, 27 Jan 2003 03:41:56 -0500

Index: emacs/lisp/gnus/imap.el
diff -c emacs/lisp/gnus/imap.el:1.8 emacs/lisp/gnus/imap.el:1.9
*** emacs/lisp/gnus/imap.el:1.8 Fri Nov 29 10:57:52 2002
--- emacs/lisp/gnus/imap.el     Mon Jan 27 03:41:55 2003
***************
*** 1216,1222 ****
  ITEMS can be a symbol or a list of symbols, valid symbols are one of
  the STATUS data items -- ie 'messages, 'recent, 'uidnext, 'uidvalidity
  or 'unseen.  If ITEMS is a list of symbols, a list of values is
! returned, if ITEMS is a symbol only it's value is returned."
    (with-current-buffer (or buffer (current-buffer))
      (when (imap-ok-p
           (imap-send-command-wait (list "STATUS \""
--- 1216,1222 ----
  ITEMS can be a symbol or a list of symbols, valid symbols are one of
  the STATUS data items -- ie 'messages, 'recent, 'uidnext, 'uidvalidity
  or 'unseen.  If ITEMS is a list of symbols, a list of values is
! returned, if ITEMS is a symbol only its value is returned."
    (with-current-buffer (or buffer (current-buffer))
      (when (imap-ok-p
           (imap-send-command-wait (list "STATUS \""




reply via email to

[Prev in Thread] Current Thread [Next in Thread]