diff options
author | ShengHuo ZHU <zsh@cs.rochester.edu> | 2002-02-19 14:08:08 +0000 |
---|---|---|
committer | ShengHuo ZHU <zsh@cs.rochester.edu> | 2002-02-19 14:08:08 +0000 |
commit | cf92160d3dc2b7c9ee1b7edb1ec31948ebef1515 (patch) | |
tree | dfbbf96c388b25122f38a313d529e4869e39a29d /lisp/gnus/mail-source.el | |
parent | 350378821d5aa52ff4037ad668a92f2f0197ba90 (diff) | |
download | emacs-cf92160d3dc2b7c9ee1b7edb1ec31948ebef1515.tar.gz |
Patched a wrong location.
Diffstat (limited to 'lisp/gnus/mail-source.el')
-rw-r--r-- | lisp/gnus/mail-source.el | 6 |
1 files changed, 3 insertions, 3 deletions
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)) |