You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
536 B
Plaintext
26 lines
536 B
Plaintext
11 years ago
|
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 *
|