From e2aea74a5cc8c8cd177a7597808e7697d8db591f Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 17 Feb 2004 18:20:29 +0000 Subject: [PATCH] * elmo.el (elmo-folder-synchronize): Fix description of the return value. --- elmo/ChangeLog | 5 +++++ elmo/elmo.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 6978184..e07604e 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2004-02-18 Yoichi NAKAYAMA + + * elmo.el (elmo-folder-synchronize): Fix description of the return + value. + 2004-02-16 Yuuichi Teranishi * elmo.el (elmo-message-fetch-bodystructure): New method. diff --git a/elmo/elmo.el b/elmo/elmo.el index 069998a..80ba5fc 100644 --- a/elmo/elmo.el +++ b/elmo/elmo.el @@ -1393,7 +1393,7 @@ If optional DISABLE-KILLED is non-nil, killed messages are also synchronized. If optional IGNORE-MSGDB is non-nil, current msgdb is thrown away except flag status. If NO-CHECK is non-nil, rechecking folder is skipped. -Return a list of a cross-posted message number. +Return amount of cross-posted messages. If update process is interrupted, return nil.") (luna-define-method elmo-folder-synchronize ((folder elmo-folder) -- 1.7.10.4