summaryrefslogtreecommitdiff
path: root/data/man/man1/feed2imap-cleaner.1
blob: 4f11135bf1f43d959ab4abfc6f05509d853e5907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.TH feed2imap\-cleaner 1 "Jul 25, 2005"  
.SH NAME
feed2imap\-cleaner \- Removes old items from IMAP folders
.SH SYNOPSIS
\fBfeed2imap\-cleaner\fR [OPTIONS]
.SH 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 :
.TP 0.2i
\(bu
It isn't 3 days old ;
.TP 0.2i
\(bu
It hasn't been read yet ;
.TP 0.2i
\(bu
It is flagged (marked as Important, for example).
.TP 
\fB\-d\fR, \fB\-\-dry\-run\fR 
Don't remove anything, but show what would be removed if run without this option.
.TP 
\fB\-f\fR, \fB\-\-config \fIfile\fB\fR 
Use another config file (~/.feed2imaprc is the default).
.SH BUGS
Deletion criterias should probably be more configurable.
.SH "SEE ALSO"
Homepage : 
http://home.gna.org/feed2imap/
.PP
\fBfeed2imaprc\fR(5),
\fBfeed2imap\fR(1)
.SH AUTHOR
Copyright (C) 2005 Lucas Nussbaum lucas@lucas\-nussbaum.net
.PP
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.
.PP
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.
ers/pass.git/tag/?h=1.6'>1.6Jason A. Donenfeld1-3/+3 2014-04-24dmenu: hide outputJason A. Donenfeld1-1/+1 2014-04-24tests: test for spacesJason A. Donenfeld3-8/+20 2014-04-24Move test instructions to INSTALL.Jason A. Donenfeld2-11/+18 2014-04-24tests: we don't use aggregate-resultsJason A. Donenfeld1-57/+0 2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld3-7/+6 2014-04-24Allow overridable bash.Jason A. Donenfeld16-16/+16 2014-04-24dmenu: check for empty instead of ret codeJason A. Donenfeld1-1/+1 2014-04-24tests: sed doesn't like escaped chars on non-gnuJason A. Donenfeld1-1/+1 2014-04-24tests: run from anywhereJason A. Donenfeld13-4/+16 2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld14-95/+92 2014-04-24Make gpg_opts an array.Jason A. Donenfeld1-12/+12 2014-04-24Shellcheck errors.Jason A. Donenfeld1-6/+6 2014-04-24tests: todo updateJason A. Donenfeld1-25/+0