ADD mbsync override script
This commit is contained in:
parent
0d17555500
commit
4aa2389cb0
|
@ -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" "$@"
|
Loading…
Reference in New Issue