* improve mu-widgets;

- support notes in mail body view
   - support cmd: pseudo urls in such views
This commit is contained in:
Dirk-Jan C. Binnema
2011-01-12 23:15:54 +02:00
parent 920f714859
commit e048b9607f
4 changed files with 53 additions and 8 deletions

View File

@ -59,7 +59,7 @@ GType mu_msg_body_view_get_type (void) G_GNUC_CONST;
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);
G_END_DECLS