[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Incomingxxx files from pop; how to get it into nnml folders
From: |
William Xu |
Subject: |
Re: Incomingxxx files from pop; how to get it into nnml folders |
Date: |
Sat, 19 May 2007 14:37:21 +0800 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) |
Tassilo Horn <tassilo@member.fsf.org> writes:
That's a feature of development gnusea. There the variable
,----[ C-h v mail-source-delete-incoming RET ]
| mail-source-delete-incoming is a variable defined in `mail-source.el'.
| Its value is nil
|
|
| Documentation:
| *If non-nil, delete incoming files after handling.
| If t, delete immediately, if nil, never delete. If a positive number,
delete
| files older than number of days.
`----
is set to nil, so you won't loose any mail due to failures in the
further processing of gnus.
Hmm, interestingly it's already t, which looks like the default
value. The Incomingxxx files aren't created upon every incoming
mail. The recent Incomingxxx file is created on 20070509.
William