X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/794dab6aa5027ffaf024506140c258f6a0a9322d..f422ef658bd5a190e08177c67361c874e679c526:/uip/sortm.c diff --git a/uip/sortm.c b/uip/sortm.c index c7f53964..4b348cf0 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -3,10 +3,14 @@ * sortm.c -- sort messages in a folder by date/time * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include -#include +#include /* * We allocate space for messages (msgs array) @@ -35,7 +39,7 @@ static struct swit switches[] = { #define VERSIONSW 8 { "version", 0 }, #define HELPSW 9 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } };