Skip to content
Aurélien Ooms edited this page Dec 1, 2019 · 10 revisions

Install lieer

cd
cd .opt
git clone gh:gauteh/lieer
cd
ln -s ~/.opt/lieer/gmi .bin/gmi
dotfiles plug ~/.opt/lieer/gmi # for automated updates with up -a

First sync

cd
cd .mail
notmuch new
gmi [--noauth_local_webserver] init aurelien.ooms@gmail.com
gmi set --ignore-tags-local new
while ! gmi pull -f; do echo retry; done

Auto sync

systemctl --user enable --now courriel
Clone this wiki locally