* elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
authorhmurata <hmurata>
Tue, 12 Oct 2004 05:54:43 +0000 (05:54 +0000)
committerhmurata <hmurata>
Tue, 12 Oct 2004 05:54:43 +0000 (05:54 +0000)
elmo/ChangeLog
elmo/elmo.el

index 3f858c6..b73aa4e 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo.el (elmo-generic-folder-commit): Fixed parenthesis.
+
 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo.el (elmo-folder-delete-messages-internal): New API (for
index b111675..6cedb36 100644 (file)
@@ -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))))