X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fgnome%2Fmodest-msg-view-window.c;h=000f0901dc875e9c3be822e6911d77fc51bf28a7;hp=8197a02939ae9b7642f902e33a28622c5031d849;hb=62fb96863939aea81ed8e45e1b2043d892e0978d;hpb=e5a60e3e42d0992668b6b374f8a4662528972103 diff --git a/src/gnome/modest-msg-view-window.c b/src/gnome/modest-msg-view-window.c index 8197a02..000f090 100644 --- a/src/gnome/modest-msg-view-window.c +++ b/src/gnome/modest-msg-view-window.c @@ -414,6 +414,15 @@ modest_msg_view_window_get_message_uid (ModestMsgViewWindow *self) return priv->msg_uid; } +ModestWindow * +modest_msg_view_window_new_from_uid (const gchar *modest_account_name, + const gchar *mailbox, + const gchar *msg_uid) +{ + /* NOT IMPLEMENTED */ + return NULL; +} + ModestWindow* modest_msg_view_window_new_with_header_model (TnyMsg *msg, const gchar *modest_account_name,