ADD mbsync override script

This commit is contained in:
Nathan Dwarshuis 2024-03-14 21:33:59 -04:00
parent 0d17555500
commit 4aa2389cb0
1 changed files with 10 additions and 0 deletions

10
bin/mbsync Executable file
View File

@ -0,0 +1,10 @@
#! /bin/sh
rcpath=$XDG_CONFIG_HOME/emacs/local/lib/mu4e/mbsyncrc
if [ ! -f $rcpath ]; then
echo "mbsyncrc does not exist"
exit 1
fi
/usr/bin/mbsync -c "$rcpath" "$@"