* wl.el (wl): inhibit-quit while wl-folder.
authorteranisi <teranisi>
Tue, 23 Apr 2002 11:30:29 +0000 (11:30 +0000)
committerteranisi <teranisi>
Tue, 23 Apr 2002 11:30:29 +0000 (11:30 +0000)
wl/ChangeLog
wl/wl.el

index 8f572de..223da73 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl.el (wl): inhibit-quit while wl-folder.
+
 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
index 921037d..0339e63 100644 (file)
--- a/wl/wl.el
+++ b/wl/wl.el
@@ -809,7 +809,8 @@ If ARG (prefix argument) is specified, folder checkings are skipped."
                (wl-check-variables)
                (wl-check-variables-2)
                (message "Checking type of variables...done")))
-         (wl-plugged-init (wl-folder arg))
+         (let ((inhibit-quit t))
+           (wl-plugged-init (wl-folder arg)))
          (unless arg
            (run-hooks 'wl-auto-check-folder-pre-hook)
            (wl-folder-auto-check)