Replace neomutt with mu4e

This commit is contained in:
2022-09-18 20:27:08 +02:00
parent 4c3a9c65ee
commit 34558df58c
20 changed files with 19 additions and 1431 deletions

View File

@@ -6,4 +6,8 @@ if [ $# -lt 1 ]; then
fi
mbsync "$1"
notmuch new
if pgrep -f 'mu server'; then
emacsclient -e '(mu4e-update-index)'
else
mu index --lazy-check
fi