comparison lisp/gnus/gnus-sum.el @ 110585:677b6dea1d61

gnus-sum.el (gnus-auto-center-group): Transform into a defcustom. gnus.el (gnus-group-fast-parameter): Return the last matching parameter instead of the first matching parameter. auth-source.el (auth-source-user-or-password): Query for password, although there are no existing auth sources. auth-source.el (auth-source-user-or-password): Use the existing auth sources, if any, for creation.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 26 Sep 2010 12:47:09 +0000
parents b6d2a63ad993
children 84a76c5e1b1c
comparison
equal deleted inserted replaced
110584:9d94d76ce611 110585:677b6dea1d61
449 :type '(choice (const :tag "none" nil) 449 :type '(choice (const :tag "none" nil)
450 (const vertical) 450 (const vertical)
451 (integer :tag "height") 451 (integer :tag "height")
452 (sexp :menu-tag "both" t))) 452 (sexp :menu-tag "both" t)))
453 453
454 (defvar gnus-auto-center-group t 454 (defcustom gnus-auto-center-group t
455 "*If non-nil, always center the group buffer.") 455 "If non-nil, always center the group buffer."
456 :group 'gnus-summary-maneuvering
457 :type 'boolean)
456 458
457 (defcustom gnus-show-all-headers nil 459 (defcustom gnus-show-all-headers nil
458 "*If non-nil, don't hide any headers." 460 "*If non-nil, don't hide any headers."
459 :group 'gnus-article-hiding 461 :group 'gnus-article-hiding
460 :group 'gnus-article-headers 462 :group 'gnus-article-headers