(mail-source-delete-incoming): Set to t, assuming

we'll be careful merging development changes.
This commit is contained in:
Dave Love 2000-09-20 16:52:10 +00:00
parent 7d188d3d8b
commit 805b7fc074

View file

@ -194,7 +194,7 @@ If non-nil, this maildrop will be checked periodically for new mail."
:group 'mail-source :group 'mail-source
:type 'integer) :type 'integer)
(defcustom mail-source-delete-incoming nil (defcustom mail-source-delete-incoming t
"*If non-nil, delete incoming files after handling." "*If non-nil, delete incoming files after handling."
:group 'mail-source :group 'mail-source
:type 'boolean) :type 'boolean)