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
This commit is contained in:
Miles Bader 2004-09-20 12:03:05 +00:00
parent 2d4a158aa2
commit a08b59c91f
31 changed files with 309 additions and 23 deletions

View file

@ -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))