2009-03-16 [colin] 3.7.1cvs14
[claws.git] / src / compose.c
index dc7a7fcd9c3ecc25f001f23731598cae00f30556..76cacd72f56c4e7f38251ef78e2fc20ddad96de5 100644 (file)
@@ -10702,8 +10702,10 @@ static void compose_reply_from_messageview_real(MessageView *msgview, GSList *ms
 
                                tmp_msginfo->folder = orig_msginfo->folder;
                                tmp_msginfo->msgnum = orig_msginfo->msgnum; 
-                               if (orig_msginfo->tags)
+                               if (orig_msginfo->tags) {
                                        tmp_msginfo->tags = g_slist_copy(orig_msginfo->tags);
+                                       tmp_msginfo->folder->tags_dirty = TRUE;
+                               }
                        }
                }
        }