# HG changeset patch # User Guido Berhoerster # Date 1426532652 -3600 # Node ID 6440ba6e3466a9aea492a265402e90db847043da # Parent fd2e275436a4d6a8750847d228cde85ffeae7ad1 Do not print a warning if an empty notification is skipped diff -r fd2e275436a4 -r 6440ba6e3466 main.c --- a/main.c Mon Mar 16 19:58:21 2015 +0100 +++ b/main.c Mon Mar 16 20:04:12 2015 +0100 @@ -166,6 +166,7 @@ */ if ((strlen(body) == 0) || !g_regex_match_simple("[^[:space:][:cntrl:]]", body, 0, 0)) { + retval = TRUE; goto out; }