aboutsummaryrefslogtreecommitdiffstats
path: root/doom-emacs/.config/mbsyncrc-example
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-07-25 23:00:30 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-07-25 23:01:42 +0300
commit48e0f10b9859d3510e6b458f4c6db7b401fd1b74 (patch)
tree6fea4b79a000ef67a4390f79a23c7ccff3ad9252 /doom-emacs/.config/mbsyncrc-example
parent349625340559e5c53b3c0664fa026a79113d3fc7 (diff)
downloaddotfiles-48e0f10b9859d3510e6b458f4c6db7b401fd1b74.tar.gz
dotfiles-48e0f10b9859d3510e6b458f4c6db7b401fd1b74.zip
add doom-emacs configs
just trying. probably my configs now are messy, but eventually they'll improve.
Diffstat (limited to 'doom-emacs/.config/mbsyncrc-example')
-rw-r--r--doom-emacs/.config/mbsyncrc-example72
1 files changed, 72 insertions, 0 deletions
diff --git a/doom-emacs/.config/mbsyncrc-example b/doom-emacs/.config/mbsyncrc-example
new file mode 100644
index 0000000..0dd98a3
--- /dev/null
+++ b/doom-emacs/.config/mbsyncrc-example
@@ -0,0 +1,72 @@
+IMAPAccount acct-1
+Host imap.example.com
+User acct-1@example.com
+PassCmd "gpg --quiet --decrypt ~/.password-store/acct-1.gpg"
+SSLType STARTTLS
+
+IMAPStore acct-1-remote
+Account acct-1
+
+MaildirStore acct-1-local
+Path ~/Documents/mail/acct-1/
+Inbox ~/Documents/mail/acct-1/INBOX
+SubFolders Verbatim
+
+Channel acct-1
+Far :acct-1-remote:
+Near :acct-1-local:
+Patterns * !Archives
+Create Both
+Expunge Both
+SyncState *
+
+# ============================
+
+IMAPAccount acct-2
+Host imap.gmail.com
+User acct-2@gmail.com
+PassCmd "gpg --quiet --decrypt ~/.password-store/self/acct-2.gpg"
+SSLType IMAPS
+
+IMAPStore acct-2-remote
+Account acct-2
+
+MaildirStore acct-2-local
+Path ~/Documents/mail/acct-2/
+Inbox ~/Documents/mail/acct-2/INBOX
+
+Channel acct-2-inbox
+Far :acct-2-remote:
+Near :acct-2-local:
+Patterns "INBOX"
+Create Both
+Expunge Both
+SyncState *
+
+Channel acct-2-trash
+Far :acct-2-remote:"[Gmail]/Bin"
+Near :acct-2-local:"[Gmail].Bin"
+Create Both
+Expunge Both
+SyncState *
+
+Channel acct-2-sent
+Far :acct-2-remote:"[Gmail]/Sent Mail"
+Near :acct-2-local:"[Gmail].Sent Mail"
+Create Both
+Expunge Both
+SyncState *
+
+Channel acct-2-starred
+Far :acct-2-remote:"[Gmail]/Starred"
+Near :acct-2-local:"[Gmail].Starred"
+Create Both
+Expunge Both
+SyncState *
+
+Group acct-2
+Channel acct-2-inbox
+Channel acct-2-sent
+Channel acct-2-trash
+Channel acct-2-all
+Channel acct-2-starred