X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fmessage.cc;h=24e698ab11dfbff7c5fbed56cb26c47e2f7fc4ce;hb=17341ec798b4cb2fe192824bcf8b7e78236e4121;hp=68393055b3eb73b73ee3a1a4b5bde38ce8d94c73;hpb=e366bb222722d6a635b736e875b760d82b46d1f5;p=notmuch diff --git a/lib/message.cc b/lib/message.cc index 68393055..24e698ab 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/ . + * along with this program. If not, see https://www.gnu.org/licenses/ . * * Author: Carl Worth */ @@ -1444,7 +1444,7 @@ notmuch_message_maildir_flags_to_tags (notmuch_message_t *message) for (i = 0; i < ARRAY_SIZE(flag2tag); i++) { if ((strchr (combined_flags, flag2tag[i].flag) != NULL) - ^ + ^ flag2tag[i].inverse) { status = notmuch_message_add_tag (message, flag2tag[i].tag);