diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-31 13:15:52 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-31 13:15:52 +0800 |
commit | d9bb2a64da21cd545d59ec21c82a702c32334661 (patch) | |
tree | 9c0912dd6c38a4cdd5e636892ac0128aec83b352 /home/xyz/.local | |
parent | 16887fd826b0f954493ed037adba444d21b833f5 (diff) |
pp copy neomutt configs from insp
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/neomutt | 7 |
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 |