Add inactive alwaysdata account
This commit is contained in:
parent
b5ea7e05ea
commit
c278f6edb4
1 changed files with 15 additions and 0 deletions
|
@ -126,3 +126,18 @@ type = IMAP
|
|||
remotehost = mail.iactor.nl
|
||||
remoteusereval = getuser("mail.iactor.nl")
|
||||
remotepasseval = getpassword("mail.iactor.nl")
|
||||
|
||||
[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()
|
||||
|
|
Loading…
Reference in a new issue