diff options
author | tsxv478 <atci39@rambler.ru> | 2024-06-19 07:57:46 +0300 |
---|---|---|
committer | tsxv478 <atci39@rambler.ru> | 2024-06-19 07:57:46 +0300 |
commit | 41effffb3b46f1cc76ae800768c623b347e2f0a7 (patch) | |
tree | d659a082eabe925cec3a8d026ea1aeee39427525 /.mbsyncrc | |
parent | b6a82170c4c9f9a208428673215dea326b8be879 (diff) |
Email templates
Diffstat (limited to '.mbsyncrc')
-rw-r--r-- | .mbsyncrc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100644 index 0000000..4262714 --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,24 @@ +IMAPStore <user>@<host>-remote +Host mail.<host> +Port 993 +User <user>@<host> +PassCmd "pass mail" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore <user>@<host>-local +Subfolders Verbatim +Path ~/.local/share/mail/<user>@<host>/ +Inbox ~/.local/share/mail/<user>@<host>/INBOX + +Channel <user>@<host> +Expunge Both +Far :<user>@<host>-remote: +Near :<user>@<host>-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +### End profile ### |