* Removed the password_selected signal
[modest] / src / modest-ui-actions.h
index 0cc3154..64eb000 100644 (file)
@@ -54,6 +54,8 @@ void     _modest_ui_actions_on_reply_all     (GtkWidget *widget, ModestMainWindo
 
 void     _modest_ui_actions_on_next          (GtkWidget *widget, ModestMainWindow *main_window);
 
+void    _modest_ui_actions_toggle_view      (GtkWidget *widget, ModestMainWindow *main_window);
+
 /* Widget actions */
 void     _modest_ui_actions_on_header_selected          (ModestHeaderView *folder_view, 
                                                         TnyHeader *header,
@@ -98,5 +100,17 @@ void     _modest_ui_actions_on_msg_attachment_clicked   (ModestMsgView *msgview,
 void     _modest_ui_actions_on_send                     (GtkWidget *widget, 
                                                         ModestEditMsgWindow *edit_window);
 
+void     _modest_ui_actions_on_new_folder               (GtkWidget *widget,
+                                                        ModestMainWindow *main_window);
+
+void     _modest_ui_actions_on_rename_folder            (GtkWidget *widget,
+                                                        ModestMainWindow *main_window);
+
+void     _modest_ui_actions_on_delete_folder            (GtkWidget *widget,
+                                                        ModestMainWindow *main_window);
+
+void     _modest_ui_actions_on_move_to_trash_folder     (GtkWidget *widget,
+                                                        ModestMainWindow *main_window);
+
 G_END_DECLS
 #endif /* __MODEST_UI_ACTIONS_H__ */