]> git.marmaro.de Git - mmh/blobdiff - uip/send.c
If post/send fail, save the draft in dead.letter, the same as
[mmh] / uip / send.c
index 577abacd163804a47c678f76db00d93fef6ea8f5..6d075c1d6822eea35cca78a19a0142ed64f305ec 100755 (executable)
@@ -198,10 +198,10 @@ main (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [file] [switches]", invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case DRAFTSW: 
                    msgs[msgp++] = draft;