Renamed -version switch to -Version to remove the conflict with -verbose.
[mmh] / uip / mhparam.c
index 20a95e7..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
@@ -37,13 +37,11 @@ static struct proc procs [] = {
        { "context",       &context },
        { "mh-sequences",  &mh_seq },
        { "editor",        &defaulteditor },
-       { "fileproc",      &fileproc },
        { "foldprot",      &foldprot },
        { "listproc",      &listproc },
        { "mimetypequeryproc", &mimetypequeryproc },
        { "msgprot",       &msgprot },
        { "pager",         &defaultpager },
-       { "rmmproc",       &rmmproc },
        { "sendmail",      &sendmail },
        { "version",       &version_num },
        { "whatnowproc",   &whatnowproc },
@@ -51,6 +49,7 @@ static struct proc procs [] = {
        { "backup-prefix", &backup_prefix },
        { "altmsg-link",   &altmsglink },
        { "draft-folder",  &draftfolder },
+       { "trash-folder",  &trashfolder },
        { NULL,            NULL },
 };