Mercurial > emacs
changeset 31784:33d474f4b866
(mail-source-delete-incoming): Set to t, assuming
we'll be careful merging development changes.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 20 Sep 2000 16:52:10 +0000 |
parents | 65104da03c90 |
children | 51cea22fd2aa |
files | lisp/gnus/mail-source.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/mail-source.el Wed Sep 20 16:49:43 2000 +0000 +++ b/lisp/gnus/mail-source.el Wed Sep 20 16:52:10 2000 +0000 @@ -194,7 +194,7 @@ :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)