X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3e151103c954aad7871a197b438b8d79d557e07e..97bc9119e91a9a6d084b6070c8aecbab91393e70:/config/config.c diff --git a/config/config.c b/config/config.c index 72896c27..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 @@ -275,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.