X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2Fconfig.c;h=63c272cf5479a05864cb6675bd4a593ba584d22b;hb=dc32dd097ee3b21bb802d9f6290fb4c9299b4ee1;hp=82d20b18a88d63632980070a1eeadee0c9ea2827;hpb=d4e112ae5fad828f33e3a44de40c6e5db7db51ad;p=mmh diff --git a/config/config.c b/config/config.c index 82d20b18..63c272cf 100644 --- a/config/config.c +++ b/config/config.c @@ -180,12 +180,6 @@ char *buildmimeproc = nmhbindir (/mhbuild); */ char *catproc = "/bin/cat"; -/* - * mhl runs this program as a visual-end. - */ - -char *faceproc = NULL; - /* * This program is usually called directly by users, but it is * also invoked by the post program to process an "Fcc", or by @@ -194,6 +188,13 @@ char *faceproc = NULL; char *fileproc = nmhbindir (/refile); +/* + * This program is used to optionally format the bodies of messages by + * "mhl". + */ + +char *formatproc = NULL; + /* * This program is called to incorporate messages into a folder. */ @@ -268,12 +269,6 @@ char *postproc = nmhlibdir (/post); char *rcvstoreproc = nmhlibdir (/rcvstore); -/* - * This program is called to remove a folder. - */ - -char *rmfproc = nmhbindir (/rmf); - /* * This program is called to remove a message by rmm or refile -nolink. * It's usually empty, which means to rename the file to a backup name.