]> diplodocus.org Git - nmh/blobdiff - uip/mhstore.c
Changed -header-field to -headerfield. And refer to its argument
[nmh] / uip / mhstore.c
index 7814dd276d6516f09088e15b3d56f97c44ab5cc8..e491dd9038748139abd6df294f04233db6b510e4 100644 (file)
@@ -145,10 +145,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);
 
            case AUTOSW:
                autosw++;
@@ -231,8 +231,6 @@ do_cache:
     parts[npart] = NULL;
     types[ntype] = NULL;
 
-    set_endian ();
-
     /*
      * Check if we've specified an additional profile
      */