From f22de58087df469615ed1f24aaed54f8a4309237 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 24 Apr 2014 10:41:36 +0200 Subject: Fixed notify/enotify extension handling --- plugins/managesieve/tests/src/parser_notify_a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/managesieve/tests/src/parser_notify_a') diff --git a/plugins/managesieve/tests/src/parser_notify_a b/plugins/managesieve/tests/src/parser_notify_a index f1a57540e..e51e2aa8d 100644 --- a/plugins/managesieve/tests/src/parser_notify_a +++ b/plugins/managesieve/tests/src/parser_notify_a @@ -14,5 +14,5 @@ if header :matches "Subject" "*" if header :matches "From" "*" { set "from" "${1}"; - notify :high :message "${from}: ${subject}" :method "mailto:test@example.org"; + notify :high :method "mailto" :options "test@example.org" :message "${from}: ${subject}"; } -- cgit v1.2.3