From 7044d9611cc44ebb61838d7eb06f7833ba183977 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 17 May 2021 17:34:20 +0400 Subject: Added neomutt and isync configs, changed terminal to alacritty, changed color scheme of rofi --- .config/isync/mbsyncrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/isync/mbsyncrc (limited to '.config/isync/mbsyncrc') diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc new file mode 100644 index 0000000..d30185b --- /dev/null +++ b/.config/isync/mbsyncrc @@ -0,0 +1,22 @@ +IMAPAccount gmail +Host imap.gmail.com +UserCmd "pass Services/mail/gmail1/login" +PassCmd "pass Services/mail/gmail1/password" +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +IMAPStore gmail-remote +Account gmail + +MaildirStore gmail-local +SubFolders Verbatim +Path ~/mail/gmail/ +Inbox ~/mail/gmail/Inbox + +Channel gmail +Far :gmail-remote: +Near :gmail-local: +Patterns * +Create Both +Expunge Both +SyncState * -- cgit v1.2.3