diff options
-rw-r--r-- | mail/dot-mbsyncrc.personal | 12 | ||||
-rw-r--r-- | packages/mail.scm | 1 |
2 files changed, 9 insertions, 4 deletions
diff --git a/mail/dot-mbsyncrc.personal b/mail/dot-mbsyncrc.personal index 1892863..721bed3 100644 --- a/mail/dot-mbsyncrc.personal +++ b/mail/dot-mbsyncrc.personal @@ -39,11 +39,12 @@ Expunge Both ############################################################################### # Personal IMAPAccount hi_pers -Host git.oscarnajera.com +Host mail.oscarnajera.com User hi@oscarnajera.com PassCmd "pass show Correos/mail.oscarnajera.com" AuthMechs LOGIN SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore hi_pers-remote Account hi_pers @@ -64,11 +65,12 @@ Expunge Both ############################################################################### # AMZbooks IMAPAccount kindle -Host git.oscarnajera.com +Host mail.oscarnajera.com User kindle@oscarnajera.com PassCmd "pass show Correos/kindle@oscarnajera.com" AuthMechs LOGIN SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore kindle-remote Account kindle @@ -89,11 +91,12 @@ Expunge Both ############################################################################### # Startup IMAPAccount delightfuldying -Host git.oscarnajera.com +Host mail.oscarnajera.com User oscar.najera@delightfuldying.com PassCmd "pass show WebSites/delightfuldying.com/mailbox/julie" AuthMechs LOGIN SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore dd-remote Account delightfuldying @@ -114,11 +117,12 @@ Expunge Both ############################################################################### # Startup IMAPAccount fallforward -Host git.oscarnajera.com +Host mail.oscarnajera.com User sarah@fallforward.space PassCmd "pass show WebSites/fallforward.space/mailbox/sarah" AuthMechs LOGIN SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore ff-remote Account fallforward diff --git a/packages/mail.scm b/packages/mail.scm index 91b398e..e25f628 100644 --- a/packages/mail.scm +++ b/packages/mail.scm @@ -9,5 +9,6 @@ ;; Email managing "isync" "notmuch" + "bogofilter" "vdirsyncer" "khard")) |