summaryrefslogtreecommitdiff
path: root/mh/compcommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/compcommon.c')
-rw-r--r--mh/compcommon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mh/compcommon.c b/mh/compcommon.c
index 1298d1f46..d6e55559e 100644
--- a/mh/compcommon.c
+++ b/mh/compcommon.c
@@ -74,6 +74,9 @@ check_draft_disposition (struct mh_whatnow_env *wh, int use_draft)
struct stat st;
int disp = DISP_REPLACE;
+ if (wh->nowhatnowproc)
+ return disp;
+
/* First check if the draft exists */
if (stat (wh->draftfile, &st) == 0)
{

Return to:

Send suggestions and report system problems to the System administrator.