diff options
author | Marc Coquand <marc@coquand.email> | 2024-12-22 11:07:36 +0100 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-12-22 11:07:36 +0100 |
commit | 34f3845769670dc5799d60d5201ed8ca637968a5 (patch) | |
tree | ccdcc2c41c9f03407b077bf041dfa86b17226efd /home/dots/.local/bin/sync-mail | |
parent | a17b6a8c552c44c4fde1927bc93c79100e85c4cd (diff) | |
download | guix-34f3845769670dc5799d60d5201ed8ca637968a5.tar.gz guix-34f3845769670dc5799d60d5201ed8ca637968a5.tar.bz2 guix-34f3845769670dc5799d60d5201ed8ca637968a5.zip |
.
Diffstat (limited to '')
-rwxr-xr-x | home/dots/.local/bin/sync-mail | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/dots/.local/bin/sync-mail b/home/dots/.local/bin/sync-mail new file mode 100755 index 0000000..575d849 --- /dev/null +++ b/home/dots/.local/bin/sync-mail @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -e +#sh ~/mail/.notmuch/hooks/pre-sync +mbsync -a +notmuch new + + |