mu-msg: use Mu::MessageContact

Use the new contact class
This commit is contained in:
Dirk-Jan C. Binnema
2022-02-19 18:57:50 +02:00
parent d436a47c1f
commit 3aa053e158
5 changed files with 119 additions and 287 deletions

View File

@ -77,9 +77,10 @@ struct MessageContact {
*
* @param email_ email address
* @param name_ name or empty
* @param message_date_ date of message this contact originate from
* @param personal_ is this a personal contact?
* @param last_seen_ when was this contact last seen?
* @param freq_ how often was this contact seen?
* @param tstamp_ timestamp for last change
*/
MessageContact(const std::string& email_, const std::string& name_,
time_t message_date_, bool personal_, size_t freq_,