diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-01-23 10:25:02 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-01-23 10:25:13 +0100 |
commit | e68619973482c8311829b6b0622dddcb949105b4 (patch) | |
tree | 5f95d18db1c6d06a124b2a318f2f8e84bfee0bad /mutt/.mbsyncrc | |
parent | 9b6262f23887f00fea9f667ebfe8d0635fd80871 (diff) |
email conf
Diffstat (limited to 'mutt/.mbsyncrc')
-rw-r--r-- | mutt/.mbsyncrc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mutt/.mbsyncrc b/mutt/.mbsyncrc new file mode 100644 index 0000000..26aee4c --- /dev/null +++ b/mutt/.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 |