Created attachment 3913 fix format string errors Hey, there's a number of format string errors in mailwatch plugin, which can be detected when building with -Werror=format-security. I'm not too sure they can be exploited, but the attached patch fix them anyway.
Fixed. Now, the plugin builds sucessfully with "-Wformat -Werror=format-security".