Fixed paths (libdir->bindir); removed the now unused libdir reference.
[mmh] / uip / mhparam.c
index 5cf7881..db8e85a 100644 (file)
@@ -11,8 +11,6 @@
 
 #include <h/mh.h>
 
-extern char *mhlibdir;
-
 static struct swit switches[] = {
 #define COMPSW  0
        { "components", 0 },
@@ -35,32 +33,33 @@ struct proc {
 };
 
 static struct proc procs [] = {
-        { "context",       &context },
-        { "mh-sequences",  &mh_seq },
-        { "buildmimeproc", &buildmimeproc },
-        { "editor",        &defaulteditor },
-        { "fileproc",      &fileproc },
-        { "foldprot",      &foldprot },
-        { "incproc",       &incproc },
-        { "lproc",         &lproc },
-        { "mailproc",      &mailproc },
-        { "mhlproc",       &mhlproc },
-        { "moreproc",      &moreproc },
-        { "msgprot",       &msgprot },
-        { "postproc",      &postproc },
-        { "rmmproc",       &rmmproc },
-        { "sendmail",      &sendmail },
-        { "sendproc",      &sendproc },
-        { "showmimeproc",  &showmimeproc },
-        { "showproc",      &showproc },
-        { "version",       &version_num },
-        { "whatnowproc",   &whatnowproc },
-        { "etcdir",        &mhetcdir },
-        { "libdir",        &mhlibdir },
-        { "backup-prefix", &backup_prefix },
-        { "altmsg-link",   &altmsglink },
-        { "draft-folder",  &draftfolder },
-        { NULL,            NULL },
+       { "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 },
+       { "mimetypequeryproc", &mimetypequeryproc },
+       { "moreproc",      &moreproc },
+       { "msgprot",       &msgprot },
+       { "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 },
+       { NULL,            NULL },
 };