aboutsummaryrefslogtreecommitdiff
path: root/.mbsyncrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-01-28 10:50:04 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2021-01-28 10:50:04 +0100
commit035c2cef036d16bb713a3a9dcb796c4077b98c42 (patch)
tree94ab148e58b074c346d3c3284aacb70a4506a399 /.mbsyncrc
parentdb68e5fa11953db3a4df05cbb59cb845e0f4a59e (diff)
downloaddotfiles-035c2cef036d16bb713a3a9dcb796c4077b98c42.tar.gz
dotfiles-035c2cef036d16bb713a3a9dcb796c4077b98c42.zip
emacs: added a new email account
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.mbsyncrc')
-rw-r--r--.mbsyncrc29
1 files changed, 29 insertions, 0 deletions
diff --git a/.mbsyncrc b/.mbsyncrc
index f6678a7..01ae168 100644
--- a/.mbsyncrc
+++ b/.mbsyncrc
@@ -145,4 +145,33 @@ Patterns * !Calendar
Create Both
Sync All
Expunge Both
+SyncState *
+
+##
+# cgtsuse.org
+
+IMAPAccount cgtsuse
+Host cgtsuse.org
+User msabate@cgtsuse.org
+PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mbsyncpasssusede.gpg"
+SSLType IMAPS
+AuthMechs Login
+CertificateFile /etc/ssl/ca-bundle.pem
+Timeout 0
+
+IMAPStore cgtsuse-remote
+Account cgtsuse
+
+MaildirStore cgtsuse-local
+Path ~/.mail/cgtsuse/
+Inbox ~/.mail/cgtsuse/inbox
+SubFolders Verbatim
+
+Channel cgtsuse
+Master :cgtsuse-remote:
+Slave :cgtsuse-local:
+Patterns * !Calendar
+Create Both
+Sync All
+Expunge Both
SyncState * \ No newline at end of file