update mpi dotfiles
[dotfiles.git] / .mutt / offlineimaprc
1 [general]
2 pythonfile = ~/.mutt/offlineimap.py
3 metadata = ~/.mutt/offlineimap_meta
4 accounts = mpi
5 ui = quiet
6
7 [Account mpi]
8 localrepository = Local
9 remoterepository = Remote
10 postsynchook = notmuch new
11
12 [Repository Local]
13 type = Maildir
14 localfolders = ~/.mutt/mail
15 nametrans = lambda foldername: 'Mail.' + foldername
16
17 [Repository Remote]
18 type = IMAP
19 remotepasseval = mailpasswd()
20 remotehost = imaphost.mpi.nl
21 remoteuser = marlub
22 reference = Mail
23 nametrans = lambda foldername: re.sub('^Mail.', '', foldername)
24
25 [mbnames]
26 enabled = yes
27 filename = ~/.mutt/mailboxes
28 header = "mailboxes "
29 peritem = "~/.mutt/mail/%(foldername)s/"
30 sep = " "
31 footer = "\n"