X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2Fconfig.c;h=e51397ad5a6255a514e02152e4cd8b6f0f548695;hb=be0ae81623aea2eca09b8faf699b4b407f527267;hp=158dd7a3e208baa614e9fcea01cf10d00e2951b1;hpb=cd1299b02c2fbe61f408a8387402494364688337;p=mmh diff --git a/config/config.c b/config/config.c index 158dd7a3..e51397ad 100644 --- a/config/config.c +++ b/config/config.c @@ -111,11 +111,6 @@ char *mimetypequeryproc = "file -b --mime"; ** nmh default programs */ -/* -** This is the program to process MIME composition files -*/ -char *buildmimeproc = NMHBINDIR"/mhbuild"; - /* ** This program is usually called directly by users, but it is ** also invoked by the spost program to process an "Fcc", or by @@ -146,7 +141,7 @@ char *mailproc = NMHBINDIR"/mhmail"; ** by mhshow as the default method of displaying message bodies ** or message parts of type text/plain. */ -char *moreproc = "more"; +char *defaultpager = "more"; /* ** This is the editor invoked by the various message @@ -167,6 +162,12 @@ char *postproc = NMHBINDIR"/spost"; */ char *rcvstoreproc = NMHBINDIR"/rcvstore"; +/* +** This is program is called by slocal to handle +** the action `file', `mbox' or `>'. +*/ +char *rcvpackproc = NMHBINDIR"/rcvpack"; + /* ** 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.