System/scripts/update-mu4e.sh

6 lines
134 B
Bash
Executable File

#!/usr/bin/env bash
# Turn on the guard rails
set -exou pipefail
# Tell emacs to update mu4e
emacsclient --eval "(mu4e-update-index)"