mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
(gnus-prompt-before-saving): Use `other' widget
type.
This commit is contained in:
parent
b4a38363e6
commit
e04c9f73cf
@ -268,7 +268,7 @@ each invocation of the saving commands."
|
||||
:group 'gnus-article-saving
|
||||
:type '(choice (item always)
|
||||
(item :tag "never" nil)
|
||||
(sexp :tag "once" :format "%t")))
|
||||
(other :tag "once" t)))
|
||||
|
||||
(defcustom gnus-saved-headers gnus-visible-headers
|
||||
"Headers to keep if `gnus-save-all-headers' is nil.
|
||||
|
Loading…
Reference in New Issue
Block a user