]> git.notmuchmail.org Git - notmuch/blobdiff - lib/index.cc
gmime-cleanup: drop g_mime_2_6_unref
[notmuch] / lib / index.cc
index 6b6fbb8f577ece5ebd4bd1d1f7d88a32ece51e7d..768309219c3ba4b433a70c7ef7c7b708c2dc0f97 100644 (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);