From 34f3845769670dc5799d60d5201ed8ca637968a5 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 22 Dec 2024 11:07:36 +0100 Subject: . --- home/dots/.local/bin/sync-mail | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 home/dots/.local/bin/sync-mail (limited to 'home/dots/.local') 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 + + -- cgit v1.2.3