System/scripts/update-mu4e.sh

4 lines
97 B
Bash
Executable File

#!/usr/bin/env bash
# Tell emacs to update mu4e
emacsclient --eval "(mu4e-update-index)" || true