comparison lisp/gnus/gnus.el @ 57153:497f0d2ca551

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
author Miles Bader <miles@gnu.org>
date Mon, 20 Sep 2004 12:03:05 +0000
parents 6d1f39d4f8e6
children c5e16264557d 0796fc36c2bd
comparison
equal deleted inserted replaced
57152:bb857995295b 57153:497f0d2ca551
961 (gcc-self . t) 961 (gcc-self . t)
962 (display . all)) 962 (display . all))
963 (\"mail\\\\.me\" (gnus-use-scoring t)) 963 (\"mail\\\\.me\" (gnus-use-scoring t))
964 (\"list\\\\..*\" (total-expire . t) 964 (\"list\\\\..*\" (total-expire . t)
965 (broken-reply-to . t)))" 965 (broken-reply-to . t)))"
966 :version "21.4"
966 :group 'gnus-group-various 967 :group 'gnus-group-various
967 :type '(repeat (cons regexp 968 :type '(repeat (cons regexp
968 (repeat sexp)))) 969 (repeat sexp))))
969 970
970 (defvar gnus-group-parameters-more nil) 971 (defvar gnus-group-parameters-more nil)
2290 (defcustom gnus-agent-cache t 2291 (defcustom gnus-agent-cache t
2291 "Controls use of the agent cache while plugged. 2292 "Controls use of the agent cache while plugged.
2292 When set, Gnus will prefer using the locally stored content rather 2293 When set, Gnus will prefer using the locally stored content rather
2293 than re-fetching it from the server. You also need to enable 2294 than re-fetching it from the server. You also need to enable
2294 `gnus-agent' for this to have any affect." 2295 `gnus-agent' for this to have any affect."
2295 :version "21.3" 2296 :version "21.4"
2296 :group 'gnus-agent 2297 :group 'gnus-agent
2297 :type 'boolean) 2298 :type 'boolean)
2298 2299
2299 (defcustom gnus-default-charset 'undecided 2300 (defcustom gnus-default-charset 'undecided
2300 "Default charset assumed to be used when viewing non-ASCII characters. 2301 "Default charset assumed to be used when viewing non-ASCII characters.
2309 "Whether we want to use the Gnus agent or not. 2310 "Whether we want to use the Gnus agent or not.
2310 2311
2311 You may customize gnus-agent to disable its use. However, some 2312 You may customize gnus-agent to disable its use. However, some
2312 back ends have started to use the agent as a client-side cache. 2313 back ends have started to use the agent as a client-side cache.
2313 Disabling the agent may result in noticeable loss of performance." 2314 Disabling the agent may result in noticeable loss of performance."
2314 :version "21.3" 2315 :version "21.4"
2315 :group 'gnus-agent 2316 :group 'gnus-agent
2316 :type 'boolean) 2317 :type 'boolean)
2317 2318
2318 (defcustom gnus-other-frame-function 'gnus 2319 (defcustom gnus-other-frame-function 'gnus
2319 "Function called by the command `gnus-other-frame'." 2320 "Function called by the command `gnus-other-frame'."
2341 It can be one of the symbols `gnus' \(show only Gnus version\), `emacs-gnus' 2342 It can be one of the symbols `gnus' \(show only Gnus version\), `emacs-gnus'
2342 \(show only Emacs and Gnus versions\), `emacs-gnus-config' \(same as 2343 \(show only Emacs and Gnus versions\), `emacs-gnus-config' \(same as
2343 `emacs-gnus' plus system configuration\), `emacs-gnus-type' \(same as 2344 `emacs-gnus' plus system configuration\), `emacs-gnus-type' \(same as
2344 `emacs-gnus' plus system type\) or a custom string. If you set it to a 2345 `emacs-gnus' plus system type\) or a custom string. If you set it to a
2345 string, be sure to use a valid format, see RFC 2616." 2346 string, be sure to use a valid format, see RFC 2616."
2347 :version "21.4"
2346 :group 'gnus-message 2348 :group 'gnus-message
2347 :type '(choice 2349 :type '(choice
2348 (item :tag "Show Gnus and Emacs versions and system type" 2350 (item :tag "Show Gnus and Emacs versions and system type"
2349 emacs-gnus-type) 2351 emacs-gnus-type)
2350 (item :tag "Show Gnus and Emacs versions and system configuration" 2352 (item :tag "Show Gnus and Emacs versions and system configuration"