]> git.marmaro.de Git - mmh/commitdiff
Changed exit status of each nmh command's -version and -help switches
authorDavid Levine <levinedl@acm.org>
Thu, 7 Jun 2012 02:08:53 +0000 (21:08 -0500)
committerDavid Levine <levinedl@acm.org>
Thu, 7 Jun 2012 02:08:53 +0000 (21:08 -0500)
from 1 to 0.

52 files changed:
docs/pending-release-notes
test/mhparam/test-mhparam
test/mhpath/test-mhpath
uip/ali.c
uip/anno.c
uip/ap.c
uip/burst.c
uip/comp.c
uip/conflict.c
uip/dist.c
uip/dp.c
uip/flist.c
uip/fmtdump.c
uip/folder.c
uip/forw.c
uip/inc.c
uip/install-mh.c
uip/mark.c
uip/mhbuild.c
uip/mhlist.c
uip/mhlsbr.c
uip/mhmail.c
uip/mhn.c
uip/mhparam.c
uip/mhpath.c
uip/mhshow.c
uip/mhstore.c
uip/mhtest.c
uip/msgchk.c
uip/msh.c
uip/new.c
uip/packf.c
uip/pick.c
uip/post.c
uip/prompter.c
uip/rcvdist.c
uip/rcvpack.c
uip/rcvstore.c
uip/rcvtty.c
uip/refile.c
uip/repl.c
uip/rmf.c
uip/rmm.c
uip/scan.c
uip/send.c
uip/show.c
uip/slocal.c
uip/sortm.c
uip/spost.c
uip/viamail.c
uip/whatnowsbr.c
uip/whom.c

index 226d1fb95e3c34681d0032228304a1dd20e36f8f..825f992eb4bdefce8d91ab1e70b55e554aaf163b 100644 (file)
@@ -1,2 +1,6 @@
 Things to add to the release notes for the next full release:
 
+Backward incompatibilities:
+-- Changed exit status of each nmh command's -version and -help
+   switches from 1 to 0.
+
index 573020e36cb2b932790db84495996fbe783ed160..bdab7155fc592740faed242e19236160798442f7 100755 (executable)
@@ -31,20 +31,17 @@ Usage: mhparam [profile-components] [switches]
   -version
   -help
 EOF
-# The exit status is 1 with -help, so temporarily disable -e.
-set +e
+
+# check -help
 mhparam -help >$actual 2>&1
-set -e
 check $expected $actual
 
-# check -version, which returns non-zero exit status
-set +e
+# check -version
 case `mhparam -v` in
   mhparam\ --*) ;;
   *           ) echo "$0: mhparam -v generated unexpected output" 1>&2
                 failed=`expr ${failed:-0} + 1`;;
 esac
-set -e
 
 # check unknown option
 run_test 'mhparam -nonexistent' 'mhparam: -nonexistent unknown'
index 84f14e2b08c65945596cd6d5913410524009d91e..9bb1207acaf80fc8ebb89fe6d764b5c1a08f4010 100755 (executable)
@@ -27,20 +27,17 @@ Usage: mhpath [+folder] [msgs] [switches]
   -version
   -help
 EOF
-# The exit status is 1 with -help, so temporarily disable -e.
-set +e
+
+# check -help
 mhpath -help > $actual 2>&1
-set -e
 check $expected $actual
 
-# check -version, which returns non-zero exit status
-set +e
+# check -version
 case `mhpath -v` in
   mhpath\ --*) ;;
   *          ) echo "$0: mhpath -v generated unexpected output" 1>&2
                failed=`expr ${failed:-0} + 1`;;
 esac
-set -e
 
 # check +
 run_test "mhpath +" "$MH_TEST_DIR/Mail"
index 41f92a6ead47fe6de0bea62ae6221dd7e5abf0dd..61ab6b214f7f42a218f5ee8c30eaa53728196eb0 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -87,10 +87,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [switches] aliases ...",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version (invo_name);
-                   done (1);
+                   done (0);
 
                case ALIASW: 
                    if (!(cp = *argp++) || *cp == '-')
index ab15a4a0e20ebd1c226ed13459169c4df48649a3..24726d7f458795b7c11c7c5bc666bcce1d6ae153 100644 (file)
@@ -128,10 +128,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 COMPSW:
                    if (comp)
index b0934fbcebbb035a1f3c54825fb38b4b0451b816..b5b0c5b99c1631167b4303a4f48c28ed31b36660 100644 (file)
--- a/uip/ap.c
+++ b/uip/ap.c
@@ -82,10 +82,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [switches] addrs ...",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version (invo_name);
-                   done (1);
+                   done (0);
 
                case FORMSW: 
                    if (!(form = *argp++) || *form == '-')
