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