X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fmessage.cc;h=00754254b87bc387420529a66082a3887ec69a4e;hp=8f1c4dcd5b40f9492a56a2be5288bccbc3bd9d3e;hb=b9360be2bd4d2db379cd701d4091420ce53cb564;hpb=21b13c3932a73fcc906f8bbc13a0f2112bcebfb8 diff --git a/lib/message.cc b/lib/message.cc index 8f1c4dcd..00754254 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -1217,8 +1217,6 @@ _new_maildir_filename (void *ctx, if (info == NULL) { info = filename + strlen(filename); } else { - flags = info + 3; - /* Loop through existing flags in filename. */ for (flags = info + 3, last_flag = 0; *flags;