Lots of updates
[dotfiles.git] / .mutt / 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 && notmuch compact
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 cert_fingerprint = d8f2613ee3017fe9eaec772cd07094342945f632
23
24 [mbnames]
25 enabled = yes
26 filename = ~/.mutt/mailboxes
27 header = "mailboxes "
28 peritem = "~/.mutt/mail/%(foldername)s/"
29 sep = " "
30 footer = "\n"