System/scripts/update-mu4e.sh

6 lines
134 B
Bash
Raw Normal View History

2022-07-05 19:57:35 -04:00
#!/usr/bin/env bash
2022-07-06 01:15:21 -04:00
# Turn on the guard rails
set -exou pipefail
# Tell emacs to update mu4e
emacsclient --eval "(mu4e-update-index)"