summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/neomutt
blob: 53d28ac55f2067d6839cc6cb835d2f393e01ba7d (plain)
1
2
3
4
5
6
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