From d47c31a58748d6cfc52c893eaf39d5412cba1f84 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 5 Jul 2012 00:49:00 +0200 Subject: Properly quote the %(body)s and %(from)s used in the simple_notify plugin. --- doc/en/plugins/simple_notify.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/en/plugins/simple_notify.txt b/doc/en/plugins/simple_notify.txt index 5cadf941..b12e7525 100644 --- a/doc/en/plugins/simple_notify.txt +++ b/doc/en/plugins/simple_notify.txt @@ -20,9 +20,9 @@ command = notify-send -i /path/to/poezio/data/poezio_80.png "New message from %( [source,conf] --------------------------------------------------------------------- [simple_notify] -command = echo %{from}s\> %{body}s >> some.fifo +command = echo \\<%{from}s\\> %{body}s >> some.fifo delay = 3 -after_command echo = >> some.fifo +after_command = echo >> some.fifo --------------------------------------------------------------------- You can put any command, instead of these ones. You can also use the -- cgit v1.2.3