From: Dave Love Date: Tue, 3 Oct 2000 16:11:12 +0000 (+0000) Subject: (nnmail-spool-file): Revert to `((file))'. X-Git-Tag: emacs-pretest-21.0.90~1196 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a075f5ee620121397918b562205e9091afabee4;p=emacs.git (nnmail-spool-file): Revert to `((file))'. --- diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index 9ccf564b365..4e8fd9d2ea4 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el @@ -185,7 +185,7 @@ The return value should be `delete' or a group name (a string)." :group 'nnmail :type 'boolean) -(defcustom nnmail-spool-file nil +(defcustom nnmail-spool-file '((file)) "*Where the mail backends will look for incoming mail. This variable is a list of mail source specifiers. This variable is obsolete; `mail-sources' should be used instead."