.offlineimaprc
This commit is contained in:
parent
619492401a
commit
948c16ab3c
1 changed files with 2 additions and 2 deletions
|
@ -54,6 +54,8 @@ localfolders = ~/documents/mail/aethon
|
|||
type = Maildir
|
||||
localfolders = ~/documents/mail/ninthfloor
|
||||
|
||||
nametrans = lambda folder: folder.lower()
|
||||
|
||||
[Repository ryuslash.org-local]
|
||||
type = Maildir
|
||||
localfolders = ~/documents/mail/ryuslash.org
|
||||
|
@ -94,8 +96,6 @@ remotehost = ninthfloor.org
|
|||
remoteusereval = getuser("ninthfloor.org")
|
||||
remotepasseval = getpassword("ninthfloor.org")
|
||||
|
||||
nametrans = lambda folder: folder.lower()
|
||||
|
||||
[Repository ryuslash.org-remote]
|
||||
type = IMAP
|
||||
remotehost = imap.alwaysdata.com
|
||||
|
|
Loading…
Reference in a new issue