Don't show mail_ib_attachment_already_purged, as this string
[modest] / src / modest-ui-actions.h
index 99ba265..89679f5 100644 (file)
@@ -485,13 +485,16 @@ void modest_ui_actions_on_send_queue_status_changed (ModestTnySendQueue *send_qu
  * @param body_str Body of the message (without signature), or NULL
  * @param attachments List of file URIs to attach
  */
-void modest_ui_actions_compose_msg(ModestWindow *win,
-                                  const gchar *to_str,
-                                  const gchar *cc_str,
-                                  const gchar *bcc_str,
-                                  const gchar *subject_str,
-                                  const gchar *body_str,
-                                  GSList *attachments);
+void modest_ui_actions_compose_msg (ModestWindow *win,
+                                   const gchar *to_str,
+                                   const gchar *cc_str,
+                                   const gchar *bcc_str,
+                                   const gchar *subject_str,
+                                   const gchar *body_str,
+                                   GSList *attachments);
+
+void modest_ui_actions_on_account_connection_error (GtkWindow *parent_window,
+                                                   TnyAccount *account);
 
 G_END_DECLS
 #endif /* __MODEST_UI_ACTIONS_H__ */