]> granicus.if.org Git - neomutt/commit
refactor mutt_matches_ignore
authorRiad S. Wahby <kwantam@gmail.com>
Tue, 3 Jan 2017 03:42:35 +0000 (19:42 -0800)
committerRichard Russon <rich@flatcap.org>
Tue, 3 Jan 2017 15:38:24 +0000 (15:38 +0000)
commit77b4bf395e275da9d07faba1101f2611701fb7de
treea36c257d17902345a60a8d2b85e1b369bf58426c
parent8ff1ed7ec4bd83f8b6939649ffac7fed4ba43782
refactor mutt_matches_ignore

Previous function called mutt_matches_ignore is now mutt_matches_list.
mutt_matches_ignore now calls mutt_matches_list on Ignored and UnIgnored.

Naming is now consistent with functionality; simplified mutt_matches_ignore()
call makes writing correct conditionals easier.

Fixed invocations in parse.c, copy.c, and url.c
copy.c
mutt.h
muttlib.c
parse.c
url.c