X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparam.c;h=fe9846101b9f0e056e7be9a11a1f983080c93078;hb=ac2834b4173be67edde1334819d3d3c16e4d484e;hp=664e5d087723ff55e659c2f42d5e507c78728232;hpb=412b2e54251ff6e20537f83b95c8ee76ea8c5c40;p=mmh diff --git a/uip/mhparam.c b/uip/mhparam.c index 664e5d0..fe98461 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -19,7 +19,7 @@ static struct swit switches[] = { #define ALLSW 2 { "all", 0 }, #define VERSIONSW 3 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 4 { "help", 0 }, #define DEBUGSW 5 @@ -47,7 +47,6 @@ static struct proc procs [] = { { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir }, { "backup-prefix", &backup_prefix }, - { "altmsg-link", &altmsglink }, { "draft-folder", &draftfolder }, { "trash-folder", &trashfolder }, { NULL, NULL },