.offlineimaprc
This commit is contained in:
parent
9bd3de9427
commit
064390d4e8
1 changed files with 2 additions and 2 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.capitalize()
|
nametrans = lambda folder: folder.lower()
|
||||||
|
|
||||||
[Repository ryuslash.org-local]
|
[Repository ryuslash.org-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
|
@ -96,7 +96,7 @@ remotehost = ninthfloor.org
|
||||||
remoteusereval = getuser("ninthfloor.org")
|
remoteusereval = getuser("ninthfloor.org")
|
||||||
remotepasseval = getpassword("ninthfloor.org")
|
remotepasseval = getpassword("ninthfloor.org")
|
||||||
|
|
||||||
nametrans = lambda folder: folder.lower()
|
nametrans = lambda folder: folder.capitalize()
|
||||||
|
|
||||||
[Repository ryuslash.org-remote]
|
[Repository ryuslash.org-remote]
|
||||||
type = IMAP
|
type = IMAP
|
||||||
|
|
Loading…
Reference in a new issue