aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/mail-source.el6
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.")
276 (:path (or (getenv "MAIL") 276 (:path (or (getenv "MAIL")
277 (expand-file-name (user-login-name) rmail-spool-directory)))) 277 (expand-file-name (user-login-name) rmail-spool-directory))))
278 (directory 278 (directory
279 (:prescript)
280 (:prescript-delay)
281 (:postscript)
279 (:path) 282 (:path)
280 (:suffix ".spool") 283 (:suffix ".spool")
281 (:predicate identity)) 284 (:predicate identity))
@@ -291,9 +294,6 @@ Common keywords should be listed here.")
291 (:password) 294 (:password)
292 (:authentication password)) 295 (:authentication password))
293 (maildir 296 (maildir
294 (:prescript)
295 (:prescript-delay)
296 (:postscript)
297 (:path (or (getenv "MAILDIR") "~/Maildir/")) 297 (:path (or (getenv "MAILDIR") "~/Maildir/"))
298 (:subdirs ("new" "cur")) 298 (:subdirs ("new" "cur"))
299 (:function)) 299 (:function))