X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fmail-source.el;h=d8ef71a31a3834d011cf95afd31d02c59f28a9a9;hp=bf82d625d27b25b6e2a2dc66afd13fcb1a37026a;hb=e405b22c6b46721607c5e6c712a4705c23dee751;hpb=af7c9b7a83765ae38b534d33cec86176ad1cb6c6 diff --git a/lisp/mail-source.el b/lisp/mail-source.el index bf82d625d..d8ef71a31 100644 --- a/lisp/mail-source.el +++ b/lisp/mail-source.el @@ -235,7 +235,7 @@ See Info node `(gnus)Mail Source Specifiers'." "*Ignore errors when querying mail sources. If nil, the user will be prompted when an error occurs. If non-nil, the error will be ignored." - :version "21.4" + :version "22.1" :group 'mail-source :type 'boolean) @@ -283,7 +283,7 @@ files older than number of days." "*If non-nil, ask for for confirmation before deleting old incoming files. This variable only applies when `mail-source-delete-incoming' is a positive number." - :version "21.4" + :version "22.1" :group 'mail-source :type 'boolean) @@ -304,7 +304,7 @@ number." (defcustom mail-source-movemail-program nil "If non-nil, name of program for fetching new mail." - :version "21.4" + :version "22.1" :group 'mail-source :type '(choice (const nil) string)) @@ -512,7 +512,7 @@ Return the number of files that were found." (format "Mail source %s error (%s). Continue? " (if (memq ':password source) (let ((s (copy-sequence source))) - (setcar (cdr (memq ':password s)) + (setcar (cdr (memq ':password s)) "********") s) source)