From: kaoru Date: Mon, 10 Dec 2001 08:44:17 +0000 (+0000) Subject: * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4 X-Git-Tag: wl-2_8-root~74 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfaf9fb1b44bbf1783e281def58deb66114d922a;p=elisp%2Fwanderlust.git * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4 (RECENT UNSEEN MESSAGES) extension. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 0f99689..4861985 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2001-12-10 TAKAHASHI Kaoru + + * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4 + (RECENT UNSEEN MESSAGES) extension. + 2001-12-07 Mito * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string): diff --git a/elmo/elmo.el b/elmo/elmo.el index 00d271f..e382aa4 100644 --- a/elmo/elmo.el +++ b/elmo/elmo.el @@ -193,7 +193,9 @@ If optional KEEP-KILLED is non-nil, killed-list is not cleared.") "Get diff of FOLDER. If optional NUMBERS is set, it is used as current NUMBERS. Otherwise, saved status for folder is used for comparison. -Return value is a cons cell of NEWS and MESSAGES.") +Return value is cons cell or list: + - a cons cell (NEWS . MESSAGES) + - a list (RECENT UNSEEN MESSAGES) ; RECENT means NEWS, UNSEEN means UNREAD.") (luna-define-generic elmo-folder-status (folder) "Returns a cons cell of (MAX-NUMBER . MESSAGES) in the FOLDER.")