From 640d8845bffdf13007a10929ad0f18375a9a2473 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 5 Feb 2013 00:59:30 -0700 Subject: * Add color options for folders and index screen. * Add silent token to display filter * Add option to preserve To: and Cc: fields on replies. --- alpine/send.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alpine/send.c') 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) -- cgit v1.2.3-54-g00ecf