Skip to content
Aurélien Ooms edited this page May 5, 2019 · 10 revisions

Install gmailieer

cd
cd .opt
git clone gh:gauteh/gmailieer
cd
ln -s ~/.opt/gmailieer/gmi .bin/gmi
plug ~/.opt/gmailieer/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