changeset 33398:973369bd03a2

(nnmail-expiry-target) (nnmail-scan-directory-mail-source-once, nnmail-extra-headers) (nnmail-split-header-length-limit): Add :version.
author Dave Love <fx@gnu.org>
date Fri, 10 Nov 2000 22:57:08 +0000
parents 1c1159327046
children 9bdbbcd7be00
files lisp/gnus/nnmail.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/nnmail.el	Fri Nov 10 22:56:53 2000 +0000
+++ b/lisp/gnus/nnmail.el	Fri Nov 10 22:57:08 2000 +0000
@@ -175,6 +175,7 @@
 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 @@
 (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 @@
 
 (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)