summaryrefslogtreecommitdiff
path: root/alpine/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/send.c')
-rw-r--r--alpine/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/send.c b/alpine/send.c
index 23b0c79d..dfba59f3 100644
--- a/alpine/send.c
+++ b/alpine/send.c
@@ -568,7 +568,7 @@ compose_mail(char *given_to, char *fcc_arg, ACTION_S *role_arg,
if(F_ON(F_ALT_COMPOSE_MENU, ps_global) ||
(ret = want_to(FORM_PMT,'y','x',NO_HELP,WT_NORM))=='y'){
if(!redraft(&stream, &outgoing, &body, &fcc, &lcc, &reply,
- &redraft_pos, &custom, NULL, REDRAFT_NONE))
+ &redraft_pos, &custom, &role, REDRAFT_NONE))
done++;
/* stream may or may not be closed in redraft() */