Call send directly, not via sendproc. Removed its profile entry, too.
[mmh] / config / config.c
index bfdc242..90c1410 100644 (file)
@@ -147,12 +147,6 @@ char *defaulteditor = "vi";
 char *rmmproc = NULL;
 
 /*
 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";
 ** This program is called after comp, et. al., have built a draft
 */
 char *whatnowproc = NMHBINDIR"/whatnow";