dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 819d48238934fcba0e229b106057c5239c7ed6cb (patch)
parent 53ec60fda1b31fda660593246438f0aa1519aed4
Author: Alex Karle <alex@karle.co>
Date:   Wed,  4 Mar 2020 23:17:42 -0500

mbsync: add basic personal email config

I've been piloting mbsync over offlineimap after hearing that it was
both faster and more efficient. My expectations have been exceeded!

Diffstat:
Minstall.sh | 2+-
Ambsync/mbsyncrc | 23+++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -43,7 +43,7 @@ for d in mutt offlineimap git nvim; do done # Traditional dotfiles -for d in bash tmux gdb X11 sh vi; do +for d in bash tmux gdb X11 sh vi mbsync; do for f in $DOTFILES/$d/*; do try_ln $f $HOME/.`basename $f` done diff --git a/mbsync/mbsyncrc b/mbsync/mbsyncrc @@ -0,0 +1,23 @@ +# mbsyncrc -- see `man mbsync` +IMAPAccount karleco +User alex@karle.co +Host imap.fastmail.com +SSLType IMAPS +PassCmd "+pash show mail/karleco" + +IMAPStore karleco-fastmail +Account karleco + +MaildirStore karleco-local +Path ~/mail/karleco/ +Inbox ~/mail/karleco/INBOX +Flatten . + +Channel karleco +Master :karleco-fastmail: +Slave :karleco-local: +Patterns * +SyncState * +Sync All +Create Both +CopyArrivalDate yes