From cf92160d3dc2b7c9ee1b7edb1ec31948ebef1515 Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Tue, 19 Feb 2002 14:08:08 +0000 Subject: [PATCH] Patched a wrong location. --- lisp/gnus/mail-source.el | 6 +++--- 1 file 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)) -- 2.39.5