]> git.eshelyaron.com Git - emacs.git/commitdiff
Patched a wrong location.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 19 Feb 2002 14:08:08 +0000 (14:08 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 19 Feb 2002 14:08:08 +0000 (14:08 +0000)
lisp/gnus/mail-source.el

index ad327b5a70eb734a9c593b8bbc71e797ae89d9a0..959ce9327b3f98b637e94f624610253f9deca6f0 100644 (file)
@@ -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))