diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-11-23 14:25:03 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-11-23 14:25:03 +0000 |
commit | 29501302037800a49999ac6f0ea37f17dd0536cd (patch) | |
tree | 55dd5f6e1a2c4953e08a9d6b262ad60bb65673ad /fetchmail-FAQ.html | |
parent | 52c60d1c3e6ff0477e5917c3a6981217cb217c8d (diff) | |
download | fetchmail-29501302037800a49999ac6f0ea37f17dd0536cd.tar.gz fetchmail-29501302037800a49999ac6f0ea37f17dd0536cd.tar.bz2 fetchmail-29501302037800a49999ac6f0ea37f17dd0536cd.zip |
Update O14 and mention we may talk about unreleased versions, so we can upload the FAQ from SVN directly to the web site.
svn path=/trunk/; revision=4477
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r-- | fetchmail-FAQ.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 76956024..8565fc14 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -24,6 +24,11 @@ Page</a></td> advice on how to include diagnostic information that will get your bug fixed as quickly as possible.</p> +<p>Note that this FAQ is occasionally updated from the SVN repository +and speaks in the past tense ("since") about a fetchmail release that is +not yet available. Please try a release candidate for that version in +case you need the new option.</p> + <p>If you have a question or answer you think ought to be added to this FAQ list, file it to one of the trackers at <a href="http://developer.berlios.de/projects/fetchmail/">our BerliOS @@ -3575,11 +3580,11 @@ does something like "date >> $HOME/Procmail/fetchmail.log".</p> <h2><a name="O14">O14. Fetchmail no longer deletes oversized mails with --flush.</a></h2> -<p>Use <code>--limitflush</code> to delete oversized mails along with -the <code>--limit</code> option. If you are already having -<code>flush</code> in your rcfile to delete oversized mails, -<em>replace</em> it with <code>limitflush</code> to avoid losing mails -unintentionally.</p> +<p>Use <code>--limitflush</code> (available since release 6.3.0) to +delete oversized mails along with the <code>--limit</code> option. If +you are already having <code>flush</code> in your rcfile to delete +oversized mails, <em>replace</em> it with <code>limitflush</code> to +avoid losing mails unintentionally.</p> <p>The <code>--flush</code> option is primarily designed to delete mails which have been read/downloaded but not deleted yet. This option |