diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-01-23 10:20:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 10:20:08 +0100 |
commit | 9b6262f23887f00fea9f667ebfe8d0635fd80871 (patch) | |
tree | c0d834cd83e0aa4e556c58b0ecb21520a222a436 | |
parent | 1467b353a09f9f6fb503b43f78a0c2082ff84773 (diff) |
Create .mbsyncrc
-rw-r--r-- | .mbsyncrc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100644 index 0000000..26aee4c --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,23 @@ +IMAPStore santo@dcariotti.me-remote +# Address to connect to +Host <host> +Port <port> +User <emil> +Pass <password> +SSLType STARTTLS +AuthMechs LOGIN + +MaildirStore <email>-local +Subfolders Verbatim +Path ~/.mail/<email>/ +INBOX ~/.mail/<email>/INBOX +Flatten . + +Channel <email> +Master :<email>-remote: +Slave :<email>-local: +Patterns INBOX Drafts Sent Trash +SyncState * +Create Both +Expunge Both +MaxMessages 0 |