]> git.cworth.org Git - notmuch/commitdiff
lib/add-message: drop use of deprecated notmuch_message_get_flag.
authorDavid Bremner <david@tethera.net>
Sat, 11 Jul 2020 18:30:06 +0000 (15:30 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 18 Jul 2020 14:03:28 +0000 (11:03 -0300)
As a side effect, we revert the switch from notmuch_bool_t to bool
here. This is because those two types are not actually compatible when
passing by reference.


No differences found