blob: c6b7dc64af892bb90dac0ae416cdd88f7d42a4d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require ["enotify"];
if notify_method_capability
"xmpp:tim@example.com?message;subject=SIEVE"
"Online"
"yes" {
notify :importance "1" :message "You got mail"
"xmpp:tim@example.com?message;subject=SIEVE";
} else {
notify :message "You got mail" "tel:+14085551212";
}
|