X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=message.cc;fp=message.cc;h=66dfc806d9f4e887b3fd2b3611667878184f05ea;hp=b95f9d7f4993d4bc94d9f7e7fa583aa0ae699e38;hb=ef3ab5781a3730e019f92517366029540a960cd0;hpb=1726c5c814aecd924849a0b91c82d420af945827 diff --git a/message.cc b/message.cc index b95f9d7f..66dfc806 100644 --- a/message.cc +++ b/message.cc @@ -318,9 +318,7 @@ notmuch_message_get_tags (notmuch_message_t *message) i++; } - _notmuch_tags_sort (tags); - - _notmuch_tags_reset (tags); + _notmuch_tags_prepare_iterator (tags); return tags; }