aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-09-20 16:52:10 +0000
committerDave Love2000-09-20 16:52:10 +0000
commit805b7fc07472cdd3d863b9ade9235d871c96d545 (patch)
treecb15ae0c51e5bcbae8a79e60d6754a8042876528
parent7d188d3d8ba58dcf2cb28fa0aa0f4d6e0b649d08 (diff)
downloademacs-805b7fc07472cdd3d863b9ade9235d871c96d545.tar.gz
emacs-805b7fc07472cdd3d863b9ade9235d871c96d545.zip
(mail-source-delete-incoming): Set to t, assuming
we'll be careful merging development changes.
-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."
194 :group 'mail-source 194 :group 'mail-source
195 :type 'integer) 195 :type 'integer)
196 196
197(defcustom mail-source-delete-incoming nil 197(defcustom mail-source-delete-incoming t
198 "*If non-nil, delete incoming files after handling." 198 "*If non-nil, delete incoming files after handling."
199 :group 'mail-source 199 :group 'mail-source
200 :type 'boolean) 200 :type 'boolean)