X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2Fconfig.c;h=04ce1e60598d8dc80b647e2f94dbc52e907840ea;hb=c920f1bfe01a74ae5664122628f89016e4e1dac6;hp=82d20b18a88d63632980070a1eeadee0c9ea2827;hpb=d4e112ae5fad828f33e3a44de40c6e5db7db51ad;p=mmh diff --git a/config/config.c b/config/config.c index 82d20b1..04ce1e6 100644 --- a/config/config.c +++ b/config/config.c @@ -194,6 +194,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. */ @@ -269,12 +276,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. */