add transmission daemon config
[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
10 [Repository Local]
11 type = Maildir
12 localfolders = ~/.mutt/mail
13
14 [Repository Remote]
15 type = IMAP
16 remotehost = mail.martlubbers.net
17 remoteuser = mart@martlubbers.net
18 ssl = yes
19
20 [mbnames]
21 enabled = yes
22 filename = ~/.mutt/mailboxes
23 header = "mailboxes "
24 peritem = "~/.mutt/mail/%(foldername)s/"
25 sep = " "
26 footer = "\n"