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