Mercurial > emacs
changeset 43422:fa370bd262ee
Patched a wrong location.
author | ShengHuo ZHU <zsh@cs.rochester.edu> |
---|---|
date | Tue, 19 Feb 2002 14:08:08 +0000 |
parents | a949c187ce13 |
children | 3a576cd9f462 |
files | lisp/gnus/mail-source.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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))