filter
This commit is contained in:
@ -87,8 +87,8 @@ namespace kaz {
|
||||
vector<Attachment *> allMarkedPtrs;
|
||||
/*! previous links find in mbox */
|
||||
map<string, string> previousLinks;
|
||||
/*! add link only if no significant value already exist. */
|
||||
void addPrevious (const string &href, const string &name);
|
||||
/*! add link only if no significant value already exist. Trust the values from html.*/
|
||||
void addPrevious (const string &href, const string &name, const bool &trust = false);
|
||||
|
||||
/*! extract previous links from plain text. Used by extractPreviousKAZ */
|
||||
void extractLinks (const string &extractedPlainKAZ);
|
||||
|
Reference in New Issue
Block a user