* big cleanup, simplification for the message widget

This commit is contained in:
Dirk-Jan C. Binnema
2011-03-08 00:50:24 +02:00
parent f8fd420215
commit 858dcb123c
9 changed files with 157 additions and 703 deletions

View File

@ -62,6 +62,7 @@ GtkWidget* mu_msg_body_view_new (void);
void mu_msg_body_view_set_message (MuMsgBodyView *self, MuMsg *msg);
void mu_msg_body_view_set_note (MuMsgBodyView *self, const gchar *html);
void mu_msg_body_view_set_message_source (MuMsgBodyView *self, MuMsg *msg);
G_END_DECLS