X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig.c;h=671292e6f1c69f7544790d1ca45799bab29b6947;hb=916690191222433a6923a4be54b0d8f6ac01bd02;hp=cc3bb0093dc79a8b0101ad8473aaebe130a64dd5;hpb=104b36e0a37bafe6620062334fa78d484dce321c;p=mmh diff --git a/config/config.c b/config/config.c index cc3bb00..671292e 100644 --- a/config/config.c +++ b/config/config.c @@ -250,13 +250,6 @@ char *moreproc = "more"; char *mhlproc = nmhlibdir (/mhl); /* - * This is the super handy BBoard reading program, which is - * really just the nmh shell program. - */ - -char *mshproc = nmhbindir (/msh); - -/* * This program is called to pack a folder. */ @@ -313,13 +306,6 @@ char *showmimeproc = nmhbindir (/mhshow); char *showproc = nmhlibdir (/mhl); /* - * This program is called by vmh as the back-end to the window management - * protocol - */ - -char *vmhproc = nmhbindir (/msh); - -/* * This program is called after comp, et. al., have built a draft */ @@ -352,6 +338,12 @@ char *backup_prefix = ","; char *defaulteditor = "vi"; +/* + * Name of link to file to which you are replying or which you are + * redistributing. See `$mhaltmsg' in the mh-profile(5) man page. + */ +char *altmsglink = "@"; + /* * This is the global nmh alias file. It is somewhat obsolete, since * global aliases should be handled by the Mail Transport Agent (MTA).