summaryrefslogtreecommitdiff
path: root/.mbsyncrc
diff options
context:
space:
mode:
authortsxv478 <atci39@rambler.ru>2024-06-19 07:57:46 +0300
committertsxv478 <atci39@rambler.ru>2024-06-19 07:57:46 +0300
commit41effffb3b46f1cc76ae800768c623b347e2f0a7 (patch)
treed659a082eabe925cec3a8d026ea1aeee39427525 /.mbsyncrc
parentb6a82170c4c9f9a208428673215dea326b8be879 (diff)
Email templates
Diffstat (limited to '.mbsyncrc')
-rw-r--r--.mbsyncrc24
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 ###