2012-10-19 22:57:58 +02:00
|
|
|
# -*- mode: conf-unix; -*-
|
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
|
2014-08-26 10:44:53 +02:00
|
|
|
accounts = ryuslash.org,picturefix,gmail,ninthfloor
|
2011-01-11 13:43:17 +01:00
|
|
|
pythonfile = ~/.offlineimap.py
|
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Account ryuslash.org]
|
|
|
|
localrepository = ryuslash.org-local
|
|
|
|
remoterepository = ryuslash.org-remote
|
2013-05-04 18:24:23 +02:00
|
|
|
# postsynchook = /home/slash/usr/bin/emacs-send-mail ryuslash.org
|
2011-01-11 13:43:17 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Repository ryuslash.org-local]
|
|
|
|
type = Maildir
|
|
|
|
localfolders = ~/documents/mail/ryuslash.org
|
|
|
|
nametrans = lambda folder: re.sub('^Inbox$', 'INBOX', folder.capitalize())
|
2011-01-11 13:43:17 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Repository ryuslash.org-remote]
|
|
|
|
type = IMAP
|
|
|
|
remotehost = imap.alwaysdata.com
|
2014-09-22 22:56:54 +02:00
|
|
|
remoteuser = 'tom@ryuslash.org'
|
|
|
|
remotepasseval = getpassword("ryuslash")
|
2012-10-19 22:57:58 +02:00
|
|
|
nametrans = lambda folder: folder.lower()
|
2011-01-11 13:43:17 +01:00
|
|
|
|
2014-08-26 10:44:53 +02:00
|
|
|
[Account picturefix]
|
|
|
|
localrepository = picturefix-local
|
|
|
|
remoterepository = picturefix-remote
|
|
|
|
|
|
|
|
[Repository picturefix-local]
|
|
|
|
type = Maildir
|
|
|
|
localfolders = ~/documents/mail/picturefix
|
|
|
|
nametrans = lambda folder: re.sub('^inbox$', 'INBOX', re.sub('^drafts$', '[Gmail]/Concepten', re.sub('^sent$', '[Gmail]/Verzonden berichten', re.sub('^trash$', '[Gmail]/Prullenbak', folder))))
|
|
|
|
|
|
|
|
[Repository picturefix-remote]
|
|
|
|
type = Gmail
|
2014-09-22 23:08:15 +02:00
|
|
|
remoteuser = "tom@picturefix.nl"
|
|
|
|
remotepasseval = getpassword("picturefix")
|
2014-08-26 10:44:53 +02:00
|
|
|
realdelete = no
|
2014-11-05 00:55:27 +01:00
|
|
|
cert_fingerprint = fb679e12a6ff179e00a454da8441cc1b6c3d261f
|
2014-08-26 10:44:53 +02:00
|
|
|
folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Concepten', '[Gmail]/Verzonden berichten', '[Gmail]/Prullenbak']
|
|
|
|
nametrans = lambda folder: re.sub('^INBOX$', 'inbox', re.sub('^\[Gmail\]/Concepten$', 'drafts', re.sub('^\[Gmail\]/Verzonden berichten$', 'sent', re.sub('^\[Gmail\]/Prullenbak$', 'trash', folder))))
|
|
|
|
|
2011-03-07 09:09:07 +01:00
|
|
|
[Account aethon]
|
2012-10-19 22:57:58 +02:00
|
|
|
localrepository = aethon-local
|
2011-03-07 09:09:07 +01:00
|
|
|
remoterepository = aethon-remote
|
2013-05-04 18:24:23 +02:00
|
|
|
# postsynchook = /home/slash/usr/bin/emacs-send-mail aethon
|
2011-03-07 09:09:07 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Repository aethon-local]
|
|
|
|
type = Maildir
|
|
|
|
localfolders = ~/documents/mail/aethon
|
|
|
|
nametrans = lambda folder: re.sub('^inbox$', 'INBOX', re.sub('^drafts$', '[Gmail]/Concepten', re.sub('^sent$', '[Gmail]/Verzonden berichten', re.sub('^trash$', '[Gmail]/Prullenbak', folder))))
|
2011-11-02 21:04:07 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Repository aethon-remote]
|
|
|
|
type = Gmail
|
2014-09-23 17:07:29 +02:00
|
|
|
remoteuser = "thomas@aethon.nl"
|
|
|
|
remotepasseval = getpassword("aethon")
|
2012-10-19 22:57:58 +02:00
|
|
|
realdelete = no
|
2013-11-03 22:02:54 +01:00
|
|
|
cert_fingerprint = 89091347184d41768bfc0da9fad94bfe882dd358
|
2012-10-19 22:57:58 +02:00
|
|
|
folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Concepten', '[Gmail]/Verzonden berichten', '[Gmail]/Prullenbak']
|
|
|
|
nametrans = lambda folder: re.sub('^INBOX$', 'inbox', re.sub('^\[Gmail\]/Concepten$', 'drafts', re.sub('^\[Gmail\]/Verzonden berichten$', 'sent', re.sub('^\[Gmail\]/Prullenbak$', 'trash', folder))))
|
2011-11-02 21:04:07 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Account gmail]
|
|
|
|
localrepository = gmail-local
|
|
|
|
remoterepository = gmail-remote
|
2013-05-04 18:24:23 +02:00
|
|
|
# postsynchook = /home/slash/usr/bin/emacs-send-mail gmail
|
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
|
2012-10-19 22:57:58 +02:00
|
|
|
nametrans = lambda folder: re.sub('^inbox$', 'INBOX', re.sub('^drafts$', '[Gmail]/Drafts', re.sub('^sent$', '[Gmail]/Sent Mail', re.sub('^trash$', '[Gmail]/Trash', folder))))
|
2011-01-11 13:43:17 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Repository gmail-remote]
|
|
|
|
type = Gmail
|
2014-09-22 22:56:54 +02:00
|
|
|
remoteuser = "ryuslash@gmail.com"
|
|
|
|
remotepasseval = getpassword("gmail")
|
2012-10-19 22:57:58 +02:00
|
|
|
realdelete = no
|
2014-11-05 00:55:27 +01:00
|
|
|
cert_fingerprint = fb679e12a6ff179e00a454da8441cc1b6c3d261f
|
2012-10-19 22:57:58 +02:00
|
|
|
folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Drafts', '[Gmail]/Sent Mail', '[Gmail]/Trash']
|
|
|
|
nametrans = lambda folder: re.sub('^INBOX$', 'inbox', re.sub('^\[Gmail\]/Drafts$', 'drafts', re.sub('^\[Gmail\]/Sent Mail$', 'sent', re.sub('^\[Gmail\]/Trash$', 'trash', folder))))
|
2011-03-07 09:09:07 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Account ninthfloor]
|
|
|
|
localrepository = ninthfloor-local
|
|
|
|
remoterepository = ninthfloor-remote
|
2013-05-04 18:24:23 +02:00
|
|
|
# postsynchook = /home/slash/usr/bin/emacs-send-mail ninthfloor
|
2012-03-20 16:40:23 +01:00
|
|
|
|
2011-11-02 21:04:07 +01:00
|
|
|
[Repository ninthfloor-local]
|
|
|
|
type = Maildir
|
|
|
|
localfolders = ~/documents/mail/ninthfloor
|
2012-10-19 22:57:58 +02:00
|
|
|
nametrans = lambda folder: re.sub('^Inbox$', 'INBOX', folder.capitalize())
|
2011-11-02 21:04:07 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Repository ninthfloor-remote]
|
|
|
|
type = IMAP
|
|
|
|
remotehost = ninthfloor.org
|
2014-09-22 23:08:15 +02:00
|
|
|
remoteuser = "ryuslash"
|
|
|
|
remotepasseval = getpassword("ninthfloor")
|
2012-10-19 22:57:58 +02:00
|
|
|
nametrans = lambda folder: folder.lower()
|
2012-03-20 15:51:42 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Account arch]
|
|
|
|
localrepository = arch-local
|
|
|
|
remoterepository = arch-remote
|
2011-11-02 21:04:07 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Repository arch-local]
|
|
|
|
type = Maildir
|
|
|
|
localfolders = ~/documents/mail/arch
|
|
|
|
nametrans = lambda folder: re.sub('^inbox$', 'INBOX', re.sub('^drafts$', '[Gmail]/Drafts', re.sub('^sent$', '[Gmail]/Sent Mail', re.sub('^trash$', '[Gmail]/Trash', folder))))
|
2012-03-20 15:54:02 +01:00
|
|
|
|
2011-01-11 13:43:17 +01:00
|
|
|
[Repository arch-remote]
|
2012-10-19 22:57:58 +02:00
|
|
|
type = Gmail
|
2014-09-23 17:07:29 +02:00
|
|
|
remoteuser = tom.willemsen@archlinux.us
|
|
|
|
remotepasseval = getpassword("arch")
|
2012-10-19 22:57:58 +02:00
|
|
|
realdelete = no
|
2013-11-03 22:02:54 +01:00
|
|
|
cert_fingerprint = 89091347184d41768bfc0da9fad94bfe882dd358
|
2012-10-19 22:57:58 +02:00
|
|
|
folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Drafts', '[Gmail]/Sent Mail', '[Gmail]/Trash']
|
|
|
|
nametrans = lambda folder: re.sub('^INBOX$', 'inbox', re.sub('^\[Gmail\]/Drafts$', 'drafts', re.sub('^\[Gmail\]/Sent Mail$', 'sent', re.sub('^\[Gmail\]/Trash$', 'trash', folder))))
|
2011-01-11 13:43:17 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Account iactor]
|
|
|
|
localrepository = iactor-local
|
|
|
|
remoterepository = iactor-remote
|
2011-01-11 13:43:17 +01:00
|
|
|
|
2012-10-19 22:57:58 +02:00
|
|
|
[Repository iactor-local]
|
|
|
|
type = Maildir
|
|
|
|
localfolders = ~/documents/mail/iactor
|
2011-01-11 13:43:17 +01:00
|
|
|
|
|
|
|
[Repository iactor-remote]
|
|
|
|
type = IMAP
|
|
|
|
remotehost = mail.iactor.nl
|
2014-09-23 17:07:29 +02:00
|
|
|
remoteuser = "tom@iactor.nl"
|
|
|
|
remotepasseval = getpassword("iactor")
|
2014-08-26 11:26:58 +02:00
|
|
|
|
|
|
|
[Account ryuslash.alwaysdata]
|
|
|
|
localrepository = ryuslash.alwaysdata-local
|
|
|
|
remoterepository = ryuslash.alwaysdata-remote
|
|
|
|
|
|
|
|
[Repository ryuslash.alwaysdata-local]
|
|
|
|
type = Maildir
|
|
|
|
localfolders = ~/documents/mail/ryuslash.alwaysdata
|
|
|
|
nametrans = lambda folder: re.sub('^Inbox$', 'INBOX', folder.capitalize())
|
|
|
|
|
|
|
|
[Repository ryuslash.alwaysdata-remote]
|
|
|
|
type = IMAP
|
|
|
|
remotehost = imap.alwaysdata.com
|
|
|
|
remoteuser = ryuslash@alwaysdata.net
|
|
|
|
nametrans = lambda folder: folder.lower()
|