index 980972e698a97ec9c8791c1c616bff75b93ddae3..6316e136ab638d5bd12e46fcb37193441a0f37bf 100644 (file)
@@ -86,10 +86,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 INPLSW: 
                inplace++;
index 7c72c7c436c2bd08cc89fad9f373209495a1c4cb..29ca1b77d0dad824ad6cad078031dc66b3281362 100644 (file)
@@ -119,10 +119,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [+folder] [msg] [switches]",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case EDITRSW: 
                    if (!(ed = *argp++) || *ed == '-')
index a3bd1d7bbf6fd8cca8412ceeaf7aa7931edb0d4e..2324c650a4eabab9672695835eb29b491a1dfc4c 100644 (file)
@@ -92,10 +92,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [switches] [aliasfiles ...]",
                        invo_name);
                    print_help (buf, switches, 0);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case MAILSW: 
                    if (!(cp = *argp++) || *cp == '-')
index 39fb07b1c2d52982e58f8d76b3dc70b14cd99795..40732dceb0beac9cecd0680c3d6e10630e6fd5bc 100644 (file)
@@ -122,10 +122,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [+folder] [msg] [switches]",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case ANNOSW: 
                    anot++;
index 4e9c5cb8ba78080b0f72f91afb2a3b00d0ba0516..a66beed827644763d04cb46572cedef496b1c6ed 100644 (file)
--- a/uip/dp.c
+++ b/uip/dp.c
@@ -74,10 +74,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [switches] dates ...",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case FORMSW: 
                    if (!(form = *argp++) || *form == '-')
index 8d8b92e1750dd60fb0b0ebb04a791b6fc962b48f..b4aff9cd3882a980003487950ae1562513d8ccb8 100644 (file)
@@ -165,10 +165,10 @@ main(int argc, char **argv)
                snprintf(buf, sizeof(buf), "%s [+folder1 [+folder2 ...]][switches]",
                        invo_name);
                print_help(buf, switches, 1);
