Removed the now unused incproc var.
authormarkus schnalke <meillo@marmaro.de>
Thu, 22 Mar 2012 10:51:14 +0000 (11:51 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 22 Mar 2012 10:51:14 +0000 (11:51 +0100)
config/config.c
h/mh.h
man/mh-profile.man5
sbr/readconfig.c
uip/mhparam.c

index e51397a..94c0760 100644 (file)
@@ -119,11 +119,6 @@ char *mimetypequeryproc = "file -b --mime";
 char *fileproc = NMHBINDIR"/refile";
 
 /*
 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
 ** 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 (file)
--- 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 *foldprot;
 extern char *forwcomps;
 extern char *inbox;
-extern char *incproc;
 extern char *lproc;
 extern char *mhetcdir;
 extern char *mailproc;
 extern char *lproc;
 extern char *mhetcdir;
 extern char *mailproc;
index b5e731a..4113a76 100644 (file)
@@ -412,15 +412,6 @@ response to the
 directive at the \*(lqWhat now?\*(rq prompt.
 .RE
 .PP
 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
 .BR lproc :
 show -file
 .RS 5
index daa2509..2350b24 100644 (file)
@@ -23,7 +23,6 @@ static struct procstr procs[] = {
        { "draft-folder",  &draftfolder },
        { "altmsg-link",   &altmsglink },
        { "fileproc",      &fileproc },
        { "draft-folder",  &draftfolder },
        { "altmsg-link",   &altmsglink },
        { "fileproc",      &fileproc },
-       { "incproc",       &incproc },
        { "lproc",         &lproc },
        { "mailproc",      &mailproc },
        { "mhlproc",       &mhlproc },
        { "lproc",         &lproc },
        { "mailproc",      &mailproc },
        { "mhlproc",       &mhlproc },
index 2d78cd9..1440dc3 100644 (file)
@@ -39,7 +39,6 @@ static struct proc procs [] = {
        { "editor",        &defaulteditor },
        { "fileproc",      &fileproc },
        { "foldprot",      &foldprot },
        { "editor",        &defaulteditor },
        { "fileproc",      &fileproc },
        { "foldprot",      &foldprot },
-       { "incproc",       &incproc },
        { "lproc",         &lproc },
        { "mailproc",      &mailproc },
        { "mhlproc",       &mhlproc },
        { "lproc",         &lproc },
        { "mailproc",      &mailproc },
        { "mhlproc",       &mhlproc },