.offlineimaprc
This commit is contained in:
parent
948c16ab3c
commit
355a662a40
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,7 @@ localfolders = ~/documents/mail/aethon
|
|||
type = Maildir
|
||||
localfolders = ~/documents/mail/ninthfloor
|
||||
|
||||
nametrans = lambda folder: folder.lower()
|
||||
nametrans = lambda folder: folder.capitalize()
|
||||
|
||||
[Repository ryuslash.org-local]
|
||||
type = Maildir
|
||||
|
@ -96,6 +96,8 @@ 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