From 780fd6db50963a15fa5d9ec7cf8ea5c7de86f70b Mon Sep 17 00:00:00 2001 From: hmurata Date: Fri, 21 Nov 2003 14:30:25 +0000 Subject: [PATCH] (elmo-msgdb-delete-messages): Always return t. --- elmo/ChangeLog | 4 ++++ elmo/modb-standard.el | 3 ++- elmo/modb.el | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index a86990d..9dcf94e 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2003-11-21 Hiroya Murata + + * modb-standard.el (elmo-msgdb-delete-messages): Always return t. + 2003-11-20 Hiroya Murata * modb-standard.el (elmo-msgdb-delete-messages): Dose not process diff --git a/elmo/modb-standard.el b/elmo/modb-standard.el index 412bad6..632c132 100644 --- a/elmo/modb-standard.el +++ b/elmo/modb-standard.el @@ -465,7 +465,8 @@ (modb-standard-set-flag-modified msgdb number))) (modb-standard-set-number-list-internal msgdb number-list) (modb-standard-set-entity-map-internal msgdb entity-map) - (modb-standard-set-flag-map-internal msgdb flag-map))) + (modb-standard-set-flag-map-internal msgdb flag-map) + t)) (luna-define-method elmo-msgdb-sort-entities ((msgdb modb-standard) predicate &optional app-data) diff --git a/elmo/modb.el b/elmo/modb.el index a78f1ee..b42261e 100644 --- a/elmo/modb.el +++ b/elmo/modb.el @@ -125,7 +125,8 @@ Return CONDITION itself if no entity exists in msgdb.") Return non-nil if message-id of entity is duplicated.") (luna-define-generic elmo-msgdb-delete-messages (msgdb numbers) - "Delete messages which are contained NUMBERS from MSGDB.") + "Delete messages which are contained NUMBERS from MSGDB. +Return non-nil if messages is deleted successfully.") (luna-define-generic elmo-msgdb-sort-entities (msgdb predicate &optional app-data) -- 1.7.10.4