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