diff options
author | Dave Love <fx@gnu.org> | 2000-11-10 22:57:08 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-10 22:57:08 +0000 |
commit | 4693ed4e2ba8c36ce672f6ca88a414ddf8611cf9 (patch) | |
tree | c1e438f3b75ed5ebe5e029200caed1aafe31d861 /lisp/gnus/nnmail.el | |
parent | fc2c2db8e95d2beb4486eb8ca3b3cd065f25dd28 (diff) | |
download | emacs-4693ed4e2ba8c36ce672f6ca88a414ddf8611cf9.tar.gz |
(nnmail-expiry-target)
(nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
(nnmail-split-header-length-limit): Add :version.
Diffstat (limited to 'lisp/gnus/nnmail.el')
-rw-r--r-- | lisp/gnus/nnmail.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index 4e8fd9d2ea4..7cd75c0dac2 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el @@ -175,6 +175,7 @@ messages end up in that group. If it is a function, the function is called in a buffer narrowed to the message in question. The function receives one argument, the name of the group the message comes from. The return value should be `delete' or a group name (a string)." + :version "21.1" :group 'nnmail-expire :type '(choice (const delete) (function :format "%v" nnmail-) @@ -200,6 +201,7 @@ This variable is obsolete; `mail-sources' should be used instead." (defcustom nnmail-scan-directory-mail-source-once nil "*If non-nil, scan all incoming procmail sorted mails once. It scans low-level sorted spools even when not required." + :version "21.1" :group 'nnmail-procmail :type 'boolean) @@ -418,11 +420,13 @@ parameter. It should return nil, `warn' or `delete'." (defcustom nnmail-extra-headers nil "*Extra headers to parse." + :version "21.1" :group 'nnmail :type '(repeat symbol)) (defcustom nnmail-split-header-length-limit 512 "Header lines longer than this limit are excluded from the split function." + :version "21.1" :group 'nnmail :type 'integer) |