* improve mu-widgets;
- support notes in mail body view - support cmd: pseudo urls in such views
This commit is contained in:
@ -59,6 +59,7 @@ GType mu_msg_view_get_type (void) G_GNUC_CONST;
|
||||
GtkWidget* mu_msg_view_new (void);
|
||||
|
||||
void mu_msg_view_set_message (MuMsgView *self, MuMsg *msg);
|
||||
void mu_msg_view_set_note (MuMsgView *self, const char *html);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user