Add ninthfloor and ryuslash.org accounts
This commit is contained in:
parent
ebfa528c96
commit
2e5e6c22a1
1 changed files with 30 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[general]
|
[general]
|
||||||
# NOTE: cronjob calls the quiet UI with -u
|
# NOTE: cronjob calls the quiet UI with -u
|
||||||
ui = TTY.TTYUI
|
ui = TTYUI
|
||||||
accounts = arch,gmail,iactor,aethon
|
accounts = ryuslash.org,gmail,arch,aethon,iactor,ninthfloor
|
||||||
pythonfile = ~/.offlineimap.py
|
pythonfile = ~/.offlineimap.py
|
||||||
|
|
||||||
[Account arch]
|
[Account arch]
|
||||||
|
@ -20,6 +20,14 @@ remoterepository = iactor-remote
|
||||||
localrepository = aethon-local
|
localrepository = aethon-local
|
||||||
remoterepository = aethon-remote
|
remoterepository = aethon-remote
|
||||||
|
|
||||||
|
[Account ninthfloor]
|
||||||
|
localrepository = ninthfloor-local
|
||||||
|
remoterepository = ninthfloor-remote
|
||||||
|
|
||||||
|
[Account ryuslash.org]
|
||||||
|
localrepository = ryuslash.org-local
|
||||||
|
remoterepository = ryuslash.org-remote
|
||||||
|
|
||||||
[Repository arch-local]
|
[Repository arch-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/documents/mail/arch
|
localfolders = ~/documents/mail/arch
|
||||||
|
@ -36,6 +44,14 @@ localfolders = ~/documents/mail/iactor
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/documents/mail/aethon
|
localfolders = ~/documents/mail/aethon
|
||||||
|
|
||||||
|
[Repository ninthfloor-local]
|
||||||
|
type = Maildir
|
||||||
|
localfolders = ~/documents/mail/ninthfloor
|
||||||
|
|
||||||
|
[Repository ryuslash.org-local]
|
||||||
|
type = Maildir
|
||||||
|
localfolders = ~/documents/mail/ryuslash.org
|
||||||
|
|
||||||
[Repository arch-remote]
|
[Repository arch-remote]
|
||||||
type = Gmail
|
type = Gmail
|
||||||
remoteusereval = getuser("imap.google.com-arch")
|
remoteusereval = getuser("imap.google.com-arch")
|
||||||
|
@ -66,4 +82,16 @@ 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))))))
|
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 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")
|
||||||
|
|
||||||
# vim: ft=cfg tw=0
|
# vim: ft=cfg tw=0
|
||||||
|
|
Loading…
Reference in a new issue