diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-02-18 13:13:22 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-02-18 13:13:22 +0000 |
commit | 551def370f0782bbd3c503739a6a4816e17d297a (patch) | |
tree | d1edb013f9343f7fed3bec3e459d494ca390fee3 | |
parent | d7181d74b3e8f19486ad4504e769cc1d4c553f9e (diff) | |
download | fetchmail-551def370f0782bbd3c503739a6a4816e17d297a.tar.gz fetchmail-551def370f0782bbd3c503739a6a4816e17d297a.tar.bz2 fetchmail-551def370f0782bbd3c503739a6a4816e17d297a.zip |
Revise section G5 on delete-after-N-days feature, point to contrib/.
svn path=/branches/BRANCH_6-3/; revision=5264
-rw-r--r-- | fetchmail-FAQ.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index c2ae4a44..9dfce2fb 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -478,12 +478,15 @@ some days.</a></h2> <p>The second-most-requested feature for fetchmail, after content-based filtering, is the ability to have it remove messages from a maildrop after N days, typically to be used with the -<code>keep</code> option as a sort of poor man's newsgroup -facility. Microsoft's Outlook Express supports this.</p> +<code>keep</code> option. Several messaging programs with graphical +user interface support this feature.</p> <p>This feature is not yet implemented. It may be at a future date, spare time of developers permitting.</p> +<p>For the time being, the contrib/ directory contains some <em>unsupported</em> + tools that may help, namely mold-remover.py and delete-later.</p> + <h2><a id="G6" name="G6">G6. Is there a mailing list for exchanging tips?</a></h2> |