From: markus schnalke Date: Thu, 22 Mar 2012 10:51:14 +0000 (+0100) Subject: Removed the now unused incproc var. X-Git-Tag: mmh-thesis-end~253 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=bec79382afc185947279c0f3c724c5983944ee7f;hp=d36e56e695fe1c482c7920644bfbb6386ac9edb0 Removed the now unused incproc var. --- diff --git a/config/config.c b/config/config.c index e51397a..94c0760 100644 --- a/config/config.c +++ b/config/config.c @@ -119,11 +119,6 @@ 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 diff --git a/h/mh.h b/h/mh.h index ced6c77..9324330 100644 --- a/h/mh.h +++ b/h/mh.h @@ -301,7 +301,6 @@ extern char *fileproc; extern char *foldprot; extern char *forwcomps; extern char *inbox; -extern char *incproc; extern char *lproc; extern char *mhetcdir; extern char *mailproc; diff --git a/man/mh-profile.man5 b/man/mh-profile.man5 index b5e731a..4113a76 100644 --- a/man/mh-profile.man5 +++ b/man/mh-profile.man5 @@ -412,15 +412,6 @@ response to the directive at the \*(lqWhat now?\*(rq prompt. .RE .PP -.BR incproc : -%bindir%/inc -.RS 5 -Program called by -.B mhmail -to incorporate new mail when it -is invoked with no arguments. -.RE -.PP .BR lproc : show -file .RS 5 diff --git a/sbr/readconfig.c b/sbr/readconfig.c index daa2509..2350b24 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -23,7 +23,6 @@ static struct procstr procs[] = { { "draft-folder", &draftfolder }, { "altmsg-link", &altmsglink }, { "fileproc", &fileproc }, - { "incproc", &incproc }, { "lproc", &lproc }, { "mailproc", &mailproc }, { "mhlproc", &mhlproc }, diff --git a/uip/mhparam.c b/uip/mhparam.c index 2d78cd9..1440dc3 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -39,7 +39,6 @@ static struct proc procs [] = { { "editor", &defaulteditor }, { "fileproc", &fileproc }, { "foldprot", &foldprot }, - { "incproc", &incproc }, { "lproc", &lproc }, { "mailproc", &mailproc }, { "mhlproc", &mhlproc },