From 50296c75f6ccc8e4ff5cf98345b4d90f88f1a82e Mon Sep 17 00:00:00 2001 From: hmurata Date: Mon, 12 Jan 2004 05:00:00 +0000 Subject: [PATCH] (elmo-folder-list-flagged): Undo the last change and complement argument list. --- elmo/ChangeLog | 5 +++++ elmo/elmo-nntp.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index fafeced..3a3d8d0 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2004-01-12 Hiroya Murata + + * elmo-nntp.el (elmo-folder-list-flagged): Undo the last change + and complement argument list. + 2004-01-12 Yoichi NAKAYAMA * elmo-nntp.el (elmo-folder-list-flagged-internal): Define this diff --git a/elmo/elmo-nntp.el b/elmo/elmo-nntp.el index 39deb97..a5f1bff 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-internal :around ((folder elmo-nntp-folder) - flag) +(luna-define-method elmo-folder-list-flagged :around ((folder elmo-nntp-folder) + flag &optional in-msgdb) ;; 2.3. elmo-folder-list-unreads return unread message list according to ;; `reads' slot. (case flag -- 1.7.10.4