(mail-source-delete-incoming): Set to t, assuming
we'll be careful merging development changes.
This commit is contained in:
parent
7d188d3d8b
commit
805b7fc074
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ If non-nil, this maildrop will be checked periodically for new mail."
|
|||
:group 'mail-source
|
||||
:type 'integer)
|
||||
|
||||
(defcustom mail-source-delete-incoming nil
|
||||
(defcustom mail-source-delete-incoming t
|
||||
"*If non-nil, delete incoming files after handling."
|
||||
:group 'mail-source
|
||||
:type 'boolean)
|
||||
|
|
Loading…
Add table
Reference in a new issue