X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=82e72aebdfead99230785996d3865090090a213b;hp=1a7b72f6f9ced53b6c38bb06e5d1d1cd2eceae8b;hb=5d43a99db70c12a673028c7758c20cbe3e13ef5f;hpb=d19e58487c8b73f12712982185e5007c97a2cdb0 diff --git a/config/config.c b/config/config.c index 1a7b72f..82e72ae 100644 --- a/config/config.c +++ b/config/config.c @@ -222,7 +222,7 @@ char *installproc = nmhlibdir (/install-mh); * draft message. */ -char *lproc = DEFAULT_PAGER; +char *lproc = "more"; /* * This is the path for the Bell equivalent mail program. @@ -236,7 +236,7 @@ char *mailproc = nmhbindir (/mhmail); * or message parts of type text/plain. */ -char *moreproc = DEFAULT_PAGER; +char *moreproc = "more"; /* * This is the program (mhl) used to filter messages. It is @@ -350,7 +350,7 @@ char *backup_prefix = ","; * editor, such as vi or emacs, but any editor will work. */ -char *defaulteditor = DEFAULT_EDITOR; +char *defaulteditor = "vi"; /* * This is the global nmh alias file. It is somewhat obsolete, since