2 * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
3 * Copyright (C) 1999-2012 Hiroyuki Yamamoto
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 3 of the License, or
8 * (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
23 typedef struct _Compose Compose
;
24 typedef struct _AttachInfo AttachInfo
;
31 #include "prefs_account.h"
36 #include "viewtypes.h"
40 #include "gtkaspell.h"
43 #define COMPOSE_CHECK_BEFORE_SEND_HOOKLIST "compose_check_before_send"
44 #define COMPOSE_CREATED_HOOKLIST "compose_created"
60 COMPOSE_REPLY_WITH_QUOTE
,
61 COMPOSE_REPLY_WITHOUT_QUOTE
,
62 COMPOSE_REPLY_TO_SENDER
,
63 COMPOSE_REPLY_TO_ADDRESS
,
64 COMPOSE_FOLLOWUP_AND_REPLY_TO
,
65 COMPOSE_REPLY_TO_SENDER_WITH_QUOTE
,
66 COMPOSE_REPLY_TO_SENDER_WITHOUT_QUOTE
,
68 COMPOSE_REPLY_TO_ALL_WITH_QUOTE
,
69 COMPOSE_REPLY_TO_ALL_WITHOUT_QUOTE
,
70 COMPOSE_REPLY_TO_LIST
,
71 COMPOSE_REPLY_TO_LIST_WITH_QUOTE
,
72 COMPOSE_REPLY_TO_LIST_WITHOUT_QUOTE
,
74 COMPOSE_FORWARD_AS_ATTACH
,
75 COMPOSE_FORWARD_INLINE
,
102 /* start with window widget don`t change order */
107 /* Toolbar handlebox */
108 GtkWidget
*handlebox
;
114 GtkWidget
*table_vbox
;
116 GtkWidget
*account_combo
;
117 GtkWidget
*subject_entry
;
121 GtkWidget
*attach_scrwin
;
122 GtkWidget
*attach_clist
;
123 GtkWidget
*attach_label
;
126 GtkWidget
*savemsg_checkbtn
;
127 GtkWidget
*savemsg_combo
;
129 /* Headers notebook */
133 GtkWidget
*edit_vbox
;
134 GtkWidget
*ruler_hbox
;
136 GtkWidget
*scrolledwin
;
138 GtkWidget
*from_name
;
140 GtkWidget
*focused_editable
;
142 GtkWidget
*popupmenu
;
144 GtkWidget
*tmpl_menu
;
150 MsgInfo
*autosaved_draft
;
153 GtkWidget
*header_table
;
155 guint header_nextrow
;
156 ComposeHeaderEntry
*header_last
;
158 GHashTable
*email_hashtable
;
179 gboolean use_replyto
;
180 gboolean use_newsgroups
;
181 gboolean use_followupto
;
184 CharSet out_encoding
;
186 /* privacy settings */
187 gboolean use_signing
;
188 gboolean use_encryption
;
189 gchar
*privacy_system
;
196 gboolean return_receipt
;
201 GSList
*newsgroup_list
;
203 PrefsAccount
*account
;
206 UndoMain
*undostruct
;
209 gboolean sig_inserted
;
211 /* external editor */
212 gchar
*exteditor_file
;
214 GIOChannel
*exteditor_ch
;
216 GtkWidget
*exteditor_socket
;
221 gchar
*redirect_filename
;
223 gboolean remove_references
;
225 gint64 draft_timeout_tag
;
227 GtkTextTag
*no_wrap_tag
;
228 GtkTextTag
*no_join_tag
;
229 GtkTextTag
*signature_tag
;
230 GtkTextTag
*quote0_tag
;
231 GtkTextTag
*quote1_tag
;
232 GtkTextTag
*quote2_tag
;
235 gboolean automatic_break
;
237 gint close_timeout_tag
;
242 gboolean deferred_destroy
;
244 GtkWidget
*first_combo
;
245 GtkWidget
*first_entry
;
247 GtkUIManager
*ui_manager
;
249 gint folder_update_callback_id
;
251 /* GNU/aspell spell checker */
252 GtkAspell
*gtkaspell
;
253 GtkWidget
*aspell_options_menu
;
261 EncodingType encoding
;
269 COMPOSE_QUIT_EDITING
,
270 COMPOSE_KEEP_EDITING
,
272 COMPOSE_DRAFT_FOR_EXIT
273 } ComposeDraftAction
;
275 /*#warning FIXME_GTK2 */
276 /* attache_files will be locale encode */
277 Compose
*compose_new (PrefsAccount
*account
,
279 GList
*attach_files
);
281 Compose
*compose_new_with_folderitem (PrefsAccount
*account
,
283 const gchar
*mailto
);
285 Compose
*compose_new_with_list (PrefsAccount
*account
,
288 Compose
*compose_forward (PrefsAccount
*account
,
295 Compose
*compose_redirect (PrefsAccount
*account
,
298 Compose
*compose_reedit (MsgInfo
*msginfo
,
301 const GList
*compose_get_compose_list (void);
303 void compose_entry_append (Compose
*compose
,
304 const gchar
*address
,
305 ComposeEntryType type
,
306 ComposePrefType pref_type
);
309 gint
compose_send (Compose
*compose
);
311 void compose_update_actions_menu (Compose
*compose
);
312 void compose_reflect_prefs_all (void);
313 void compose_reflect_prefs_pixmap_theme (void);
315 void compose_destroy_all (void);
316 gboolean
compose_draft (gpointer data
, guint action
);
317 void compose_toolbar_cb (gint action
,
319 void compose_reply_to_address (MessageView
*msgview
,
321 const gchar
*address
);
322 void compose_reply_from_messageview (MessageView
*msgview
,
323 GSList
*msginfo_list
,
325 void compose_action_cb (void *data
);
327 void compose_set_position (Compose
*compose
,
329 gboolean
compose_search_string (Compose
*compose
,
332 gboolean
compose_search_string_backward (Compose
*compose
,
335 gint
compose_queue (Compose
*compose
,
339 gboolean remove_reedit_target
);
340 gboolean
compose_close (Compose
*compose
);
341 void compose_close_toolbar (Compose
*compose
);
342 void compose_clear_exit_drafts (void);
343 void compose_reopen_exit_drafts (void);
344 void compose_attach_from_list (Compose
*compose
, GList
*file_list
, gboolean free_data
);
345 void compose_check_for_email_account(Compose
*compose
);
347 #endif /* __COMPOSE_H__ */