Removed the altmsglink (named `@') and env var `$editalt' for repl and dist.
[mmh] / sbr / readconfig.c
index 9a05a2b..fe7b486 100644 (file)
@@ -21,12 +21,9 @@ static struct procstr procs[] = {
        { "mh-sequences",  &mh_seq },
        { "backup-prefix", &backup_prefix },
        { "draft-folder",  &draftfolder },
-       { "altmsg-link",   &altmsglink },
-       { "fileproc",      &fileproc },
        { "listproc",      &listproc },
-       { "rmmproc",       &rmmproc },
        { "sendmail",      &sendmail },
-       { "sendproc",      &sendproc },
+       { "trash-folder",  &trashfolder },
        { "whatnowproc",   &whatnowproc },
        { NULL, NULL }
 };