* message viewer window now also show message body
[modest] / src / gtk-glade / modest-ui-message-editor.h
1 #ifndef _MODEST_UI_MESSAGE_EDITOR_H
2 #define _MODEST_UI_MESSAGE_EDITOR_H
3
4 typedef enum {
5         QUOTED_SEND_REPLY,
6         QUOTED_SEND_REPLY_ALL,
7         QUOTED_SEND_FORWARD
8 } quoted_send_type;
9
10 /*
11  * open a new editor window quoting the currently selected message
12  * the quote type determines which parts are to be quoted
13  */
14 void quoted_send_msg (ModestUI *modest_ui, quoted_send_type qstype);
15
16 /*
17  * callback used in main-window
18  * called when user presses the "New Mail" button
19  */
20 void on_new_mail_clicked (GtkWidget *widget, gpointer user_data);
21
22 #endif /* _MODEST_UI_MESSAGE_EDITOR_H */