diff options
author | Miles Bader <miles@gnu.org> | 2004-09-20 12:03:05 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2004-09-20 12:03:05 +0000 |
commit | a08b59c91f0e684c0f6306ebb044dacb3bcce3b7 (patch) | |
tree | 6d6f2149f67609f3ac64261305c52fb86d0294ac /lisp/gnus/mail-source.el | |
parent | 2d4a158aa239964d06f643fc37a944d91ddf49bb (diff) | |
download | emacs-a08b59c91f0e684c0f6306ebb044dacb3bcce3b7.tar.gz |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30
Update from CVS
Diffstat (limited to 'lisp/gnus/mail-source.el')
-rw-r--r-- | lisp/gnus/mail-source.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index 3c055c82000..b35cd1d0448 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el @@ -235,7 +235,10 @@ See Info node `(gnus)Mail Source Specifiers'." (defcustom mail-source-ignore-errors nil "*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.") +the error will be ignored." + :version "21.4" + :group 'mail-source + :type 'boolean) (defcustom mail-source-primary-source nil "*Primary source for incoming mail. @@ -281,6 +284,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" :group 'mail-source :type 'boolean) @@ -301,6 +305,7 @@ number." (defcustom mail-source-movemail-program nil "If non-nil, name of program for fetching new mail." + :version "21.4" :group 'mail-source :type '(choice (const nil) string)) |