* elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
authorteranisi <teranisi>
Wed, 4 Oct 2000 09:41:53 +0000 (09:41 +0000)
committerteranisi <teranisi>
Wed, 4 Oct 2000 09:41:53 +0000 (09:41 +0000)
elmo/ChangeLog
elmo/elmo-msgdb.el

index 2f218ab..5d6b576 100644 (file)
@@ -1,5 +1,7 @@
 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * elmo-msgdb.el (elmo-msgdb-delete-msgs): Don't save location data.
+
        * elmo-nntp.el (elmo-nntp-max-of-folder): Fixed.
 
        * elmo-util.el (elmo-number-set-member): New function.
index b48df05..300fe8e 100644 (file)
@@ -505,7 +505,7 @@ content of MSGDB is changed."
        (setq mark-alist (delq (assq (car msg-list) mark-alist) mark-alist))
        (setq loc-alist (delq (assq (car msg-list) loc-alist) loc-alist))
        ;; XXX Should consider when folder is not persistent.
-       (elmo-msgdb-location-save dir loc-alist)
+       ;; (elmo-msgdb-location-save dir loc-alist)
        (setq msg-list (cdr msg-list)))
       (setcar msgdb overview)
       (setcar (cdr msgdb) number-alist)