diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2020-12-05 14:05:40 +0100 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2020-12-05 14:05:40 +0100 |
commit | 37c70457c527bb467b6751924f06a249bddb0e00 (patch) | |
tree | c1168cae2c66f36596ce83fcb9d732dfb19876cb /mail | |
parent | 036885d619efa76e20d3c64bfb751aa3ac68adcb (diff) | |
download | dotfiles-37c70457c527bb467b6751924f06a249bddb0e00.tar.gz dotfiles-37c70457c527bb467b6751924f06a249bddb0e00.tar.bz2 dotfiles-37c70457c527bb467b6751924f06a249bddb0e00.zip |
Setting up mail config files for personal and employer setups
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dot-mbsyncrc.personal (renamed from mail/dot-mbsyncrc) | 1 | ||||
-rw-r--r-- | mail/dot-mbsyncrc.work | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/mail/dot-mbsyncrc b/mail/dot-mbsyncrc.personal index 3e3e7d6..6c3be07 100644 --- a/mail/dot-mbsyncrc +++ b/mail/dot-mbsyncrc.personal @@ -135,6 +135,7 @@ Patterns * Create Both SyncState * Expunge Both + # Local Variables: # mode: conf-unix # End: diff --git a/mail/dot-mbsyncrc.work b/mail/dot-mbsyncrc.work new file mode 100644 index 0000000..3dc9bf2 --- /dev/null +++ b/mail/dot-mbsyncrc.work @@ -0,0 +1,28 @@ +############################################################################### +# Work +IMAPAccount work +Host mx.tribe29.com +User on +PassCmd "pass show Correos/mx.tribe29.com" +AuthMechs LOGIN +SSLType IMAPS + +IMAPStore work-remote +Account work + +MaildirStore work-local +Path ~/.mail/work/ +Inbox ~/.mail/work/Inbox +SubFolders Verbatim + +Channel work +Master :work-remote: +Slave :work-local: +Patterns * +Create Both +SyncState * +Expunge Both + +# Local Variables: +# mode: conf-unix +# End: |