fix boundary

This commit is contained in:
2022-11-20 14:55:44 +01:00
parent 6def55c5a7
commit 29480b299c
3 changed files with 90 additions and 54 deletions

View File

@ -83,6 +83,8 @@ namespace kaz {
bfs::path extractDir;
/*! URL for download archives */
string archiveDownloadURL;
/*! no main text in email can be use to add disclaim */
bool forceMainText;
/*! subset in the tree of all attachments to be consider for extraction or modification */
vector<Attachment *> allMarkedPtrs;