X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fsortm.c;h=4b348cf0300b8befbb0592e7515aa40eb8bc7a9b;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hp=c7f5396487fdf3037ce26780e6215789e33c40d1;hpb=794dab6aa5027ffaf024506140c258f6a0a9322d;p=mmh diff --git a/uip/sortm.c b/uip/sortm.c index c7f5396..4b348cf 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 } };