X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=c02243d43cdd9c56ceb120c7601df94bd33e0955;hp=e51397ad5a6255a514e02152e4cd8b6f0f548695;hb=f33f12af33361e5d688cd1700c1ee03af5988fd9;hpb=068380df11432a5341882e658ec9cf5c0b54721d diff --git a/config/config.c b/config/config.c index e51397a..c02243d 100644 --- a/config/config.c +++ b/config/config.c @@ -119,17 +119,12 @@ char *mimetypequeryproc = "file -b --mime"; char *fileproc = NMHBINDIR"/refile"; /* -** This program is called to incorporate messages into a folder. -*/ -char *incproc = NMHBINDIR"/inc"; - -/* ** This is the default program invoked by a "list" or "display" response ** at the "What now?" prompt. It will be given the absolute pathname of ** the message to show. The string ``show -file'' is most likely what you -** want to be you lproc. +** want to be you listproc. */ -char *lproc = NMHBINDIR"/show -file"; +char *listproc = "show -file"; /* ** This is the path for the Bell equivalent mail program.