summaryrefslogtreecommitdiff
path: root/home/dots/.local/bin/sync-mail
diff options
context:
space:
mode:
authorMarc Coquand <marc@coquand.email>2024-12-22 11:07:36 +0100
committerMarc Coquand <marc@coquand.email>2024-12-22 11:07:36 +0100
commit34f3845769670dc5799d60d5201ed8ca637968a5 (patch)
treeccdcc2c41c9f03407b077bf041dfa86b17226efd /home/dots/.local/bin/sync-mail
parenta17b6a8c552c44c4fde1927bc93c79100e85c4cd (diff)
downloadguix-34f3845769670dc5799d60d5201ed8ca637968a5.tar.gz
guix-34f3845769670dc5799d60d5201ed8ca637968a5.tar.bz2
guix-34f3845769670dc5799d60d5201ed8ca637968a5.zip
.
Diffstat (limited to '')
-rwxr-xr-xhome/dots/.local/bin/sync-mail7
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
+
+