RSS-Client: check whether this message is new to us before parsing it to save computi...
[citadel.git] / citadel / modules / rssclient / rss_atom_parser.h
index 71278c7c24e4d2b7da87b00ae18bb06754336ec2..43b60f12ec2ccaf426df9ef209dd8680343484cc 100644 (file)
@@ -67,6 +67,17 @@ typedef struct __networker_save_message {
        StrBuf *MsgGUID;
        StrBuf *Message;
        struct UseTable ut;
+
+       StrBuf *author_email;
+       StrBuf *author_or_creator;
+       StrBuf *title;
+       StrBuf *description;
+
+       StrBuf *link;
+       StrBuf *linkTitle;
+
+       StrBuf *reLink;
+       StrBuf *reLinkTitle;
 } networker_save_message;
 
 struct rss_aggregator {