Renamed -version switch to -Version to remove the conflict with -verbose.
[mmh] / uip / mhparam.c
index db8e85a..6c6fedb 100644 (file)
@@ -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
@@ -36,29 +36,20 @@ static struct proc procs [] = {
        { "attachment-header",  &attach_hdr },
        { "context",       &context },
        { "mh-sequences",  &mh_seq },
-       { "buildmimeproc", &buildmimeproc },
        { "editor",        &defaulteditor },
-       { "fileproc",      &fileproc },
        { "foldprot",      &foldprot },
-       { "incproc",       &incproc },
-       { "lproc",         &lproc },
-       { "mailproc",      &mailproc },
-       { "mhlproc",       &mhlproc },
+       { "listproc",      &listproc },
        { "mimetypequeryproc", &mimetypequeryproc },
-       { "moreproc",      &moreproc },
        { "msgprot",       &msgprot },
-       { "postproc",      &postproc },
-       { "rmmproc",       &rmmproc },
+       { "pager",         &defaultpager },
        { "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 },
 };