message: try to detect body text language

Try to detect the language of the e-mail body and make it searchable.
This commit is contained in:
Dirk-Jan C. Binnema
2023-05-11 23:22:29 +03:00
parent ad64093183
commit 7f2eeb1010
4 changed files with 29 additions and 9 deletions

View File

@ -110,7 +110,6 @@ public:
}
/* LCOV_EXCL_STOP */
/**
* Construct a message from a string. This is mostly useful for testing.
*
@ -406,8 +405,8 @@ public:
const std::vector<Part>& parts() const;
/**
* Get the path to a cche directory for this message, which
* is useful for temporarily saving attachments
* Get the path to a cache directory for this message, which is useful
* for temporarily saving attachments
*
* @param index optionally, create <cache-path>/<index> instead;
* this is useful for having part-specific subdirectories.