summaryrefslogtreecommitdiff
path: root/alpine/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/send.c')
-rw-r--r--alpine/send.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/send.c b/alpine/send.c
index 3d670f02..852b611c 100644
--- a/alpine/send.c
+++ b/alpine/send.c
@@ -5223,7 +5223,7 @@ filter_message_text(char *fcmd, ENVELOPE *outgoing, struct mail_bodystruct *body
if(fcmd
&& (cmd=expand_filter_tokens(fcmd, outgoing, &tmpf, &resultf, &mtf,
- &key, &include_hdrs))){
+ &key, &include_hdrs, NULL))){
if(tmpf){
/*
* We need WRITE_TO_LOCALE here because the user is going to
@@ -5330,7 +5330,7 @@ filter_message_text(char *fcmd, ENVELOPE *outgoing, struct mail_bodystruct *body
}
else
errstr = gf_filter(cmd, key ? filter_session_key() : NULL,
- readthis_so, pc, NULL, 0,
+ readthis_so, pc, NULL, 0, 0,
pipe_callback);
if(our_tmpf_so)