diff options
Diffstat (limited to 'dot_mbsyncrc')
-rw-r--r-- | dot_mbsyncrc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dot_mbsyncrc b/dot_mbsyncrc new file mode 100644 index 0000000..cb2ed55 --- /dev/null +++ b/dot_mbsyncrc @@ -0,0 +1,27 @@ +# ================== # +# <first_email> # +# ================== # + +IMAPStore <email>-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 |