* elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
authorkaoru <kaoru>
Mon, 10 Dec 2001 08:44:17 +0000 (08:44 +0000)
committerkaoru <kaoru>
Mon, 10 Dec 2001 08:44:17 +0000 (08:44 +0000)
(RECENT UNSEEN MESSAGES) extension.

elmo/ChangeLog
elmo/elmo.el

index 0f99689..4861985 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * elmo.el (elmo-folder-diff): Fixed docstring for IMAP4
+       (RECENT UNSEEN MESSAGES) extension.
+
 2001-12-07  Mito <mito@mxa.nes.nec.co.jp>
 
        * elmo-nntp.el (elmo-nntp-create-msgdb-from-overview-string):
index 00d271f..e382aa4 100644 (file)
@@ -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.")