System/scripts/update-mu4e.sh

4 lines
106 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
# Tell emacs to update mu4e
2023-02-15 19:27:29 -05:00
emacsclient --eval "(mu4e-update-mail-and-index)" || true