* 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,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