diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-09-18 15:53:05 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-09-18 15:53:05 +0200 |
commit | e7726312f751c710a0e6a69fbe9050c0e4e2cf66 (patch) | |
tree | e6a949568e25ecbc50f3258e21e628fbb17c119a /mail | |
parent | a3e317db5b03a9aaed8b70e0ba8e27c958cf2be4 (diff) | |
download | dotfiles-e7726312f751c710a0e6a69fbe9050c0e4e2cf66.tar.gz dotfiles-e7726312f751c710a0e6a69fbe9050c0e4e2cf66.tar.bz2 dotfiles-e7726312f751c710a0e6a69fbe9050c0e4e2cf66.zip |
email config
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dot-mbsyncrc.byteplant | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/dot-mbsyncrc.byteplant b/mail/dot-mbsyncrc.byteplant index e8b361f..274fba3 100644 --- a/mail/dot-mbsyncrc.byteplant +++ b/mail/dot-mbsyncrc.byteplant @@ -2,7 +2,7 @@ # byteplant IMAPAccount oscar Host imap.byteplant.com -User oscar@byteplant.com +User oscar PassCmd "pass show byteplant.com/imap" AuthMechs LOGIN SSLType IMAPS @@ -28,7 +28,7 @@ Expunge Both # byteplant IMAPAccount admin Host imap.byteplant.com -User admin@byteplant.com +User admin PassCmd "pass show byteplant.com/admin-email" AuthMechs LOGIN SSLType IMAPS @@ -45,7 +45,9 @@ SubFolders Verbatim Channel admin Far :admin-remote: Near :admin-local: -Patterns * +Patterns % !history +MaxMessages 1000 +Sync Pull Create Both SyncState * Expunge Both @@ -54,7 +56,7 @@ Expunge Both # byteplant IMAPAccount support Host imap.byteplant.com -User support@byteplant.com +User support PassCmd "pass show byteplant.com/support-email" AuthMechs LOGIN SSLType IMAPS |