summaryrefslogtreecommitdiffstats
path: root/imapurge.rc
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@ens-lyon.org>2011-10-26 20:10:40 +0200
committerGuilhem Moulin <guilhem.moulin@ens-lyon.org>2011-10-26 20:10:40 +0200
commit77fe969e15710e29f4e08dacdf7a4a7aa7f193a6 (patch)
tree428fd8082c166c0a6f6755037da73e593c2d839d /imapurge.rc
parent2bddbfe316c8efee5182c23733318be9804def2d (diff)
doc; don't delete flagged and unseen emails
Diffstat (limited to 'imapurge.rc')
-rw-r--r--imapurge.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/imapurge.rc b/imapurge.rc
index 840dc67..d308f14 100644
--- a/imapurge.rc
+++ b/imapurge.rc
@@ -10,7 +10,7 @@
# password => '******',
# ignore => [ 'folder1', 'folder2' ], # Optional (default: [])
# only => [ 'folder3', 'folder4' ], # Optional (default: all)
-# oldest => 90 # Optional (default: $oldest) (the unit is days)
+# oldest => 90 # Optional (default: 90; the unit is days)
# },
# account2 => {
# ...