]> granicus.if.org Git - neomutt/commit
Abstract the SPAM_LIST as a generic REPLACE_LIST
authorDavid Champion <dgc@bikeshed.us>
Tue, 24 Jan 2017 03:01:36 +0000 (19:01 -0800)
committerRichard Russon <rich@flatcap.org>
Fri, 10 Feb 2017 03:32:55 +0000 (03:32 +0000)
commitdde4d5ad6c30e07cce1a727ac7a590d6ae241d06
treeb7fef8e5e2e203cdc347d402476bdba1f447c1c9
parent5b905ffc6230d955458d539c19b57b521161c4fa
Abstract the SPAM_LIST as a generic REPLACE_LIST

REPLACE_LIST can be used more generally as a list of pattern
match-replace settings.  SPAM_LIST was a special case of this, so
spam handling has been been changed to use REPLACE_LIST instead, and
SPAM_LIST was removed.

A generic function for performing a REPLACE_LIST replacement has
been added in mutt_apply_replace().

Commited by Kevin McCarthy with some buffer overflow fixes in
mutt_apply_replace().
globals.h
hcache.c
init.c
mutt.h
muttlib.c
protos.h