Remove tmp.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 15 May 2000 14:14:42 +0000 (14:14 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 15 May 2000 14:14:42 +0000 (14:14 +0000)
lisp/mail-source.el

index c7c448e..be0cea4 100644 (file)
@@ -115,7 +115,7 @@ Common keywords should be listed here.")
        (:authentication password))
       (maildir
        (:path (or (getenv "MAILDIR") "~/Maildir/"))
-       (:subdirs ("tmp" "new" "cur"))
+       (:subdirs ("new" "cur"))
        (:function))
       (imap
        (:server (getenv "MAILHOST"))