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