mail-source-keyword-map
mail-source-keyword-map is a variable defined in `
mail-source.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Mapping from keywords to default values.
All keywords that can be used must be listed here.
Value:
((file
(:prescript)
(:prescript-delay)
(:postscript)
(:path
(or
(getenv "MAIL")
(expand-file-name
(user-login-name)
rmail-spool-directory))))
(directory
(:prescript)
(:prescript-delay)
(:postscript)
(:path)
(:suffix ".spool")
(:predicate identity))
(pop
(:prescript)
(:prescript-delay)
(:postscript)
(:server
(getenv "MAILHOST"))
(:port 110)
(:user
(or
(user-login-name)
(getenv "LOGNAME")
(getenv "USER")))
(:program)
(:function)
(:password)
(:authentication password)
(:stream nil)
(:leave))
(maildir
(:path
(or
(getenv "MAILDIR")
"~/Maildir/"))
(:subdirs
("cur" "new"))
(:function))
(imap
(:server
(getenv "MAILHOST"))
(:port)
(:stream)
(:program)
(:authentication)
(:user
(or
(user-login-name)
(getenv "LOGNAME")
(getenv "USER")))
(:password)
(:mailbox "INBOX")
(:predicate "UNSEEN UNDELETED")
(:fetchflag "\\Deleted")
(:prescript)
(:prescript-delay)
(:postscript)
(:dontexpunge)))