many: update for lib/message updates
Adapt to the new names / directory. Big commit, but mostly just very boring renaming.
This commit is contained in:
@ -274,7 +274,7 @@ struct ECData {
|
||||
};
|
||||
|
||||
static void
|
||||
each_contact(const Mu::MessageContact& ci, ECData& ecdata)
|
||||
each_contact(const Mu::Contact& ci, ECData& ecdata)
|
||||
{
|
||||
if (ecdata.personal && ci.personal)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user