From 4693ed4e2ba8c36ce672f6ca88a414ddf8611cf9 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 10 Nov 2000 22:57:08 +0000 Subject: [PATCH] (nnmail-expiry-target) (nnmail-scan-directory-mail-source-once, nnmail-extra-headers) (nnmail-split-header-length-limit): Add :version. --- lisp/gnus/nnmail.el | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.5