-               done(1);
+               done(0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
 
            case SEQSW:
                if (!(cp = *argp++) || *cp == '-')
index 26a6e58cd80ba7138cfa3538316e41acf49bc8d9..0b3283d21ffb3d68021e551cd44888f0ca81bfa8 100644 (file)
@@ -72,10 +72,10 @@ main (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [switches]", invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case FORMSW: 
                    if (!(form = *argp++) || *form == '-')
index 0676bea06314b0c3d9cb92e34983a38a9c70bd04..aea20f4a96176905cc55c649aee69ef94f1cd906 100644 (file)
@@ -151,10 +151,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [+folder] [msg] [switches]",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case ALLSW: 
                    all = 1;
index cd51fd1925c99c9aeb4047072850d352580c2792..a04ebd6f9b9a4713f1c46aa81035f976541361f7 100644 (file)
@@ -167,10 +167,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 ANNOSW: 
                    anot++;
index edb288f135689d4d9b8994dab94ad7868d0cc5ac..15aef0e8a986ee70e6d7381cfe1ebd0bac1bb88a 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -260,10 +260,10 @@ main (int argc, char **argv)
            case HELPSW: 
                snprintf (buf, sizeof(buf), "%s [+folder] [switches]", invo_name);
                print_help (buf, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
 
            case AUDSW: 
                if (!(cp = *argp++) || *cp == '-')
index c4847711fbd1796817a069f9ac3da5995c3c4b83..2cf9081c7a78b03675df212a2219abecb21dc538 100644 (file)
@@ -61,10 +61,10 @@ main (int argc, char **argv)
                case HELPSW:
                    snprintf (buf, sizeof(buf), "%s [switches]", invo_name);
                    print_help (buf, switches, 0);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case AUTOSW:
                    autof++;
index 6ffc2b1a60d28ab6a3f69ac4bf0c85887a608a22..22a12ee3588aa7282ff4482af37a7d97dc82dff9 100644 (file)
@@ -84,10 +84,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 ADDSW: 
                addsw++;
index 020512d77111f421ece58af480b2dde5e8eef759..c612fc5521f82841a3b86c5cb9537c319e92971b 100644 (file)
@@ -157,10 +157,10 @@ main (int argc, char **argv)
            case HELPSW: 
                snprintf (buf, sizeof(buf), "%s [switches] file", invo_name);
                print_help (buf, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
 
            case RCACHESW:
                icachesw = &rcachesw;
index 312705ad35178ab4850758a08e7a9b663fc0b886..72b91d1dff4249acbb82f61a4201a400481cceac 100644 (file)
@@ -151,10 +151,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 RCACHESW:
                icachesw = &rcachesw;
index df0a223b37d0e98607e0426526936179fbb9fbed..36e78d3f322ead751d38f696f06bec259437eb8a 100644 (file)
@@ -370,10 +370,10 @@ mhl (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [switches] [files ...]", invo_name);
                    print_help (buf, mhlswitches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case BELLSW: 
                    bellflg = 1;
index f5e5384adcc45248c9faf30a87d367cf0523ffe7..76e9e80095a8383c650ae175d0fcb2c34aa593b6 100644 (file)
@@ -84,10 +84,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [addrs ... [switches]]",
                        invo_name);
                    print_help (buf, switches, 0);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case FROMSW: 
                    if (!(from = *argp++) || *from == '-')
index 3d8801eec3753e17181837bd7fd2ca9a30c8ac89..d8826a120870bfa26de2c658baeffe2b2fffe643 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -240,10 +240,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++;
index 90d17fa2df2b502d99cb319c4d4f52b1758cbb42..9e6e05c8da92cadcd5408427727d3ede45ea6ed0 100644 (file)
@@ -107,10 +107,10 @@ main(int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [profile-components] [switches]",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case COMPSW:
                    components = 1;
index 23ca5428582556902a7b7c739b0dd350f21c6a26..bb77996cfa4456bc612bf10b75743c2caff4ddd4 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 == '@') {
index 0d396b43e12ce7738bf9c40b693fba611ccc4741..3db6abdb34cb1f13ce66523161a191946a11b785 100644 (file)
@@ -167,10 +167,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 RCACHESW:
                icachesw = &rcachesw;
index 7814dd276d6516f09088e15b3d56f97c44ab5cc8..41e62c7d863c90a57bfdfbddc67a4988e84c602c 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++;
index e5c4545dcea710bea5e890c2a75f773644b57526..caaf7af82d097eab599b0bb8eb37b7c516e928b1 100644 (file)
@@ -147,10 +147,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 RCACHESW:
                icachesw = &rcachesw;
index 4cfb5988206662f45f76f3bc6aafe71c15bcb97c..43ca792fe522d7acc81bfad920501a7f46da8f24 100644 (file)
@@ -122,10 +122,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [switches] [users ...]",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case DATESW:
                    datesw++;
index 03584f6d3119eb5b538482c476a7dd729f6d409f..b3aa3a107aec077ce57472d8c129851b197ccdca 100644 (file)
--- a/uip/msh.c
+++ b/uip/msh.c
@@ -235,10 +235,10 @@ main (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [switches] file", invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case IDSW: 
                    if (!(cp = *argp++) || *cp == '-')
index 38c8f0b0329799f8642597104217b145e618ae24..10854dc98ea5a4ec800248152cd41d6163520479 100644 (file)
--- a/uip/new.c
+++ b/uip/new.c
@@ -438,10 +438,10 @@ main(int argc, char **argv)
                snprintf (help, sizeof(help), "%s [switches] [sequences]",
                          invo_name);
                print_help (help, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
 
            case FOLDERSSW:
                if (!(folders = *argp++) || *folders == '-')
index c3654409c5b9e609bcce88344c9e832660bf54cb..cd003dd78824bfa7ec1dc496625eeec84ed3bf1c 100644 (file)
@@ -75,10 +75,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 FILESW: 
                    if (file)
index bd17c4551096b5f85ca0032f3322201fec545eaf..fb631112f09b2f645055b1e8e6c2767ef113fca4 100644 (file)
@@ -113,11 +113,11 @@ main (int argc, char **argv)
                          invo_name);
                print_help (buf, switches, 1);
                listsw = 0;     /* HACK */
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
                listsw = 0;     /* HACK */
-               done (1);
+               done (0);
 
            case CCSW: 
            case DATESW: 
index c9b4c05162c323ea40242e6f98909e55135afa88..11162996fe422cb2089e85b26ffe3132317a34c0 100644 (file)
@@ -343,10 +343,10 @@ main (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [switches] file", invo_name);
                    print_help (buf, switches, 0);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case LIBSW:
                    if (!(cp = *argp++) || *cp == '-')
index 981e8201b4f378a9e97383e9a03dd07e3f7a273a..795e4724d4966061c274ef7423606896a15ad555 100644 (file)
@@ -109,10 +109,10 @@ main (int argc, char **argv)
                    snprintf (buffer, sizeof(buffer), "%s [switches] file",
                        invo_name);
                    print_help (buffer, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case ERASESW: 
                    if (!(erasep = *argp++) || *erasep == '-')
index edbf65fffc19deacbe5394f6a2d5dda9cc8712d2..8ff0365bd6b904fbccfbad319ed7d28d7912bbf5 100644 (file)
@@ -74,10 +74,10 @@ main (int argc, char **argv)
                        "%s [switches] [switches for postproc] address ...",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case FORMSW: 
                    if (!(form = *argp++) || *form == '-')
index 0b4dc9fcc28d392de7c3495a2c405d08e6e00ba2..f9e5bbb62c1e54e022e9ea0c69b8f7673a084784 100644 (file)
@@ -63,10 +63,10 @@ main (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [switches] file", invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case MBOXSW:
                    mbx_style = MBOX_FORMAT;
index 57091b4ad2449065d2b116fe29627264e99e320d..acf54beb237bc8e779e00f258bbf711516942463 100644 (file)
@@ -88,10 +88,10 @@ main (int argc, char **argv)
                snprintf (buf, sizeof(buf), "%s [+folder] [switches]",
                          invo_name);
                print_help (buf, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
 
            case SEQSW: 
                if (!(cp = *argp++) || *cp == '-')
index 63a97b9a9294a4a6b40ed95fc89c8eaf16a2b9bd..29f2dd9d639845cbdfaef1d1ece030ede7e43299 100644 (file)
@@ -109,10 +109,10 @@ main (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [command ...]", invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case BIFFSW:
                    biff = 1;
index 25f762996e163a19bf16e7fe34f5c80808c2f36b..2bd12ed837f80cad03850eacf948d7fc30f2b679 100644 (file)
@@ -100,10 +100,10 @@ main (int argc, char **argv)
                snprintf (buf, sizeof(buf), "%s [msgs] [switches] +folder ...",
                          invo_name);
                print_help (buf, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
 
            case LINKSW: 
                linkf++;
index 07f25a89fcb2051d7f725b021b1ec190fd2709ab..c387da7571c0b79ce2ca1f8f716212c1f9489390 100644 (file)
@@ -181,7 +181,7 @@ main (int argc, char **argv)
                    done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case GROUPSW:
                    groupreply++;
index 5631f785ebfb129db4333e5bf910a27447f7a8c6..c9a04f55eb636121047d872de3e019079acc0608 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -59,10 +59,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [+folder] [switches]",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case INTRSW: 
                    interactive = 1;
index 7680008d196ca4b24c1764ac4a8f999c14e811a5..28c26fb4703a047e78f1e89506bdf28028bf5f29 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -58,10 +58,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 UNLINKSW:
                unlink_msgs++;
index 077f824a2ba814f67d19b39549edfef056846e22..f49aa60fe7e8a30a52ef110d7bb1f600102a814f 100644 (file)
@@ -99,10 +99,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 CLRSW: 
                    clearflag++;
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;
index 8e581e777959f83e8fab3e51059f2fc302b5384e..ad9b1233816a5f8c430e869230c89a05c636c9f9 100644 (file)
@@ -105,10 +105,10 @@ main (int argc, char **argv)
                        "%s [+folder] %s[switches] [switches for showproc]",
                        invo_name, mode == SHOW ? "[msgs] ": "");
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case DRFTSW: 
                    if (file)
index cc3c8727c15dca04bed8015623939d072b45e565..80620a7a95f52878a9eebfad79d09148402d776b 100644 (file)
@@ -225,10 +225,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf),
                        "%s [switches] [address info sender]", invo_name);
                    print_help (buf, switches, 0);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case ADDRSW: 
                    if (!(addr = *argp++))/* allow -xyz arguments */
index 9e8da9f6227d3fbed516da4fac74d0e484d6622b..607a7c27e832d600dce26f443a937669404ceb47 100644 (file)
@@ -103,10 +103,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 DATESW:
                if (datesw)
index 4133f866ef0640a6398cb0d4d3f4f4aaedf3bbf2..fef583e52b57de345769ac3a37437d5b490bb07e 100644 (file)
@@ -224,10 +224,10 @@ main (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [switches] file", invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case DEBUGSW: 
                    debug++;
index 12412c74709f3c383fdced8bc857927c8f55b7cc..6e47ea53ea12f2c1d91294dd7d981cc237446208 100644 (file)
@@ -91,10 +91,10 @@ main (int argc, char **argv)
            case HELPSW: 
                snprintf (buf, sizeof(buf), "%s [switches]", invo_name);
                print_help (buf, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
     
            case TOSW:
                if (!(f1 = *argp++))
index ddfc998ce3633d4d77f122ad0de845ed81887340..bb1e6b4aafba17ced1ccaa865e94800294c23b58 100644 (file)
@@ -176,10 +176,10 @@ WhatNow (int argc, char **argv)
            case HELPSW:
                snprintf (buf, sizeof(buf), "%s [switches] [file]", invo_name);
                print_help (buf, whatnowswitches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
 
            case DFOLDSW:
                if (dfolder)
index 24f09ef1adcb4f1de62e830c91e1fb8186d98b74..5f0eefdffba2866b4d76ed42f02cc82719885948 100644 (file)
@@ -105,10 +105,10 @@ main (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [switches] [file]", invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case CHKSW: 
                case NOCHKSW: