From 8238b40e41b7f6c969acf58986e439a6cfb1c1d2 Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 12 Jan 2004 03:51:03 +0000 Subject: [PATCH] * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this instead of elmo-folder-list-flagged. --- elmo/ChangeLog | 5 +++++ elmo/elmo-nntp.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index d08e41d..fafeced 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2004-01-12 Yoichi NAKAYAMA + + * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this + instead of elmo-folder-list-flagged. + 2004-01-11 Hiroya Murata * elmo-spam.el (elmo-spam-scheme): Add 'bsfilter' as a candidate. diff --git a/elmo/elmo-nntp.el b/elmo/elmo-nntp.el index fff7b48..39deb97 100644 --- a/elmo/elmo-nntp.el +++ b/elmo/elmo-nntp.el @@ -1544,8 +1544,8 @@ Returns a list of cons cells like (NUMBER . VALUE)" (luna-define-method elmo-folder-process-crosspost ((folder elmo-nntp-folder)) (elmo-nntp-folder-process-crosspost folder)) -(luna-define-method elmo-folder-list-flagged :around ((folder elmo-nntp-folder) - flag) +(luna-define-method elmo-folder-list-flagged-internal :around ((folder elmo-nntp-folder) + flag) ;; 2.3. elmo-folder-list-unreads return unread message list according to ;; `reads' slot. (case flag -- 1.7.10.4