X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2Fconfig.c;h=0e725ee46c5eb7ee9fe0892d8d5a199e3e6eea4c;hb=8e98a317c86f10e0c7e866c069e143bf48cf9814;hp=bfdc242f722278d0882575e8d202e8a5b9b8aac4;hpb=3b91e463fc7a4db9e7b69e2e0f4f7909339beea5;p=mmh diff --git a/config/config.c b/config/config.c index bfdc242..0e725ee 100644 --- a/config/config.c +++ b/config/config.c @@ -116,7 +116,7 @@ char *mimetypequeryproc = "file -b --mime"; ** also invoked by the spost program to process an "Fcc", or by ** comp/repl/forw/dist to refile a draft message. */ -char *fileproc = NMHBINDIR"/refile"; +char *fileproc = "refile"; /* ** This is the default program invoked by a "list" or "display" response @@ -147,15 +147,9 @@ char *defaulteditor = "vi"; char *rmmproc = NULL; /* -** This program is usually called by the user's whatnowproc, but it -** may also be called directly to send a message previously composed. - */ -char *sendproc = NMHBINDIR"/send"; - -/* ** This program is called after comp, et. al., have built a draft */ -char *whatnowproc = NMHBINDIR"/whatnow"; +char *whatnowproc = "whatnow"; /* ** This is the sendmail interface to use for sending mail.