anno: Fixed test for intermixture of file and msgs/folder.
[mmh] / uip / anno.c
index fe0d65f..34d301b 100644 (file)
@@ -188,7 +188,7 @@ main(int argc, char **argv)
                }
        }
 
-       if (file && (folder || !msgs.size)) {
+       if (file && (folder || msgs.size)) {
                adios(NULL, "Don't intermix files and messages.");
        }
        if (!datesw && !text) {