]> granicus.if.org Git - neomutt/commitdiff
merge: boolify functions
authorRichard Russon <rich@flatcap.org>
Wed, 12 Apr 2017 01:23:44 +0000 (02:23 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 12 Apr 2017 01:23:44 +0000 (02:23 +0100)
These functions returned -1 on failure but are essentially boolean.
Convert them to use false/true.
 * check_all_msg()
 * check_msg()
 * compare_certificates()
 * compare_stat()
 * crypt_key_is_valid()
 * is_bound()
 * line_compare()
 * mutt_check_charset()
 * rfc822_valid_msgid()
 * smtp_code()
 * url_parse_query()
 * user_in_addr()


Trivial merge