/[emacs]/emacs/lisp/gnus/gnus-msg.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-msg.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18.6.2 by miles, Thu Sep 9 09:36:25 2004 UTC revision 1.18.6.3 by miles, Tue Sep 21 09:34:07 2004 UTC
# Line 142  See Info node `(gnus)Posting Styles'." Line 142  See Info node `(gnus)Posting Styles'."
142    
143  (defcustom gnus-gcc-mark-as-read nil  (defcustom gnus-gcc-mark-as-read nil
144    "If non-nil, automatically mark Gcc articles as read."    "If non-nil, automatically mark Gcc articles as read."
145    :version "21.1"    :version "21.4"
146    :group 'gnus-message    :group 'gnus-message
147    :type 'boolean)    :type 'boolean)
148    
# Line 154  See Info node `(gnus)Posting Styles'." Line 154  See Info node `(gnus)Posting Styles'."
154  If it is `all', attach files as external parts;  If it is `all', attach files as external parts;
155  if a regexp and matches the Gcc group name, attach files as external parts;  if a regexp and matches the Gcc group name, attach files as external parts;
156  if nil, attach files as normal parts."  if nil, attach files as normal parts."
157    :version "21.1"    :version "21.4"
158    :group 'gnus-message    :group 'gnus-message
159    :type '(choice (const nil :tag "None")    :type '(choice (const nil :tag "None")
160                   (const all :tag "Any")                   (const all :tag "Any")
# Line 212  List of charsets that are permitted to b Line 212  List of charsets that are permitted to b
212      "gnus-agent.el" "gnus-cache.el" "gnus-srvr.el"      "gnus-agent.el" "gnus-cache.el" "gnus-srvr.el"
213      "mm-util.el" "mm-decode.el" "nnmail.el" "message.el")      "mm-util.el" "mm-decode.el" "nnmail.el" "message.el")
214    "Files whose variables will be reported in `gnus-bug'."    "Files whose variables will be reported in `gnus-bug'."
215    :version "21.1"    :version "21.4"
216    :group 'gnus-message    :group 'gnus-message
217    :type '(repeat (string :tag "File")))    :type '(repeat (string :tag "File")))
218    
# Line 220  List of charsets that are permitted to b Line 220  List of charsets that are permitted to b
220    '(mm-mime-mule-charset-alist    '(mm-mime-mule-charset-alist
221      nnmail-split-fancy message-minibuffer-local-map)      nnmail-split-fancy message-minibuffer-local-map)
222    "Variables that should not be reported in `gnus-bug'."    "Variables that should not be reported in `gnus-bug'."
223    :version "21.1"    :version "21.4"
224    :group 'gnus-message    :group 'gnus-message
225    :type '(repeat (symbol :tag "Variable")))    :type '(repeat (symbol :tag "Variable")))
226    
# Line 228  List of charsets that are permitted to b Line 228  List of charsets that are permitted to b
228    '(nndraft nnml nnimap nnmaildir nnmh nnfolder nndir)    '(nndraft nnml nnimap nnmaildir nnmh nnfolder nndir)
229    "A list of back ends that are not used in \"real\" newsgroups.    "A list of back ends that are not used in \"real\" newsgroups.
230  This variable is used only when `gnus-post-method' is `current'."  This variable is used only when `gnus-post-method' is `current'."
231    :version "21.3"    :version "21.4"
232    :group 'gnus-group-foreign    :group 'gnus-group-foreign
233    :type '(repeat (symbol :tag "Back end")))    :type '(repeat (symbol :tag "Back end")))
234    
# Line 260  This can also be a function receiving th Line 260  This can also be a function receiving th
260  parameter which should return non-nil iff a confirmation is needed, or  parameter which should return non-nil iff a confirmation is needed, or
261  a regexp, in which case a confirmation is asked for iff the group name  a regexp, in which case a confirmation is asked for iff the group name
262  matches the regexp."  matches the regexp."
263      :version "21.4"
264    :group 'gnus-message    :group 'gnus-message
265    :type '(choice (const :tag "No" nil)    :type '(choice (const :tag "No" nil)
266                   (const :tag "Yes" t)                   (const :tag "Yes" t)
# Line 272  matches the regexp." Line 273  matches the regexp."
273  when replying by mail.  See the `gnus-confirm-mail-reply-to-news' variable  when replying by mail.  See the `gnus-confirm-mail-reply-to-news' variable
274  for fine-tuning this.  for fine-tuning this.
275  If nil, Gnus will never ask for confirmation if replying to mail."  If nil, Gnus will never ask for confirmation if replying to mail."
276      :version "21.4"
277    :group 'gnus-message    :group 'gnus-message
278    :type 'boolean)    :type 'boolean)
279    

Legend:
Removed from v.1.18.6.2  
changed lines
  Added in v.1.18.6.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26