summaryrefslogtreecommitdiff
path: root/plugins/managesieve/tests/src/parser_notify_b
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:56 +0200
commitf22de58087df469615ed1f24aaed54f8a4309237 (patch)
tree49c2241edbd24c2e37f4fffd4908c1c6ae398694 /plugins/managesieve/tests/src/parser_notify_b
parentf0405b4bae247b7dfe30a870fdccb5cb0f25d76e (diff)
Fixed notify/enotify extension handling
Diffstat (limited to 'plugins/managesieve/tests/src/parser_notify_b')
-rw-r--r--plugins/managesieve/tests/src/parser_notify_b2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/tests/src/parser_notify_b b/plugins/managesieve/tests/src/parser_notify_b
index ab90ed48c..f942e155f 100644
--- a/plugins/managesieve/tests/src/parser_notify_b
+++ b/plugins/managesieve/tests/src/parser_notify_b
@@ -13,5 +13,5 @@ if header :matches "Subject" "*"
if address :matches "from" "*"
{
set "from_addr" "${1}";
- notify :message "${from_addr}${env_from}: ${subject}" :method "sms:1234567890";
+ notify :method "sms" :options "1234567890" :message "${from_addr}${env_from}: ${subject}";
}