lib: Implement Mu::MessageContact

Implement a new struct Mu::MessageContact to usurps some of the different types
for contact information.

Sprinkle some "modern C++" on it for convenience.
This commit is contained in:
Dirk-Jan C. Binnema
2022-02-19 11:55:31 +02:00
parent 69a465d849
commit d436a47c1f
4 changed files with 376 additions and 0 deletions

View File

@ -63,6 +63,8 @@ lib_mu=static_library(
'mu-msg-sexp.cc',
'mu-msg.cc',
'mu-msg.hh',
'mu-message-contact.hh',
'mu-message-contact.cc',
'mu-message-flags.hh',
'mu-message-flags.cc',
'mu-message-priority.hh',