Re: [PATCH] Abstract the SPAM_LIST as a generic REPLACE_LIST

2016-09-25 Thread Kevin J. McCarthy
On Sat, Sep 24, 2016 at 04:13:19PM -0700, Kevin J. McCarthy wrote: > The first is general. Mutt uses fixed size buffers for a lot of things, > but I think this might be one of the cases where we don't want to use a > LONG_STRING fixed length buffer. I realize this makes the > implementation even

Re: [PATCH] Abstract the SPAM_LIST as a generic REPLACE_LIST

2016-09-24 Thread Kevin J. McCarthy
On Tue, Aug 30, 2016 at 05:56:30PM -0700, d...@bikeshed.us wrote: > 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 REP

[PATCH] Abstract the SPAM_LIST as a generic REPLACE_LIST

2016-08-30 Thread dgc
globals.h |2 +- hcache.c |2 +- init.c| 60 ++-- mutt.h| 10 +++--- muttlib.c | 100 - protos.h |3 +- 6 files changed, 136 insertions(+), 41 deletions(-) # HG changeset patch