-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix up channels, add a timeout and a note about it. add mu4e config
- Loading branch information
YYY
authored and
YYY
committed
Jul 29, 2019
1 parent
42e83cc
commit 56c584d
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ User [email protected] | |
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mailpass.gpg" | ||
SSLType IMAPS | ||
CertificateFile /etc/ssl/certs/ca-certificates.crt | ||
Timeout 30 | ||
#Timeout 0 <-- use on first sync | ||
|
||
# Remote store | ||
IMAPStore gmail-remote | ||
|
@@ -18,7 +20,7 @@ Inbox ~/mbsync/inbox | |
|
||
Channel gmail-default | ||
Master :gmail-remote: | ||
Slave :gmail-local:inbox | ||
Slave :gmail-local: | ||
Patterns INBOX | ||
|
||
Channel gmail-sent | ||
|
@@ -29,10 +31,20 @@ Channel gmail-starred | |
Master :gmail-remote:"[Gmail]/Starred" | ||
Slave :gmail-local:starred | ||
|
||
Channel gmail-drafts | ||
Master :gmail-remote:"[Gmail]/Drafts" | ||
Slave :gmail-local:drafts | ||
|
||
Channel gmail-trash | ||
Master :gmail-remote:"[Gmail]/Trash" | ||
Slave :gmail-local:trash | ||
|
||
Create slave | ||
SyncState * | ||
|
||
Group gmail | ||
Channel gmail-default | ||
Channel gmail-sent | ||
Channel gmail-starred | ||
Channel gmail-drafts | ||
Channel gmail-trash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters