From: Daniel Kahn Gillmor Date: Thu, 2 May 2019 13:19:45 +0000 (-0400) Subject: gmime-cleanup: pass NULL arguments explicitly where GMime 3.0 expects it X-Git-Tag: archive/debian/0.29_rc0-1~76 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=bbe3015b3ea503b2834811f6cdd7276f9742faa1;hp=bbe3015b3ea503b2834811f6cdd7276f9742faa1;p=notmuch gmime-cleanup: pass NULL arguments explicitly where GMime 3.0 expects it Several GMime 2.6 functions sprouted a change in the argument order in GMime 3.0. We had a compatibility layer here to be able to handle compiling against both GMime 2.6 and 3.0. Now that we're using 3.0 only, rip out the compatibility layer for those functions with changed argument lists, and explicitly use the 3.0 argument lists. Signed-off-by: Daniel Kahn Gillmor ---