summaryrefslogtreecommitdiff
path: root/alpine/send.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-02-05 00:59:30 -0700
committerEduardo Chappa <chappa@washington.edu>2013-02-08 21:03:59 -0700
commit640d8845bffdf13007a10929ad0f18375a9a2473 (patch)
tree2c3fa0bb9b5dfc435dbde151cedf7b4f8b7b6660 /alpine/send.c
parentdc6c0f8d846e14fc6841516ad772553fc5975bd6 (diff)
downloadalpine-640d8845bffdf13007a10929ad0f18375a9a2473.tar.xz
* Add color options for folders and index screen.
* Add silent token to display filter * Add option to preserve To: and Cc: fields on replies.
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)