1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-27 07:35:16 +02:00

* mu4e.texi: update instruction for sauron

This commit is contained in:
djcb 2012-06-19 12:13:59 +03:00
parent 754eb2338e
commit 6da93c99ec

View File

@ -1629,10 +1629,11 @@ sauron-msg () {
fi fi
fi fi
if test -n "x$DBUS_SESSION_BUS_ADDRESS"; then if test -n "x$DBUS_SESSION_BUS_ADDRESS"; then
dbus-send --session \ dbus-send --session \
--dest="org.gnu.Emacs" \ --dest="org.gnu.Emacs" \
"/org/gnu/Emacs/Sauron" \ --type=method_call \
"org.gnu.Emacs.Sauron.AddMsgEvent" \ "/org/gnu/Emacs/Sauron" \
"org.gnu.Emacs.Sauron.AddMsgEvent" \
string:shell uint32:3 string:"$1" string:shell uint32:3 string:"$1"
fi fi
} }