2011-01-11 13:43:17 +01:00
|
|
|
[general]
|
|
|
|
# NOTE: cronjob calls the quiet UI with -u
|
2011-11-02 21:04:07 +01:00
|
|
|
ui = TTYUI
|
2012-02-06 22:29:49 +01:00
|
|
|
accounts = ryuslash.org,gmail,arch,aethon,ninthfloor
|
2011-01-11 13:43:17 +01:00
|
|
|
pythonfile = ~/.offlineimap.py
|
|
|
|
|
|
|
|
[Account arch]
|
|
|
|
localrepository = arch-local
|
|
|
|
remoterepository = arch-remote
|
|
|
|
|
|
|
|
[Account gmail]
|
|
|
|
localrepository = gmail-local
|
|
|
|
remoterepository = gmail-remote
|
|
|
|
|
|
|
|
[Account iactor]
|
|
|
|
localrepository = iactor-local
|
|
|
|
remoterepository = iactor-remote
|
|
|
|
|
2011-03-07 09:09:07 +01:00
|
|
|
[Account aethon]
|
|
|
|
localrepository = aethon-local
|
|
|
|
remoterepository = aethon-remote
|
|
|
|
|
2011-11-02 21:04:07 +01:00
|
|
|
[Account ninthfloor]
|
|
|
|
localrepository = ninthfloor-local
|
|
|
|
remoterepository = ninthfloor-remote
|
|
|
|
|
|
|
|
[Account ryuslash.org]
|
|
|
|
localrepository = ryuslash.org-local
|
|
|
|
remoterepository = ryuslash.org-remote
|
|
|
|
|
2011-01-11 13:43:17 +01:00
|
|
|
[Repository arch-local]
|
|
|
|
type = Maildir
|
2011-04-26 09:34:13 +02:00
|
|
|
localfolders = ~/documents/mail/arch
|
2011-01-11 13:43:17 +01:00
|
|
|
|
|
|
|
[Repository gmail-local]
|
|
|
|
type = Maildir
|
2011-04-26 09:34:13 +02:00
|
|
|
localfolders = ~/documents/mail/gmail
|
2011-01-11 13:43:17 +01:00
|
|
|
|
|
|
|
[Repository iactor-local]
|
|
|
|
type = Maildir
|
2011-04-26 09:34:13 +02:00
|
|
|
localfolders = ~/documents/mail/iactor
|
2011-01-11 13:43:17 +01:00
|
|
|
|
2011-03-07 09:09:07 +01:00
|
|
|
[Repository aethon-local]
|
|
|
|
type = Maildir
|
2011-04-26 09:34:13 +02:00
|
|
|
localfolders = ~/documents/mail/aethon
|
2011-03-07 09:09:07 +01:00
|
|
|
|
2011-11-02 21:04:07 +01:00
|
|
|
[Repository ninthfloor-local]
|
|
|
|
type = Maildir
|
|
|
|
localfolders = ~/documents/mail/ninthfloor
|
|
|
|
|
|
|
|
[Repository ryuslash.org-local]
|
|
|
|
type = Maildir
|
|
|
|
localfolders = ~/documents/mail/ryuslash.org
|
|
|
|
|
2011-01-11 13:43:17 +01:00
|
|
|
[Repository arch-remote]
|
|
|
|
type = Gmail
|
|
|
|
remoteusereval = getuser("imap.google.com-arch")
|
|
|
|
remotepasseval = getpassword("imap.google.com-arch")
|
|
|
|
realdelete = no
|
|
|
|
|
|
|
|
nametrans = lambda folder: re.sub('.*Spam$', 'spam', re.sub('.*Drafts$', 'drafts', re.sub('.*Sent Mail$', 'sent', re.sub('.*Starred$', 'flagged', re.sub('.*Trash$', 'trash', re.sub('.*All Mail$', 'archive', folder))))))
|
|
|
|
|
|
|
|
[Repository gmail-remote]
|
|
|
|
type = Gmail
|
|
|
|
remoteusereval = getuser("imap.google.com")
|
|
|
|
remotepasseval = getpassword("imap.google.com")
|
|
|
|
realdelete = no
|
|
|
|
|
|
|
|
nametrans = lambda folder: re.sub('.*Spam$', 'spam', re.sub('.*Drafts$', 'drafts', re.sub('.*Sent Mail$', 'sent', re.sub('.*Starred$', 'flagged', re.sub('.*Trash$', 'trash', re.sub('.*All Mail$', 'archive', folder))))))
|
|
|
|
|
|
|
|
[Repository iactor-remote]
|
|
|
|
type = IMAP
|
|
|
|
remotehost = mail.iactor.nl
|
|
|
|
remoteusereval = getuser("mail.iactor.nl")
|
|
|
|
remotepasseval = getpassword("mail.iactor.nl")
|
|
|
|
|
2011-03-07 09:09:07 +01:00
|
|
|
[Repository aethon-remote]
|
|
|
|
type = Gmail
|
|
|
|
remoteusereval = getuser("imap.google.com-aethon")
|
|
|
|
remotepasseval = getpassword("imap.google.com-aethon")
|
|
|
|
realdelete = no
|
|
|
|
|
|
|
|
nametrans = lambda folder: re.sub('.*Spam$', 'spam', re.sub('.*Drafts$', 'drafts', re.sub('.*Sent Mail$', 'sent', re.sub('.*Starred$', 'flagged', re.sub('.*Trash$', 'trash', re.sub('.*All Mail$', 'archive', folder))))))
|
|
|
|
|
2011-11-02 21:04:07 +01:00
|
|
|
[Repository ninthfloor-remote]
|
|
|
|
type = IMAP
|
|
|
|
remotehost = ninthfloor.org
|
|
|
|
remoteusereval = getuser("ninthfloor.org")
|
|
|
|
remotepasseval = getpassword("ninthfloor.org")
|
|
|
|
|
|
|
|
[Repository ryuslash.org-remote]
|
|
|
|
type = IMAP
|
|
|
|
remotehost = imap.alwaysdata.com
|
|
|
|
remoteusereval = getuser("imap.alwaysdata.com")
|
|
|
|
remotepasseval = getpassword("imap.alwaysdata.com")
|
|
|
|
|
2011-01-11 13:43:17 +01:00
|
|
|
# vim: ft=cfg tw=0
|