things2
[dotfiles.git] / offlineimaprc
1 [general]
2 pythonfile = ~/.mutt/offlineimap.py
3 metadata = ~/.mutt/offlineimap_meta
4 accounts = net
5 ui = quiet
6
7 [Account net]
8 localrepository = Local
9 remoterepository = Remote
10 postsynchook = notmuch new
11
12 [Repository Local]
13 type = Maildir
14 localfolders = ~/.mutt/mail
15
16 [Repository Remote]
17 type = IMAP
18 remotepasseval = mailpasswd()
19 remotehost = mail.martlubbers.net
20 remoteuser = mart@martlubbers.net
21 ssl = yes
22
23 [mbnames]
24 enabled = yes
25 filename = ~/.mutt/mailboxes
26 header = "mailboxes "
27 peritem = "~/.mutt/mail/%(foldername)s/"
28 sep = " "
29 footer = "\n"