summaryrefslogtreecommitdiffstats
path: root/imapurge.rc
blob: ad7dd26703c86fbc3abb8deffba48caa16972d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#########################################################################
# This is a sample configuration file for IMAPurge. Extend it and place #
# in `~/.imapurge.rc'                                                   # 
#########################################################################


# Account name => {
#   hostname => 'imap.example.com',
#   username => 'username',
#   password => '******',
#   ignore => [ 'folder1', 'folder2' ], # Optional (default: [])
#   only => [ 'folder3', 'folder4' ],   # Optional (default: [])
#   oldest => 90                        # Optional (default: $oldest) (the unit is days)
# },
# Account name => {
#   ...
# }
#