* Partially reverted last commit, sometimes the gdk_threads_enter blocks, still...
[modest] / src / modest-runtime.c
index ed4cf76..9e843c0 100644 (file)
@@ -93,6 +93,13 @@ modest_runtime_get_account_mgr   (void)
        return modest_singletons_get_account_mgr (_singletons);
 }
 
+ModestEmailClipboard*
+modest_runtime_get_email_clipboard   (void)
+{
+       g_return_val_if_fail (_singletons, NULL);
+       return modest_singletons_get_email_clipboard (_singletons);
+}
+
 ModestTnyAccountStore*
 modest_runtime_get_account_store   (void)
 {