summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/neomutt
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-08-31 13:15:52 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-08-31 13:15:52 +0800
commitd9bb2a64da21cd545d59ec21c82a702c32334661 (patch)
tree9c0912dd6c38a4cdd5e636892ac0128aec83b352 /home/xyz/.local/bin/neomutt
parent16887fd826b0f954493ed037adba444d21b833f5 (diff)
pp copy neomutt configs from insp
Diffstat (limited to 'home/xyz/.local/bin/neomutt')
-rwxr-xr-xhome/xyz/.local/bin/neomutt7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/neomutt b/home/xyz/.local/bin/neomutt
new file mode 100755
index 00000000..53d28ac5
--- /dev/null
+++ b/home/xyz/.local/bin/neomutt
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# neomutt shutdown-hook is buggy with mbsync, so I decided to use a wrapper script instead
+# more see neomuttrc and vq bug notes
+mbsync -a
+/usr/bin/neomutt "$@"
+mbsync -a