X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Ffiltering.c;h=d3a2070f7e47fcb5dc4f052be2bd64c00fd76e87;hp=a679a62a56bcb6d1d40252fa35b9f42c3380ad21;hb=cd2ce4c3f4898481e912a055c6a312baa5b293e7;hpb=7ca5f14a2499189af457af146abd99e7e3cbddb0 diff --git a/src/filtering.c b/src/filtering.c index a679a62a5..d3a2070f7 100644 --- a/src/filtering.c +++ b/src/filtering.c @@ -193,7 +193,7 @@ static gboolean filteringaction_apply(FilteringAction * action, MsgInfo * info, case MATCHACTION_FORWARD: account = account_find_from_id(action->account_id); - compose = compose_forward(account, info, FALSE); + compose = compose_forward(account, info, FALSE, NULL); if (compose->account->protocol == A_NNTP) compose_entry_append(compose, action->destination, COMPOSE_NEWSGROUPS); @@ -213,7 +213,7 @@ static gboolean filteringaction_apply(FilteringAction * action, MsgInfo * info, case MATCHACTION_FORWARD_AS_ATTACHMENT: account = account_find_from_id(action->account_id); - compose = compose_forward(account, info, TRUE); + compose = compose_forward(account, info, TRUE, NULL); if (compose->account->protocol == A_NNTP) compose_entry_append(compose, action->destination, COMPOSE_NEWSGROUPS);