This commit is contained in:
2021-05-07 09:21:15 +02:00
parent 7e536fe229
commit eb4076a07a
7 changed files with 621 additions and 5 deletions

View File

@ -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);