From 85717732a0074eb5eed6acbcb1d877ee60d405b5 Mon Sep 17 00:00:00 2001 From: lnu Date: Mon, 25 Jul 2005 10:57:33 +0000 Subject: git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@44 f70e237a-67f3-0310-a06c-d2b8a7116972 --- manpages/feed2imap-cleaner.xml | 97 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 manpages/feed2imap-cleaner.xml (limited to 'manpages/feed2imap-cleaner.xml') diff --git a/manpages/feed2imap-cleaner.xml b/manpages/feed2imap-cleaner.xml new file mode 100644 index 0000000..333bd92 --- /dev/null +++ b/manpages/feed2imap-cleaner.xml @@ -0,0 +1,97 @@ + + &program;"> + + + + ]> + + + + &firstname; + &surname; + +
&address;
+ + 2005 + &firstname; &surname; + + Jul 25, 2005 +
+ + &program; + 1 + + + &program; + Removes old items from IMAP folders + + + + feed2imap-cleaner [OPTIONS] + + + + DESCRIPTION + + feed2imap-cleaner deletes old items from IMAP folders specified in the configuration file. The actual query string used to determine whether an item is old is : + "SEEN NOT FLAGGED BEFORE (3 days ago)". Which means that an item WON'T be deleted if it satisfies one of the following conditions : + + + It isn't 3 days old ; + It hasn't been read yet ; + It is flagged (marked as Important, for example). + + + + + + + + + Don't remove anything, but show what would be removed if run without this option. + + + + + + + + Use another config file (~/.feed2imaprc is the default). + + + + + BUGS + Deletion criterias should probably be more configurable. + + + + SEE ALSO + + Homepage : + http://home.gna.org/feed2imap/ + + + feed2imaprc5, + feed2imap1 + + + + AUTHOR + Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by the + Free Software Foundation; either version 2 of the License, or (at your + option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + +
-- cgit v1.2.3-54-g00ecf