message: implement conversion to sexp
Like mu-msg-sexp, but for Mu::Message
This commit is contained in:
@ -149,6 +149,14 @@ Message::unload_mime_message() const
|
||||
{
|
||||
priv_->mime_msg = Nothing;
|
||||
}
|
||||
|
||||
bool
|
||||
Message::has_mime_message() const
|
||||
{
|
||||
return !!priv_->mime_msg;
|
||||
}
|
||||
|
||||
|
||||
static Priority
|
||||
get_priority(const MimeMessage& mime_msg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user