Now folder paths are shown as a set of dots (fixes part of NB#97144).
[modest] / src / maemo / modest-msg-view-window.c
index 4f47097..d31351f 100644 (file)
@@ -3208,3 +3208,11 @@ on_fetch_image (ModestMsgView *msgview,
 
        return TRUE;;
 }
+
+void
+modest_msg_view_window_add_to_contacts (ModestMsgViewWindow *self)
+{
+       modest_ui_actions_on_add_to_contacts (NULL, MODEST_WINDOW (self));
+}
+
+