comparison lisp/gnus/gnus.el @ 111243:0989a3a741bd

gnus-start.el (gnus-find-new-newsgroups): Remove gnus-check-first-time-used. gnus.el: Remove gnus-backup-default-subscribed-newsgroups. gnus-group.el: Remove gnus-group-fetch-control.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 30 Oct 2010 15:01:14 +0000
parents ffb890b32d37
children 3d7a1caabf14
comparison
equal deleted inserted replaced
111242:4ec0d0a0569f 111243:0989a3a741bd
1387 1387
1388 \(setq gnus-secondary-select-methods '((nnml \"\")))" 1388 \(setq gnus-secondary-select-methods '((nnml \"\")))"
1389 :group 'gnus-server 1389 :group 'gnus-server
1390 :type '(repeat gnus-select-method)) 1390 :type '(repeat gnus-select-method))
1391 1391
1392 (defvar gnus-backup-default-subscribed-newsgroups
1393 '("news.announce.newusers" "news.groups.questions" "gnu.emacs.gnus")
1394 "Default default new newsgroups the first time Gnus is run.
1395 Should be set in paths.el, and shouldn't be touched by the user.")
1396
1397 (defcustom gnus-local-domain nil 1392 (defcustom gnus-local-domain nil
1398 "Local domain name without a host name. 1393 "Local domain name without a host name.
1399 The DOMAINNAME environment variable is used instead if it is defined. 1394 The DOMAINNAME environment variable is used instead if it is defined.
1400 If the function `system-name' returns the full Internet name, there is 1395 If the function `system-name' returns the full Internet name, there is
1401 no need to set this variable." 1396 no need to set this variable."
1434 (choice :tag "Method" 1429 (choice :tag "Method"
1435 (const current) 1430 (const current)
1436 (const :tag "Google" 1431 (const :tag "Google"
1437 (nnweb "refer" (nnweb-type google))) 1432 (nnweb "refer" (nnweb-type google)))
1438 gnus-select-method)))) 1433 gnus-select-method))))
1439
1440 (defcustom gnus-group-fetch-control-use-browse-url nil
1441 "*Non-nil means that control messages are displayed using `browse-url'.
1442 Otherwise they are fetched with ange-ftp and displayed in an ephemeral
1443 group."
1444 :version "22.1"
1445 :group 'gnus-group-various
1446 :type 'boolean)
1447 1434
1448 (defcustom gnus-use-cross-reference t 1435 (defcustom gnus-use-cross-reference t
1449 "*Non-nil means that cross referenced articles will be marked as read. 1436 "*Non-nil means that cross referenced articles will be marked as read.
1450 If nil, ignore cross references. If t, mark articles as read in 1437 If nil, ignore cross references. If t, mark articles as read in
1451 subscribed newsgroups. If neither t nor nil, mark as read in all 1438 subscribed newsgroups. If neither t nor nil, mark as read in all