X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=6c6fedbc1b3ce9ea68b62090991aa41238efef3e;hp=5cf7881c2f6ec3ce7cd7752bed02cddbe1828af8;hb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1 diff --git a/uip/mhparam.c b/uip/mhparam.c index 5cf7881..6c6fedb 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -11,8 +11,6 @@ #include -extern char *mhlibdir; - static struct swit switches[] = { #define COMPSW 0 { "components", 0 }, @@ -21,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 @@ -35,32 +33,24 @@ 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 }, + { "editor", &defaulteditor }, + { "foldprot", &foldprot }, + { "listproc", &listproc }, + { "mimetypequeryproc", &mimetypequeryproc }, + { "msgprot", &msgprot }, + { "pager", &defaultpager }, + { "sendmail", &sendmail }, + { "version", &version_num }, + { "whatnowproc", &whatnowproc }, + { "etcdir", &mhetcdir }, + { "backup-prefix", &backup_prefix }, + { "altmsg-link", &altmsglink }, + { "draft-folder", &draftfolder }, + { "trash-folder", &trashfolder }, + { NULL, NULL }, };