sync 099claws
[claws.git] / src / plugins / clamav / clamav_plugin.c
index ba4aed85d95c3b01401c863ef1ead6d9072443cd..5d96c1fc8657d7f4d31921add8de28386e2e36e4 100644 (file)
@@ -113,6 +113,7 @@ static gboolean mail_filtering_hook(gpointer source, gpointer data)
        if (!mimeinfo) return FALSE;
 
        debug_print("Scanning message %d for viruses\n", msginfo->msgnum);
+       statusbar_print_all(_("ClamAV: scanning message..."));
 
        params.is_infected = FALSE;
        params.root = NULL;