Require "backquote" before dealing with the custom issue.
[elisp/wanderlust.git] / elmo / elmo-pipe.el
index 8989966..fd0fb7e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; elmo-pipe.el -- PIPE Interface for ELMO.
 
-;; Copyright 1998,1999,2000 Yuuichi Teranishi <teranisi@gohome.org>
+;; Copyright (C) 1998,1999,2000 Yuuichi Teranishi <teranisi@gohome.org>
 
 ;; Author: Yuuichi Teranishi <teranisi@gohome.org>
 ;; Keywords: mail, net news
@@ -70,7 +70,9 @@
        elmo-pop3-use-uidl) ; No need to use UIDL
     (message "Checking %s..." src)
     (elmo-move-msgs src (elmo-list-folder src) dst msgdb)
-    (elmo-msgdb-save src msgdb)
+    ;; Don't save msgdb here.
+    ;; Because summary view of original folder is not updated yet.
+    ;; (elmo-msgdb-save src msgdb)
     (elmo-commit src)
     (run-hooks 'elmo-pipe-drained-hook)))