From: hmurata Date: Tue, 12 Oct 2004 05:54:43 +0000 (+0000) Subject: * elmo.el (elmo-generic-folder-commit): Fixed parenthesis. X-Git-Tag: wl-2_12-root~58 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6932523b4fc89a3ac64024dc88e2f53eda003ce7;p=elisp%2Fwanderlust.git * elmo.el (elmo-generic-folder-commit): Fixed parenthesis. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 3f858c6..b73aa4e 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2004-10-12 Hiroya Murata + + * elmo.el (elmo-generic-folder-commit): Fixed parenthesis. + 2004-10-11 Hiroya Murata * elmo.el (elmo-folder-delete-messages-internal): New API (for diff --git a/elmo/elmo.el b/elmo/elmo.el index b111675..6cedb36 100644 --- a/elmo/elmo.el +++ b/elmo/elmo.el @@ -708,8 +708,8 @@ Return a cons cell of (NUMBER-CROSSPOSTS . NEW-FLAG-ALIST).") (when (elmo-msgdb-message-modified-p msgdb) (elmo-folder-set-info-max-by-numdb folder - (elmo-folder-list-messages folder nil 'in-msgdb)) - (elmo-msgdb-save msgdb)))) + (elmo-folder-list-messages folder nil 'in-msgdb))) + (elmo-msgdb-save msgdb))) (elmo-msgdb-killed-list-save (elmo-folder-msgdb-path folder) (elmo-folder-killed-list-internal folder))))