.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
|
type = Maildir
|
||||||
localfolders = ~/documents/mail/ninthfloor
|
localfolders = ~/documents/mail/ninthfloor
|
||||||
|
|
||||||
nametrans = lambda folder: folder.lower()
|
nametrans = lambda folder: folder.capitalize()
|
||||||
|
|
||||||
[Repository ryuslash.org-local]
|
[Repository ryuslash.org-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
|
@ -96,6 +96,8 @@ remotehost = ninthfloor.org
|
||||||
remoteusereval = getuser("ninthfloor.org")
|
remoteusereval = getuser("ninthfloor.org")
|
||||||
remotepasseval = getpassword("ninthfloor.org")
|
remotepasseval = getpassword("ninthfloor.org")
|
||||||
|
|
||||||
|
nametrans = lambda folder: folder.lower()
|
||||||
|
|
||||||
[Repository ryuslash.org-remote]
|
[Repository ryuslash.org-remote]
|
||||||
type = IMAP
|
type = IMAP
|
||||||
remotehost = imap.alwaysdata.com
|
remotehost = imap.alwaysdata.com
|
||||||
|
|
Loading…
Reference in a new issue