summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-msg.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2004-09-20 12:03:05 +0000
committerMiles Bader <miles@gnu.org>2004-09-20 12:03:05 +0000
commita08b59c91f0e684c0f6306ebb044dacb3bcce3b7 (patch)
tree6d6f2149f67609f3ac64261305c52fb86d0294ac /lisp/gnus/gnus-msg.el
parent2d4a158aa239964d06f643fc37a944d91ddf49bb (diff)
downloademacs-a08b59c91f0e684c0f6306ebb044dacb3bcce3b7.tar.gz
emacs-a08b59c91f0e684c0f6306ebb044dacb3bcce3b7.tar.bz2
emacs-a08b59c91f0e684c0f6306ebb044dacb3bcce3b7.zip
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558
Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS
Diffstat (limited to 'lisp/gnus/gnus-msg.el')
-rw-r--r--lisp/gnus/gnus-msg.el12
1 files changed, 7 insertions, 5 deletions
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el
index 0b66c508767..f986e451c02 100644
--- a/lisp/gnus/gnus-msg.el
+++ b/lisp/gnus/gnus-msg.el
@@ -142,7 +142,7 @@ See Info node `(gnus)Posting Styles'."
(defcustom gnus-gcc-mark-as-read nil
"If non-nil, automatically mark Gcc articles as read."
- :version "21.1"
+ :version "21.4"
:group 'gnus-message
:type 'boolean)
@@ -154,7 +154,7 @@ See Info node `(gnus)Posting Styles'."
If it is `all', attach files as external parts;
if a regexp and matches the Gcc group name, attach files as external parts;
if nil, attach files as normal parts."
- :version "21.1"
+ :version "21.4"
:group 'gnus-message
:type '(choice (const nil :tag "None")
(const all :tag "Any")
@@ -212,7 +212,7 @@ List of charsets that are permitted to be unencoded.")
"gnus-agent.el" "gnus-cache.el" "gnus-srvr.el"
"mm-util.el" "mm-decode.el" "nnmail.el" "message.el")
"Files whose variables will be reported in `gnus-bug'."
- :version "21.1"
+ :version "21.4"
:group 'gnus-message
:type '(repeat (string :tag "File")))
@@ -220,7 +220,7 @@ List of charsets that are permitted to be unencoded.")
'(mm-mime-mule-charset-alist
nnmail-split-fancy message-minibuffer-local-map)
"Variables that should not be reported in `gnus-bug'."
- :version "21.1"
+ :version "21.4"
:group 'gnus-message
:type '(repeat (symbol :tag "Variable")))
@@ -228,7 +228,7 @@ List of charsets that are permitted to be unencoded.")
'(nndraft nnml nnimap nnmaildir nnmh nnfolder nndir)
"A list of back ends that are not used in \"real\" newsgroups.
This variable is used only when `gnus-post-method' is `current'."
- :version "21.3"
+ :version "21.4"
:group 'gnus-group-foreign
:type '(repeat (symbol :tag "Back end")))
@@ -260,6 +260,7 @@ This can also be a function receiving the group name as the only
parameter which should return non-nil iff a confirmation is needed, or
a regexp, in which case a confirmation is asked for iff the group name
matches the regexp."
+ :version "21.4"
:group 'gnus-message
:type '(choice (const :tag "No" nil)
(const :tag "Yes" t)
@@ -272,6 +273,7 @@ matches the regexp."
when replying by mail. See the `gnus-confirm-mail-reply-to-news' variable
for fine-tuning this.
If nil, Gnus will never ask for confirmation if replying to mail."
+ :version "21.4"
:group 'gnus-message
:type 'boolean)