.offlineimaprc
This commit is contained in:
parent
6a199cac1d
commit
7f3eedb1d4
1 changed files with 3 additions and 1 deletions
|
@ -54,6 +54,8 @@ localfolders = ~/documents/mail/aethon
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/documents/mail/ninthfloor
|
localfolders = ~/documents/mail/ninthfloor
|
||||||
|
|
||||||
|
nametrans = lambda folder: folder.capitalize()
|
||||||
|
|
||||||
[Repository ryuslash.org-local]
|
[Repository ryuslash.org-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/documents/mail/ryuslash.org
|
localfolders = ~/documents/mail/ryuslash.org
|
||||||
|
@ -94,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.capitalize()
|
nametrans = lambda folder: folder.lower()
|
||||||
|
|
||||||
[Repository ryuslash.org-remote]
|
[Repository ryuslash.org-remote]
|
||||||
type = IMAP
|
type = IMAP
|
||||||
|
|
Loading…
Reference in a new issue