Fix bug #3380. Initialize widget before callback handler for 'clicked'
[claws.git] / src / prefs_common.h
1 /*
2  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
3  * Copyright (C) 1999-2013 Hiroyuki Yamamoto and the Claws Mail team
4  *
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.
9  *
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.
14  *
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/>.
17  * 
18  */
19
20 #ifndef __PREFS_COMMON_H__
21 #define __PREFS_COMMON_H__
22
23 #ifdef HAVE_CONFIG_H
24 #include "claws-features.h"
25 #endif
26
27 #include <glib.h>
28
29 #include "mainwindow.h"
30 #include "summaryview.h"
31 #include "folderview.h"
32 #include "codeconv.h"
33 #include "textview.h"
34 #include "procmime.h"
35 #include "prefs_msg_colors.h"
36 #include "prefs_summary_open.h"
37
38 typedef struct _PrefsCommon     PrefsCommon;
39
40 typedef enum {
41         RECV_DIALOG_ALWAYS,
42         RECV_DIALOG_MANUAL,
43         RECV_DIALOG_NEVER
44 } RecvDialogMode;
45
46 typedef enum {
47         COMPOSE_DND_ASK,
48         COMPOSE_DND_INSERT,
49         COMPOSE_DND_ATTACH
50 } ComposeDndInsertOrAttach;
51
52 typedef enum {
53         CTE_AUTO,
54         CTE_BASE64,
55         CTE_QUOTED_PRINTABLE,
56         CTE_8BIT
57 } TransferEncodingMethod;
58
59 typedef enum
60 {
61 /* U = unread, N = new, M = marked */
62         SELECTONENTRY_NOTHING,
63         SELECTONENTRY_UNM,
64         SELECTONENTRY_UMN,
65         SELECTONENTRY_NUM,
66         SELECTONENTRY_NMU,
67         SELECTONENTRY_MNU,
68         SELECTONENTRY_MUN,
69         SELECTONENTRY_LAST
70 } SelectOnEntry;
71
72 typedef enum
73 {
74         ACTION_UNSET = 0, /* for backward compatibility */
75         ACTION_MARKED,
76         ACTION_NEW,
77         ACTION_UNREAD,
78         ACTION_LAST_OPENED,
79         ACTION_LAST_LIST,
80         ACTION_NOTHING,
81         ACTION_FIRST_LIST
82 } EntryAction;
83
84 typedef enum
85 {
86         NEXTUNREADMSGDIALOG_ALWAYS,
87         NEXTUNREADMSGDIALOG_ASSUME_YES,
88         NEXTUNREADMSGDIALOG_ASSUME_NO
89 } NextUnreadMsgDialogShow;
90
91 typedef enum
92 {
93         OPENMSG_REQUEST_ONLY = 0,
94         OPENMSG_ALWAYS = 1,
95         OPENMSG_WHEN_VIEW_VISIBLE
96 } ShowMsgPolicy;
97
98 typedef enum
99 {
100         SHOW_NAME,
101         SHOW_ADDR,
102         SHOW_BOTH
103 } SummaryFromShow;
104
105 typedef enum
106 {
107         AVATARS_DISABLE = 0,
108         AVATARS_ENABLE_CAPTURE = 1,
109         AVATARS_ENABLE_RENDER = 2,
110         AVATARS_ENABLE_BOTH = 3
111 } EnableAvatars;
112
113 struct _PrefsCommon
114 {
115         /* Receive */
116         gboolean use_extinc;
117         gchar *extinc_cmd;
118         gboolean scan_all_after_inc;
119         gboolean autochk_newmail;
120         gint autochk_itv;
121         gboolean chk_on_startup;
122         gboolean open_inbox_on_inc;
123         gboolean newmail_notify_auto;
124         gboolean newmail_notify_manu;
125         gchar   *newmail_notify_cmd;
126         RecvDialogMode recv_dialog_mode;
127         gint receivewin_width;
128         gint receivewin_height;
129         gboolean close_recv_dialog;
130         gboolean no_recv_err_panel;
131
132         /* Send */
133         gboolean savemsg;
134         gboolean confirm_send_queued_messages;
135         gboolean send_dialog_invisible;
136         gint sendwin_width;
137         gint sendwin_height;
138         gchar *outgoing_charset;
139         TransferEncodingMethod encoding_method;
140         gboolean outgoing_fallback_to_ascii;
141         gboolean warn_empty_subj;
142
143         gboolean allow_jisx0201_kana;
144
145         /* Compose */
146         gint undolevels;
147         gint linewrap_len;
148         gboolean linewrap_quote;
149         gboolean linewrap_pastes;
150         gboolean primary_paste_unselects;
151         gboolean autowrap;
152         gboolean auto_indent;
153         gboolean auto_exteditor;
154         gboolean reply_account_autosel;
155         gboolean default_reply_list;
156         gboolean forward_account_autosel;
157         gboolean reedit_account_autosel;
158         gboolean show_ruler;
159         gboolean autosave;
160         gint autosave_length;
161         gboolean autosave_encrypted;
162         gboolean warn_large_insert;
163         gint warn_large_insert_size;
164         gboolean compose_no_markup;
165         ComposeDndInsertOrAttach compose_dnd_mode;
166         gboolean compose_with_format;
167         gchar *compose_subject_format;
168         gchar *compose_body_format;
169         gboolean show_compose_margin;
170
171         /* Quote */
172         gboolean reply_with_quote;
173         gchar *quotemark;
174         gchar *quotefmt;
175         gchar *fw_quotemark;
176         gchar *fw_quotefmt;
177         gboolean forward_as_attachment;
178         gboolean redirect_keep_from;
179         gchar *quote_chars;
180         
181         gboolean enable_aspell;
182         gchar *dictionary;
183         gchar *alt_dictionary;
184         gulong misspelled_col;
185         gboolean check_while_typing;
186         gboolean recheck_when_changing_dict;
187         gboolean use_alternate;
188         gboolean use_both_dicts;
189         
190         /* Display */
191         /* obsolete fonts */
192         gchar *widgetfont_gtk1;
193         gchar *textfont_gtk1;
194         gchar *normalfont_gtk1;
195         gchar *boldfont_gtk1;
196         gchar *smallfont_gtk1;
197
198         /* new fonts */
199         gchar *widgetfont;
200         gchar *textfont;
201         gchar *printfont;
202         gchar *boldfont;
203         gchar *normalfont;
204         gchar *smallfont;
205         gchar *titlefont;
206         gboolean use_different_print_font;
207         gboolean derive_from_normal_font;
208
209         /* custom colors */
210         ColorlabelPrefs custom_colorlabel[COLORLABELS];
211
212         /* image viewer */
213         gboolean display_img;
214         gboolean resize_img;
215         gboolean inline_img;
216
217         gboolean trans_hdr;
218         gint display_folder_unread;
219         gint ng_abbrev_len;
220
221         gboolean show_searchbar;
222         gboolean expand_thread;
223         gboolean swap_from;
224         gboolean use_addr_book;
225         gchar *date_format;
226         gboolean *msgview_date_format;
227
228         gboolean use_stripes_everywhere;
229         gboolean use_stripes_in_summaries; /* overrides if use_stripes_everywhere is set to TRUE */
230         gint stripes_color_offset;
231         gboolean enable_hscrollbar;
232         gboolean bold_unread;
233         gboolean enable_thread;
234         gboolean thread_by_subject;
235         gint thread_by_subject_max_age; /*!< Max. age of a thread which was threaded
236                                          *   by subject (days) */
237
238         gchar *last_opened_folder;
239         gboolean goto_last_folder_on_startup;
240
241         ToolbarStyle toolbar_style;
242         gboolean toolbar_detachable;
243         gboolean show_statusbar;
244         gboolean show_col_headers;
245
246         gint folderview_vscrollbar_policy;
247
248         /* Filtering */
249         GSList *fltlist;
250
251         gint kill_score;
252         gint important_score;
253
254         /* Actions */
255         GSList *actions_list;
256
257         /* Summary columns visibility, position and size */
258         gboolean summary_col_visible[N_SUMMARY_COLS];
259         gint summary_col_pos[N_SUMMARY_COLS];
260         gint summary_col_size[N_SUMMARY_COLS];
261
262         gboolean folder_col_visible[N_FOLDER_COLS];
263         gint folder_col_pos[N_FOLDER_COLS];
264         gint folder_col_size[N_FOLDER_COLS];
265
266         /* Widget visibility, position and size */
267         gint folderwin_x;
268         gint folderwin_y;
269         gint folderview_width;
270         gint folderview_height;
271         gboolean folderview_visible;
272
273         gint summaryview_width;
274         gint summaryview_height;
275
276         gint main_msgwin_x;
277         gint main_msgwin_y;
278         gint msgview_width;
279         gint msgview_height;
280         gboolean msgview_visible;
281
282         gint mainview_x;
283         gint mainview_y;
284         gint mainview_width;
285         gint mainview_height;
286         gint mainwin_x;
287         gint mainwin_y;
288         gint mainwin_width;
289         gint mainwin_height;
290         gint mainwin_maximised;
291         gint mainwin_fullscreen;
292         gint mainwin_menubar;
293
294         gint msgwin_width;
295         gint msgwin_height;
296
297         gint mimeview_tree_height;
298         
299         gint sourcewin_width;
300         gint sourcewin_height;
301
302         gint compose_width;
303         gint compose_height;
304         gint compose_notebook_height;
305         gint compose_x;
306         gint compose_y;
307
308         /* Message */
309         gboolean enable_color;
310         gboolean enable_bgcolor;
311         gulong quote_level1_col;
312         gulong quote_level2_col;
313         gulong quote_level3_col;
314         gulong quote_level1_bgcol;
315         gulong quote_level2_bgcol;
316         gulong quote_level3_bgcol;
317         gulong uri_col;
318         gulong tgt_folder_col;
319         gulong signature_col;
320         gulong emphasis_col;
321         gboolean recycle_quote_colors;
322         gboolean display_header_pane;
323         gboolean display_header;
324         gboolean display_xface;
325         gint line_space;
326         gboolean render_html;
327         gboolean invoke_plugin_on_html;
328         gboolean promote_html_part;
329         gboolean textview_cursor_visible;
330         gboolean enable_smooth_scroll;
331         gint scroll_step;
332         gboolean scroll_halfpage;
333         gboolean hide_quoted;
334         gboolean respect_flowed_format;
335         gboolean show_all_headers;
336
337         gboolean show_other_header;
338         GSList *disphdr_list;
339
340         gboolean attach_desc;
341
342         /* MIME viewer */
343         gchar *mime_textviewer;
344         gchar *mime_open_cmd;
345         gchar *attach_save_dir;
346         gchar *attach_load_dir;
347
348         GList *mime_open_cmd_history;
349         gboolean show_inline_attachments;
350
351         /* Addressbook */
352         gboolean addressbook_use_editaddress_dialog;
353         gint addressbook_hpaned_pos;
354         gint addressbook_vpaned_pos;
355         GList *addressbook_custom_attributes;
356
357         /* Interface */
358         gboolean layout_mode;
359
360         gint statusbar_update_step;
361         gboolean emulate_emacs;
362         ShowMsgPolicy always_show_msg;
363         gboolean mark_as_read_on_new_window;
364         gboolean mark_as_read_delay;
365         gboolean immediate_exec;
366         SelectOnEntry select_on_entry;
367         gboolean show_tooltips;
368
369         EntryAction summary_select_prio[SUMMARY_OPEN_ACTIONS-1];
370
371         NextUnreadMsgDialogShow next_unread_msg_dialog;
372         SummaryFromShow summary_from_show;
373         gboolean add_address_by_click;
374         gchar *pixmap_theme_path;
375         int hover_timeout; /* msecs mouse hover timeout */
376         gboolean ask_mark_all_read;
377         gboolean ask_apply_per_account_filtering_rules;
378         gint apply_per_account_filtering_rules;
379
380         /* Other */
381 #ifndef G_OS_WIN32
382         gchar *uri_cmd;
383 #else
384         gchar *gtk_theme;
385 #endif
386         gchar *ext_editor_cmd;
387         gboolean cmds_use_system_default;
388
389         gboolean cliplog;
390         guint loglength;
391         gboolean enable_log_standard;
392         gboolean enable_log_warning;
393         gboolean enable_log_error;
394         gboolean enable_log_status;
395
396         gulong log_msg_color;
397         gulong log_warn_color;
398         gulong log_error_color;
399         gulong log_in_color;
400         gulong log_out_color;
401         gulong log_status_ok_color;
402         gulong log_status_nok_color;
403         gulong log_status_skip_color;
404
405         gboolean enable_filtering_debug;
406         gint filtering_debug_level;
407         gboolean enable_filtering_debug_inc;
408         gboolean enable_filtering_debug_manual;
409         gboolean enable_filtering_debug_folder_proc;
410         gboolean enable_filtering_debug_pre_proc;
411         gboolean enable_filtering_debug_post_proc;
412         gboolean filtering_debug_cliplog;
413         guint filtering_debug_loglength;
414
415         gboolean confirm_on_exit;
416         gboolean session_passwords;
417         gboolean clean_on_exit;
418         gboolean ask_on_clean;
419         gboolean warn_queued_on_exit;
420
421         gint io_timeout_secs;
422
423         gboolean gtk_can_change_accels;
424         
425         /* Memory cache*/
426         gint cache_max_mem_usage;
427         gint cache_min_keep_time;
428         
429         /* boolean for work offline 
430            stored here for use in inc.c */
431         gboolean work_offline;
432         
433         gint summary_quicksearch_type;
434         gint summary_quicksearch_sticky;
435         gint summary_quicksearch_recurse;
436         gint summary_quicksearch_dynamic;
437         gint summary_quicksearch_autorun;
438         gulong color_new;
439         
440         GList *summary_quicksearch_history;
441         GList *summary_search_from_history;
442         GList *summary_search_to_history;
443         GList *summary_search_subject_history;
444         GList *summary_search_body_history;
445         GList *summary_search_adv_condition_history;
446         GList *message_search_history;
447         GList *compose_save_to_history;
448
449         gint filteringwin_width;
450         gint filteringwin_height;
451         gint filteringactionwin_width;
452         gint filteringactionwin_height;
453         gint matcherwin_width;
454         gint matcherwin_height;
455         gint templateswin_width;
456         gint templateswin_height;
457         gint actionswin_width;
458         gint actionswin_height;
459         gint tagswin_width;
460         gint tagswin_height;
461         gint addressbookwin_width;
462         gint addressbookwin_height;
463         gint addressbookeditpersonwin_width;
464         gint addressbookeditpersonwin_height;
465         gint addressbookeditgroupwin_width;
466         gint addressbookeditgroupwin_height;
467         gint pluginswin_width;
468         gint pluginswin_height;
469         gint prefswin_width;
470         gint prefswin_height;
471         gint folderitemwin_width;
472         gint folderitemwin_height;
473         gchar *zero_replacement;
474         gint editaccountwin_width;
475         gint editaccountwin_height;
476         gint accountswin_width;
477         gint accountswin_height;
478         gint logwin_width;
479         gint logwin_height;
480         gint filtering_debugwin_width;
481         gint filtering_debugwin_height;
482         gint folderselwin_width;
483         gint folderselwin_height;
484         gint addressaddwin_width;
485         gint addressaddwin_height;
486         gint addressbook_folderselwin_width;
487         gint addressbook_folderselwin_height;
488         gint aboutwin_width;
489         gint aboutwin_height;
490         gint addrgather_width;
491         gint addrgather_height;
492         gint news_subscribe_width;
493         gint news_subscribe_height;
494
495         gint warn_dnd;
496         gint broken_are_utf8;
497         gint skip_ssl_cert_check;
498         gint live_dangerously;
499         gint save_parts_readwrite;
500         gint never_send_retrcpt;
501         gint hide_quotes;
502         gboolean unsafe_ssl_certs;
503         gboolean real_time_sync;
504         
505         gchar *print_paper_type;
506         gint print_paper_orientation;
507         gint print_margin_top;
508         gint print_margin_bottom;
509         gint print_margin_left;
510         gint print_margin_right;
511   
512         gint print_use_color;
513         gint print_use_collate;
514         gint print_use_reverse;
515         gint print_use_duplex;
516         gint print_imgs;
517         gint print_previewwin_width;
518         gint print_previewwin_height;
519         
520         gboolean use_networkmanager;
521         gboolean use_shred;
522         gboolean two_line_vert;
523         gboolean inherit_folder_props;
524         gboolean flush_metadata;
525
526         gint nav_history_length;
527
528         gulong diff_added_color;
529         gulong diff_deleted_color;
530         gulong diff_hunk_color;
531         
532         gboolean folder_search_wildcard;
533         gboolean address_search_wildcard;
534
535         guint enable_avatars;
536 };
537
538 extern PrefsCommon prefs_common;
539
540 PrefsCommon *prefs_common_get_prefs(void);
541
542 GList *prefs_common_read_history_from_dir_with_defaults(const gchar *dirname, const gchar *history,
543                                                                                                                           GList *default_list);
544 void prefs_common_read_config   (void);
545 void prefs_common_write_config  (void);
546 void prefs_common_open          (void);
547 void pref_get_unescaped_pref(gchar *out, const gchar *in);
548 void pref_get_escaped_pref(gchar *out, const gchar *in);
549 void pref_set_textview_from_pref(GtkTextView *textview, const gchar *txt);
550 void pref_set_entry_from_pref(GtkEntry *entry, const gchar *txt);
551 gchar *pref_get_pref_from_textview(GtkTextView *textview);
552 gchar *pref_get_pref_from_entry(GtkEntry *entry);
553 const gchar *prefs_common_translated_header_name(const gchar *header_name);
554 const gchar *prefs_common_get_uri_cmd(void);
555 const gchar *prefs_common_get_ext_editor_cmd(void);
556 #endif /* __PREFS_COMMON_H__ */