summaryrefslogtreecommitdiff
path: root/plugins/managesieve/tests/src/parser_notify_a
diff options
context:
space:
mode:
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}";
}