summaryrefslogtreecommitdiffstats
path: root/imapurge.rc
blob: d308f140260944d961af609ab456eaafd15b135c (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'                                                   # 
#########################################################################


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