Changed msg_style and msg_delim to be file static to m_getfld.c
[mmh] / uip / mhpath.c
index 23ca542..bb77996 100644 (file)
@@ -55,10 +55,10 @@ main(int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
            }
        }
        if (*cp == '+' || *cp == '@') {