From bfaf9fb1b44bbf1783e281def58deb66114d922a Mon Sep 17 00:00:00 2001 From: kaoru Date: Mon, 10 Dec 2001 08:44:17 +0000 Subject: [PATCH] * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4 (RECENT UNSEEN MESSAGES) extension. --- elmo/ChangeLog | 5 +++++ elmo/elmo.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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.") -- 1.7.10.4