Respect format=flowed and delsp=yes for viewing plain-text messages
This commit is contained in:
13
lib/mu-msg.h
13
lib/mu-msg.h
@ -166,6 +166,19 @@ void mu_msg_cache_values (MuMsg *self);
|
||||
const char* mu_msg_get_body_text (MuMsg *msg, MuMsgOptions opts);
|
||||
|
||||
|
||||
/**
|
||||
* get the content type parameters for the text body part
|
||||
*
|
||||
* @param msg a valid MuMsg* instance
|
||||
* @param opts options for getting the body
|
||||
*
|
||||
* @return the value of the requested body part content type parameter, or
|
||||
* NULL in case of error or if there is no such body. the returned string
|
||||
* should *not* be modified or freed. The returned data is in UTF8 or NULL.
|
||||
*/
|
||||
const GSList* mu_msg_get_body_text_content_type_parameters (MuMsg *self, MuMsgOptions opts);
|
||||
|
||||
|
||||
/**
|
||||
* get the html body of this message
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user