summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-09-20 16:52:10 +0000
committerDave Love <fx@gnu.org>2000-09-20 16:52:10 +0000
commit805b7fc07472cdd3d863b9ade9235d871c96d545 (patch)
treecb15ae0c51e5bcbae8a79e60d6754a8042876528 /lisp
parent7d188d3d8ba58dcf2cb28fa0aa0f4d6e0b649d08 (diff)
downloademacs-805b7fc07472cdd3d863b9ade9235d871c96d545.tar.gz
(mail-source-delete-incoming): Set to t, assuming
we'll be careful merging development changes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/mail-source.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el
index 0d3c88a2218..0f721adf5ea 100644
--- a/lisp/gnus/mail-source.el
+++ b/lisp/gnus/mail-source.el
@@ -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)