X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=tag-util.c;fp=tag-util.c;h=d9fca7b832fd91ed4cc41469adf437cbd9fac595;hp=30c2c07764ca47b5afa9d8c2b97527d83aa2037e;hb=410b96080ceec15ced70e684115f604380c5b4f6;hpb=e9d73f90a6d3945b7ebda9d95ec719e0ba0c9756 diff --git a/tag-util.c b/tag-util.c index 30c2c077..d9fca7b8 100644 --- a/tag-util.c +++ b/tag-util.c @@ -218,7 +218,6 @@ makes_changes (notmuch_message_t *message, notmuch_bool_t changes = FALSE; /* First, do we delete an existing tag? */ - changes = FALSE; for (tags = notmuch_message_get_tags (message); ! changes && notmuch_tags_valid (tags); notmuch_tags_move_to_next (tags)) {