summaryrefslogtreecommitdiff
path: root/mh/mh_whatnow.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mh_whatnow.c')
-rw-r--r--mh/mh_whatnow.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mh/mh_whatnow.c b/mh/mh_whatnow.c
index 53eafb426..95a403a83 100644
--- a/mh/mh_whatnow.c
+++ b/mh/mh_whatnow.c
@@ -582,6 +582,9 @@ mh_whatnowproc (struct mh_whatnow_env *wh, int initial_edit, const char *prog)
{
int rc;
pid_t pid;
+
+ if (wh->nowhatnowproc)
+ return 0;
if (!prog)
return mh_whatnow (wh, initial_edit);

Return to:

Send suggestions and report system problems to the System administrator.