diff options
Diffstat (limited to 'src/message.h')
-rw-r--r-- | src/message.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/message.h b/src/message.h index e70dd07e2..5f19ab892 100644 --- a/src/message.h +++ b/src/message.h @@ -30,9 +30,9 @@ struct mime_text_part { GByteArray *orig; GByteArray *content; GNode *html_nodes; - GTree *urls; - GTree *html_urls; + GList *urls_offset; /**< list of offsets of urls */ fuzzy_hash_t *fuzzy; + fuzzy_hash_t *double_fuzzy; GMimeObject *parent; }; |