X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d4e112ae5fad828f33e3a44de40c6e5db7db51ad..2b63c01aa93210f7c6b812c135173812793c7176:/config/config.c diff --git a/config/config.c b/config/config.c index 82d20b18..04ce1e60 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. */ @@ -268,12 +275,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.