* wl-summary.el (wl-summary-sync-update3): Call `wl-folder-confirm-existence'.
authorteranisi <teranisi>
Thu, 31 Aug 2000 01:45:55 +0000 (01:45 +0000)
committerteranisi <teranisi>
Thu, 31 Aug 2000 01:45:55 +0000 (01:45 +0000)
* wl-folder.el (wl-folder-sync-entity): Don't call
 `wl-folder-confirm-existence'.

wl/wl-folder.el
wl/wl-summary.el

index 8c727b1..1a1a0a2 100644 (file)
@@ -989,7 +989,6 @@ If current line is group folder, check all sub entries."
        (wl-folder-sync-entity (car flist) unread-only)
        (setq flist (cdr flist)))))
    ((stringp entity)
-    (wl-folder-confirm-existence entity 'force)
     (let ((nums (wl-folder-get-entity-info entity))
          (wl-summary-highlight (if (or (wl-summary-sticky-p entity)
                                        (wl-summary-always-sticky-folder-p
index 68f321b..8c42420 100644 (file)
@@ -2170,6 +2170,7 @@ If optional argument is non-nil, checking is omitted."
     (setq seen-list
          (wl-summary-flush-pending-append-operations seen-list))
     (goto-char (point-max))
+    (wl-folder-confirm-existence folder 'force)
     (message "Checking folder diff...")
     (elmo-commit folder)
     (setq in-folder (elmo-list-folder folder))