From: ShengHuo ZHU Date: Tue, 19 Feb 2002 14:08:08 +0000 (+0000) Subject: Patched a wrong location. X-Git-Tag: ttn-vms-21-2-B4~16566 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf92160d3dc2b7c9ee1b7edb1ec31948ebef1515;p=emacs.git Patched a wrong location. --- diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index ad327b5a70e..959ce9327b3 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el @@ -276,6 +276,9 @@ Common keywords should be listed here.") (: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 @@ Common keywords should be listed here.") (:password) (:authentication password)) (maildir - (:prescript) - (:prescript-delay) - (:postscript) (:path (or (getenv "MAILDIR") "~/Maildir/")) (:subdirs ("new" "cur")) (:function))