# HG changeset patch # User Dave Love # Date 973897028 0 # Node ID 973369bd03a24f1f2cdfb183e731f3291fc69949 # Parent 1c1159327046a888c53ec90c6bcda6997a157f26 (nnmail-expiry-target) (nnmail-scan-directory-mail-source-once, nnmail-extra-headers) (nnmail-split-header-length-limit): Add :version. diff -r 1c1159327046 -r 973369bd03a2 lisp/gnus/nnmail.el --- 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)