summaryrefslogtreecommitdiff
path: root/plugins/managesieve/tests/src/parser_notify_a
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-24 10:41:36 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-24 10:42:01 +0200
commite9651852654933b2c35fe5122609de17b9cb9e8c (patch)
tree4dbeb1f2fa20b502fd5e2132fbc5a6719ce48a4d /plugins/managesieve/tests/src/parser_notify_a
parent0f820efd6a046dfcc8fcdfe04df74b58a9b80127 (diff)
Fixed notify/enotify extension handling
Diffstat (limited to 'plugins/managesieve/tests/src/parser_notify_a')
-rw-r--r--plugins/managesieve/tests/src/parser_notify_a2
1 files changed, 1 insertions, 1 deletions
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}";
}