X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsortm.c;h=ed0918158eb924bbcd8f43f40209101172878d01;hb=5c86fbdc071e1c322ccf341855eaa813807776b4;hp=9e96d5a4cde0896f9a8a19aa050b51f67612c7d8;hpb=00140a3c86e9def69d98ba2ffd4d6e50ef6326ea;p=mmh diff --git a/uip/sortm.c b/uip/sortm.c index 9e96d5a..ed09181 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -16,15 +16,15 @@ static struct swit switches[] = { #define TEXTSW 1 { "textfield field", 0 }, #define NSUBJSW 2 - { "notextfield", 0 }, + { "notextfield", 2 }, #define LIMSW 3 { "limit days", 0 }, #define NLIMSW 4 - { "nolimit", 0 }, + { "nolimit", 2 }, #define VERBSW 5 { "verbose", 0 }, #define NVERBSW 6 - { "noverbose", 0 }, + { "noverbose", 2 }, #define VERSIONSW 7 { "Version", 0 }, #define HELPSW 8 @@ -73,9 +73,7 @@ main(int argc, char **argv) struct msgs *mp; struct smsg **dlist; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */