* add a missing 'break' in the switch statement in
[modest] / src / modest-ui-actions.h
index ebd94d9..aca1757 100644 (file)
@@ -49,6 +49,8 @@ void     modest_ui_actions_on_new_account      (GtkAction *action, ModestWindow
 
 void     modest_ui_actions_on_accounts      (GtkAction *action, ModestWindow *win);
 
+void     modest_ui_actions_on_smtp_servers  (GtkAction *action, ModestWindow *win);
+
 void     modest_ui_actions_on_add_to_contacts   (GtkAction *action, ModestWindow *win);
 
 void     modest_ui_actions_on_select_contacts (GtkAction *action, ModestMsgEditWindow *win);
@@ -169,6 +171,11 @@ void     modest_ui_actions_on_attach_file             (GtkAction *action,
 
 void     modest_ui_actions_on_remove_attachments      (GtkAction *action,
                                                       ModestMsgEditWindow *window);
+void     modest_ui_actions_on_mark_as_read            (GtkAction *action,
+                                                      ModestWindow *window);
+
+void     modest_ui_actions_on_mark_as_unread            (GtkAction *action,
+                                                        ModestWindow *window);
 
 /**
  * modest_ui_actions_do_send_receive_all: