mhl and mhbuild ignore to long lines
[mmh] / uip / mhparam.c
index 76fe427..e02bf49 100644 (file)
@@ -28,6 +28,8 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
+
 struct proc {
        char *p_name;
        char **p_field;
@@ -41,8 +43,8 @@ char *empty = "";
 */
 static struct proc procs [] = {
        { "#--Version--", &empty },
-       { "version",          &version_num },
-       { "version-str",      &version_str },
+       { "version",          &version },
+       { "lib-version",      &lib_version },
 
        { "#--Path-and-File-Names--", &empty },
        { "mypath",          &mypath },
@@ -76,7 +78,6 @@ static struct proc procs [] = {
        { "mimetypequery-component",     &mimetypequery },
        { "nmhstorage-component",        &nmhstorage },
        { "nsequence-component",         &nsequence },
-       { "psequence-component",         &psequence },
        { "usequence-component",         &usequence },
 
        { "#--Mmh-specific-Mail-Header-Names--", &empty },
@@ -98,6 +99,7 @@ static struct proc procs [] = {
        { "replgroupcomps",    &replgroupcomps },
        { "mhlformat",         &mhlformat },
        { "mhlreply",          &mhlreply },
+       { "scanformat",        &scanformat },
 
        { "#--Default-Sequence-Names--", &empty },
        { "seq-all",           &seq_all },
@@ -106,7 +108,6 @@ static struct proc procs [] = {
        { "seq-first",         &seq_first },
        { "seq-last",          &seq_last },
        { "seq-next",          &seq_next },
-       { "previous-sequence", &seq_prev },
        { "unseen-sequence",   &seq_unseen },
        { "sequence-negation", &seq_neg },