X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fmhparam.c;h=fe9846101b9f0e056e7be9a11a1f983080c93078;hb=30292c537fe4eab052f303f1d3179c0e2fd037d8;hp=1440dc32752e5ba0ec0e48c804a8df6b10cab51b;hpb=bec79382afc185947279c0f3c724c5983944ee7f;p=mmh diff --git a/uip/mhparam.c b/uip/mhparam.c index 1440dc3..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 @@ -37,26 +37,18 @@ static struct proc procs [] = { { "context", &context }, { "mh-sequences", &mh_seq }, { "editor", &defaulteditor }, - { "fileproc", &fileproc }, { "foldprot", &foldprot }, - { "lproc", &lproc }, - { "mailproc", &mailproc }, - { "mhlproc", &mhlproc }, + { "listproc", &listproc }, { "mimetypequeryproc", &mimetypequeryproc }, { "msgprot", &msgprot }, { "pager", &defaultpager }, - { "postproc", &postproc }, - { "rmmproc", &rmmproc }, { "sendmail", &sendmail }, - { "sendproc", &sendproc }, - { "showmimeproc", &showmimeproc }, - { "showproc", &showproc }, { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir }, { "backup-prefix", &backup_prefix }, - { "altmsg-link", &altmsglink }, { "draft-folder", &draftfolder }, + { "trash-folder", &trashfolder }, { NULL, NULL }, };