Running tag remove TAG on the notmuch backend does nothing. At a glance, this seems to be because NotmuchMailbox::set_flags never bothers to remove tags that are already present but not in the list of new tags. I could try fixing it, but I have no idea how the contribution process works here (my guess is the mailing list, but, well, #131).
Running `tag remove TAG` on the notmuch backend does nothing. *At a glance*, this seems to be because [`NotmuchMailbox::set_flags`](https://git.meli.delivery/meli/meli/src/commit/e9aaa7b067903040acd7f3d7c685de94b3b98450/melib/src/backends/notmuch.rs#L688) never bothers to remove tags that are already present but not in the list of new tags. I could try fixing it, but I have no idea how the contribution process works here (my guess is the mailing list, but, well, #131).
Running
tag remove TAG
on the notmuch backend does nothing. At a glance, this seems to be becauseNotmuchMailbox::set_flags
never bothers to remove tags that are already present but not in the list of new tags. I could try fixing it, but I have no idea how the contribution process works here (my guess is the mailing list, but, well, #131).Hi refi64, if you want to you can publish a pull request here. Let me know if you intent on working on it or if I should pick it up myself!