Breaking mail stuff
This commit is contained in:
parent
170e3e3ba5
commit
4f7610df01
5 changed files with 65 additions and 119 deletions
25
mbsyncrc
Normal file
25
mbsyncrc
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
IMAPAccount gmail
|
||||
Host imap.gmail.com
|
||||
User dustinswan@gmail.com
|
||||
# PassCmd "gpg -d ~/.gmail-password.gpg"
|
||||
# SSL
|
||||
UseIMAPS yes
|
||||
CertificateFile ~/.mail/gmail.pem
|
||||
|
||||
IMAPStore gmail-remote
|
||||
Account gmail
|
||||
|
||||
MaildirStore gmail-local
|
||||
Path ~/.mail/gmail/
|
||||
Inbox ~/.mail/gmail/INBOX
|
||||
|
||||
Channel gmail
|
||||
Master :gmail-remote:
|
||||
Slave :gmail-local:
|
||||
# Include everything
|
||||
# Patterns *
|
||||
# Automatically create missing mailboxes, both locally and on the server
|
||||
Create Both
|
||||
# Expunge Both
|
||||
# Save the synchronization state files in the relevant directory
|
||||
SyncState *
|
||||
Loading…
Add table
Add a link
Reference in a new issue