From 2bddbfe316c8efee5182c23733318be9804def2d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 26 Oct 2011 11:27:57 +0200 Subject: typo --- imapurge.rc | 6 +++--- 1 file 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 => { # ... # } # -- cgit v1.2.3