summaryrefslogtreecommitdiff
path: root/share/mbsync-temp
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-02-13 17:24:03 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-02-13 17:24:03 -0500
commit37ba3b7b8d6c7e092e1744bf596bb89087d0e7be (patch)
tree9b3e4ad62fa87a1064d9e236c89ff5c40c9a6fdb /share/mbsync-temp
parent234be769e84da9b56181229b18d7dfbe5ac3a0ac (diff)
use template files
Diffstat (limited to 'share/mbsync-temp')
-rw-r--r--share/mbsync-temp24
1 files changed, 24 insertions, 0 deletions
diff --git a/share/mbsync-temp b/share/mbsync-temp
new file mode 100644
index 0000000..46cd51b
--- /dev/null
+++ b/share/mbsync-temp
@@ -0,0 +1,24 @@
+IMAPStore $fulladdr-remote
+Host $imap
+Port $iport
+User $login
+PassCmd "pass $passprefix$fulladdr"
+AuthMechs LOGIN
+SSLType $imapssl
+CertificateFile $sslcert
+
+MaildirStore $fulladdr-local
+Subfolders Verbatim
+Path $maildir/$fulladdr/
+Inbox $maildir/$fulladdr/INBOX
+
+Channel $fulladdr
+Expunge Both
+$master :$fulladdr-remote:
+$slave :$fulladdr-local:
+Patterns * !"[Gmail]/All Mail"
+Create Both
+SyncState *
+MaxMessages $maxmes
+ExpireUnread no
+# End profile