]> granicus.if.org Git - mutt/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)
committerDavid Champion <dgc@bikeshed.us>
Tue, 24 Jan 2017 03:01:36 +0000 (19:01 -0800)
commit149ed356ffaad6ebf3a0d2d55c96e3414398b9eb
tree6d73ae678bb8e4ef9ce5f82e47b55bf4b8650bc1
parent5e3ac08d71a46c7056c7c480941df48b5c386b89
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