]> git.marmaro.de Git - mmh/blobdiff - uip/mhparam.c
Trash folder replaces rmmproc. Rework of rmm(1) and refile(1).
[mmh] / uip / mhparam.c
index 64ee5d77a7b878973b68c643f6c70c079bc6ae14..7a1c512611fc3280fd5f1d6f74ce9db7740d8a5f 100644 (file)
@@ -40,23 +40,17 @@ static struct proc procs [] = {
        { "fileproc",      &fileproc },
        { "foldprot",      &foldprot },
        { "listproc",      &listproc },
-       { "mailproc",      &mailproc },
-       { "mhlproc",       &mhlproc },
        { "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 },
 };