.offlineimaprc
This commit is contained in:
parent
7f3eedb1d4
commit
e7ddca4a79
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,8 @@ nametrans = lambda folder: folder.capitalize()
|
|||
type = Maildir
|
||||
localfolders = ~/documents/mail/ryuslash.org
|
||||
|
||||
nametrans = lambda folder: folder.capitalize()
|
||||
|
||||
[Repository arch-remote]
|
||||
type = Gmail
|
||||
remoteusereval = getuser("imap.google.com-arch")
|
||||
|
@ -103,3 +105,5 @@ type = IMAP
|
|||
remotehost = imap.alwaysdata.com
|
||||
remoteusereval = getuser("imap.alwaysdata.com")
|
||||
remotepasseval = getpassword("imap.alwaysdata.com")
|
||||
|
||||
nametrans = lambda folder: folder.lower()
|
||||
|
|
Loading…
Reference in a new issue