gmime-cleanup: drop g_mime_2_6_unref

signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
Daniel Kahn Gillmor 2019-05-02 09:19:40 -04:00 committed by David Bremner
parent 7e6f55b268
commit 591a0787c2
3 changed files with 0 additions and 4 deletions

View file

@ -591,7 +591,6 @@ _notmuch_message_index_file (notmuch_message_t *message,
addresses = g_mime_message_get_from (mime_message);
if (addresses) {
_index_address_list (message, "from", addresses);
g_mime_2_6_unref (addresses);
}
addresses = g_mime_message_get_all_recipients (mime_message);

View file

@ -285,8 +285,6 @@ static InternetAddressList *get_sender(GMimeMessage *message)
*/
if (! reply_to_header_is_redundant (message, reply_to_list))
return reply_to_list;
g_mime_2_6_unref (G_OBJECT (reply_to_list));
}
return g_mime_message_get_from (message);

View file

@ -34,7 +34,6 @@ typedef GMimeAddressType GMimeRecipientType;
typedef GMimeSignatureStatus GMimeSignatureError;
#define g_mime_2_6_unref(obj) /*ignore*/
#define g_mime_3_unused(arg) unused(arg)
/**