1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(rmail-movemail-flags): Fix customize type.

This commit is contained in:
Andreas Schwab 1998-04-14 10:48:10 +00:00
parent c5ce405b34
commit 848407099a

View File

@ -103,7 +103,7 @@
"*List of flags to pass to movemail.
Most commonly used to specify `-g' to enable GSS-API authentication
or `-k' to enable Kerberos authentication."
:type 'list
:type '(repeat string)
:group 'rmail-retrieve)
(defvar rmail-pop-password-error "invalid usercode or password"