This commit is contained in:
Luke 2017-09-29 20:34:52 -04:00
commit 5e9896c677
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
## Shortcuts ## Shortcuts
I've added many folder-specific shortcuts; refer to rc.conf for the specifics, but here's the idea. There are for "verbs:" I've added many folder-specific shortcuts; refer to rc.conf for the specifics, but here's the idea. There are four "verbs:"
+ g -- "go or cd" + g -- "go or cd"
+ t -- "new tab" + t -- "new tab"

View File

@ -30,13 +30,13 @@ localfolders = ~/.Mail/Gmail
localrepository = personal-local localrepository = personal-local
remoterepository = personal-remote remoterepository = personal-remote
[Repository personal-local] [Repository personal-remote]
type = IMAP type = IMAP
remoteuser = USER@DOMAIN.COM remoteuser = USER@DOMAIN.COM
remotepass = $PASSWORD remotepass = $PASSWORD
remotehost = SERVER-ADDRESS remotehost = SERVER-ADDRESS
sslcacertfile = /etc/ssl/certs/ca-certificates.crt sslcacertfile = /etc/ssl/certs/ca-certificates.crt
[Repository personal-remote] [Repository personal-local]
type = Maildir type = Maildir
localfolders = ~/.Mail/Personal localfolders = ~/.Mail/Personal