diff options
author | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2011-10-26 11:27:57 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2011-10-26 11:27:57 +0200 |
commit | 2bddbfe316c8efee5182c23733318be9804def2d (patch) | |
tree | a583b476a9932864af527be87271acfe9f65fb40 | |
parent | 685b13ce32230ef7df18ea15a618740e59352d30 (diff) |
typo
-rw-r--r-- | imapurge.rc | 6 |
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 => { # ... # } # |