diff options
| author | Andrew <saintruler@gmail.com> | 2021-05-17 17:34:20 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-05-17 17:34:20 +0400 |
| commit | 7044d9611cc44ebb61838d7eb06f7833ba183977 (patch) | |
| tree | 295c19e4b05312810f23b225ae0c9cc57b2924dd /.config/isync | |
| parent | d963285b69e05530e7bf873d16ab4e5dee92fb78 (diff) | |
Added neomutt and isync configs, changed terminal to alacritty, changed color scheme of rofi
Diffstat (limited to '.config/isync')
| -rw-r--r-- | .config/isync/mbsyncrc | 22 |
1 files changed, 22 insertions, 0 deletions
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 * |