From 1b64ebe9b934d70fe6373b52e4adb247fda5f448 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 28 Mar 2016 19:13:55 -0600 Subject: * When a message is saved in the Form Letter folder, add the ability to save the role being used to compose such message so that settings such as the SMTP server set in the role can be used when sending such form message. Suggested and patched by Frank Doepper. --- alpine/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alpine/send.c') 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() */ -- cgit v1.2.3-54-g00ecf