# HG changeset patch # User ShengHuo ZHU # Date 1014127688 0 # Node ID fa370bd262ee225638d4aa6cb31a0dead9804f90 # Parent a949c187ce13bba999c298eab5feee419ed1d7cd Patched a wrong location. diff -r a949c187ce13 -r fa370bd262ee lisp/gnus/mail-source.el --- a/lisp/gnus/mail-source.el Tue Feb 19 14:03:24 2002 +0000 +++ b/lisp/gnus/mail-source.el Tue Feb 19 14:08:08 2002 +0000 @@ -276,6 +276,9 @@ (:path (or (getenv "MAIL") (expand-file-name (user-login-name) rmail-spool-directory)))) (directory + (:prescript) + (:prescript-delay) + (:postscript) (:path) (:suffix ".spool") (:predicate identity)) @@ -291,9 +294,6 @@ (:password) (:authentication password)) (maildir - (:prescript) - (:prescript-delay) - (:postscript) (:path (or (getenv "MAILDIR") "~/Maildir/")) (:subdirs ("new" "cur")) (:function))