* added support for mailto: links in messages: when clicked, they open an new editor...
[modest] / src / modest-tny-msg-view.h
index 80b5dae..b8ad268 100644 (file)
@@ -31,6 +31,7 @@ struct _ModestTnyMsgView {
 
 struct _ModestTnyMsgViewClass {
        GtkScrolledWindowClass parent_class;
+       void (*mailto_clicked) (GtkWidget *widget, gpointer user_data);
 };