mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(rmail-movemail-program): Fix customize type.
This commit is contained in:
parent
7b3237a117
commit
e1c3516e8e
@ -87,7 +87,7 @@
|
||||
(defcustom rmail-movemail-program nil
|
||||
"If non-nil, name of program for fetching new mail."
|
||||
:group 'rmail-retrieve
|
||||
:type 'string)
|
||||
:type '(choice (const nil) string))
|
||||
|
||||
(defcustom rmail-pop-password nil
|
||||
"*Password to use when reading mail from a POP server, if required."
|
||||
|
Loading…
Reference in New Issue
Block a user