aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-10 22:58:26 +0000
committerDave Love2000-11-10 22:58:26 +0000
commit2d447df6f8d838a70332c2113d6ca2e46b8b4e68 (patch)
treed9d8ab261fd579d5c992451d6feb790e16945000
parent58e39d053a3169c252082d50911728bebd519f13 (diff)
downloademacs-2d447df6f8d838a70332c2113d6ca2e46b8b4e68.tar.gz
emacs-2d447df6f8d838a70332c2113d6ca2e46b8b4e68.zip
(message-forward-as-mime, message-forward-ignored-headers)
(message-buffer-naming-style, message-default-charset) (message-dont-reply-to-names, message-send-mail-partially-limit): Add :version.
-rw-r--r--lisp/gnus/message.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 3f688adfd82..e8f2de562e3 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -297,6 +297,7 @@ The provided functions are:
297 297
298(defcustom message-forward-as-mime t 298(defcustom message-forward-as-mime t
299 "*If non-nil, forward messages as an inline/rfc822 MIME section. Otherwise, directly inline the old message in the forwarded message." 299 "*If non-nil, forward messages as an inline/rfc822 MIME section. Otherwise, directly inline the old message in the forwarded message."
300 :version "21.1"
300 :group 'message-forwarding 301 :group 'message-forwarding
301 :type 'boolean) 302 :type 'boolean)
302 303
@@ -322,6 +323,7 @@ The provided functions are:
322 323
323(defcustom message-forward-ignored-headers "^Content-Transfer-Encoding:\\|^X-Gnus" 324(defcustom message-forward-ignored-headers "^Content-Transfer-Encoding:\\|^X-Gnus"
324 "*All headers that match this regexp will be deleted when forwarding a message." 325 "*All headers that match this regexp will be deleted when forwarding a message."
326 :version "21.1"
325 :group 'message-forwarding 327 :group 'message-forwarding
326 :type '(choice (const :tag "None" nil) 328 :type '(choice (const :tag "None" nil)
327 regexp)) 329 regexp))
@@ -662,6 +664,7 @@ If nil, Message won't auto-save."
662(defcustom message-buffer-naming-style 'unique 664(defcustom message-buffer-naming-style 'unique
663 "*The way new message buffers are named. 665 "*The way new message buffers are named.
664Valid valued are `unique' and `unsent'." 666Valid valued are `unique' and `unsent'."
667 :version "21.1"
665 :group 'message-buffers 668 :group 'message-buffers
666 :type '(choice (const :tag "unique" unique) 669 :type '(choice (const :tag "unique" unique)
667 (const :tag "unsent" unsent))) 670 (const :tag "unsent" unsent)))
@@ -670,6 +673,7 @@ Valid valued are `unique' and `unsent'."
670 (and (not (mm-multibyte-p)) 'iso-8859-1) 673 (and (not (mm-multibyte-p)) 'iso-8859-1)
671 "Default charset used in non-MULE Emacsen. 674 "Default charset used in non-MULE Emacsen.
672If nil, you might be asked to input the charset." 675If nil, you might be asked to input the charset."
676 :version "21.1"
673 :group 'message 677 :group 'message
674 :type 'symbol) 678 :type 'symbol)
675 679
@@ -677,6 +681,7 @@ If nil, you might be asked to input the charset."
677 (and (boundp 'rmail-dont-reply-to-names) rmail-dont-reply-to-names) 681 (and (boundp 'rmail-dont-reply-to-names) rmail-dont-reply-to-names)
678 "*A regexp specifying names to prune when doing wide replies. 682 "*A regexp specifying names to prune when doing wide replies.
679A value of nil means exclude your own name only." 683A value of nil means exclude your own name only."
684 :version "21.1"
680 :group 'message 685 :group 'message
681 :type '(choice (const :tag "Yourself" nil) 686 :type '(choice (const :tag "Yourself" nil)
682 regexp)) 687 regexp))
@@ -900,6 +905,7 @@ The cdr of ech entry is a function for applying the face to a region.")
900 "The limitation of messages sent as message/partial. 905 "The limitation of messages sent as message/partial.
901The lower bound of message size in characters, beyond which the message 906The lower bound of message size in characters, beyond which the message
902should be sent in several parts. If it is nil, the size is unlimited." 907should be sent in several parts. If it is nil, the size is unlimited."
908 :version "21.1"
903 :group 'message-buffers 909 :group 'message-buffers
904 :type '(choice (const :tag "unlimited" nil) 910 :type '(choice (const :tag "unlimited" nil)
905 (integer 1000000))) 911 (integer 1000000)))