summaryrefslogtreecommitdiffstats
path: root/imapurge.rc
diff options
context:
space:
mode:
Diffstat (limited to 'imapurge.rc')
-rw-r--r--imapurge.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/imapurge.rc b/imapurge.rc
index ad7dd26..840dc67 100644
--- a/imapurge.rc
+++ b/imapurge.rc
@@ -4,15 +4,15 @@
#########################################################################
-# Account name => {
+# account1 => {
# hostname => 'imap.example.com',
# username => 'username',
# password => '******',
# ignore => [ 'folder1', 'folder2' ], # Optional (default: [])
-# only => [ 'folder3', 'folder4' ], # Optional (default: [])
+# only => [ 'folder3', 'folder4' ], # Optional (default: all)
# oldest => 90 # Optional (default: $oldest) (the unit is days)
# },
-# Account name => {
+# account2 => {
# ...
# }
#