comparison lisp/mail/rmail.el @ 23266:ccedad9251db

(rmail-movemail-program): Fix customize type.
author Andreas Schwab <schwab@suse.de>
date Fri, 18 Sep 1998 09:13:07 +0000
parents 945fed18ddb8
children 34dc05f50ea3
comparison
equal deleted inserted replaced
23265:92177ff080cc 23266:ccedad9251db
85 85
86 86
87 (defcustom rmail-movemail-program nil 87 (defcustom rmail-movemail-program nil
88 "If non-nil, name of program for fetching new mail." 88 "If non-nil, name of program for fetching new mail."
89 :group 'rmail-retrieve 89 :group 'rmail-retrieve
90 :type 'string) 90 :type '(choice (const nil) string))
91 91
92 (defcustom rmail-pop-password nil 92 (defcustom rmail-pop-password nil
93 "*Password to use when reading mail from a POP server, if required." 93 "*Password to use when reading mail from a POP server, if required."
94 :type '(choice (string :tag "Password") 94 :type '(choice (string :tag "Password")
95 (const :tag "Not Required" nil)) 95 (const :tag "Not Required" nil))