added additionnal matching criteria
[claws.git] / src / procheader.c
index 8148317c7c2a296b94e95cb39ab89a49a03420c6..49a03b57b90fbac6a7e9b422be6b6fc3d4130126 100644 (file)
@@ -548,6 +548,7 @@ MsgInfo *procheader_parse(const gchar *file, MsgFlags flags, gboolean full)
                        break;
                case H_REFERENCES:
                        if (!reference) {
+                               msginfo->references = g_strdup(hp);
                                eliminate_parenthesis(hp, '(', ')');
                                if ((p = strrchr(hp, '<')) != NULL &&
                                    strchr(p + 1, '>') != NULL) {