2008-07-05 [colin] 3.5.0cvs12
[claws.git] / src / prefs_common.h
1 /*
2  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
3  * Copyright (C) 1999-2007 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 #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 struct _PrefsCommon
92 {
93 #ifdef MAEMO
94         gchar *data_root;
95 #endif
96         /* Receive */
97         gboolean use_extinc;
98         gchar *extinc_cmd;
99         gboolean scan_all_after_inc;
100         gboolean autochk_newmail;
101         gint autochk_itv;
102         gboolean chk_on_startup;
103         gboolean open_inbox_on_inc;
104         gboolean newmail_notify_auto;
105         gboolean newmail_notify_manu;
106         gchar   *newmail_notify_cmd;
107 #ifdef MAEMO
108         gboolean maemo_show_led;
109         gboolean maemo_play_sound;
110         gboolean maemo_show_banner;
111 #endif
112         RecvDialogMode recv_dialog_mode;
113         gint receivewin_width;
114         gint receivewin_height;
115         gboolean close_recv_dialog;
116         gboolean no_recv_err_panel;
117
118         /* Send */
119         gboolean savemsg;
120         gboolean confirm_send_queued_messages;
121         gboolean send_dialog_invisible;
122         gint sendwin_width;
123         gint sendwin_height;
124         gchar *outgoing_charset;
125         TransferEncodingMethod encoding_method;
126         gboolean outgoing_fallback_to_ascii;
127
128         gboolean allow_jisx0201_kana;
129
130         /* Compose */
131         gint undolevels;
132         gint linewrap_len;
133         gboolean linewrap_quote;
134         gboolean linewrap_pastes;
135         gboolean autowrap;
136         gboolean auto_exteditor;
137         gboolean reply_account_autosel;
138         gboolean default_reply_list;
139         gboolean forward_account_autosel;
140         gboolean reedit_account_autosel;
141         gboolean show_ruler;
142         gboolean autosave;
143         gint autosave_length;
144         gboolean compose_no_markup;
145         ComposeDndInsertOrAttach compose_dnd_mode;
146         gboolean compose_with_format;
147         gchar *compose_subject_format;
148         gchar *compose_body_format;
149
150         /* Quote */
151         gboolean reply_with_quote;
152         gchar *quotemark;
153         gchar *quotefmt;
154         gchar *fw_quotemark;
155         gchar *fw_quotefmt;
156         gboolean forward_as_attachment;
157         gboolean redirect_keep_from;
158         gboolean block_cursor;
159         gchar *quote_chars;
160         
161 #if USE_ASPELL
162         gboolean enable_aspell;
163         gchar *aspell_path;
164         gchar *dictionary;
165         gchar *alt_dictionary;
166         gulong misspelled_col;
167         gint aspell_sugmode;
168         gboolean check_while_typing;
169         gboolean recheck_when_changing_dict;
170         gboolean use_alternate;
171         gboolean use_both_dicts;
172 #endif
173         
174         /* Display */
175         /* obsolete fonts */
176         gchar *widgetfont_gtk1;
177         gchar *textfont_gtk1;
178         gchar *normalfont_gtk1;
179         gchar *boldfont_gtk1;
180         gchar *smallfont_gtk1;
181
182         /* new fonts */
183         gchar *widgetfont;
184         gchar *textfont;
185         gchar *printfont;
186         gchar *boldfont;
187         gchar *normalfont;
188         gchar *smallfont;
189         gchar *titlefont;
190         gboolean use_different_print_font;
191         gboolean derive_from_normal_font;
192
193         /* custom colors */
194         ColorlabelPrefs custom_colorlabel[COLORLABELS];
195
196         /* image viewer */
197         gboolean display_img;
198         gboolean resize_img;
199         gboolean inline_img;
200
201         gboolean trans_hdr;
202         gint display_folder_unread;
203         gint ng_abbrev_len;
204
205         gboolean show_searchbar;
206         gboolean expand_thread;
207         gboolean swap_from;
208         gboolean use_addr_book;
209         gchar *date_format;
210
211         gboolean use_stripes_everywhere;
212         gboolean use_stripes_in_summaries; /* overrides if use_stripes_everywhere is set to TRUE */
213         gint stripes_color_offset;
214         gboolean enable_dotted_lines;
215         gboolean enable_hscrollbar;
216         gboolean bold_unread;
217         gboolean enable_thread;
218         gboolean thread_by_subject;
219         gint thread_by_subject_max_age; /*!< Max. age of a thread which was threaded
220                                          *   by subject (days) */
221
222         gchar *last_opened_folder;
223         gboolean goto_last_folder_on_startup;
224
225         ToolbarStyle toolbar_style;
226         gboolean toolbar_detachable;
227         gboolean show_statusbar;
228         gboolean show_col_headers;
229
230         gint folderview_vscrollbar_policy;
231
232         /* Filtering */
233         GSList *fltlist;
234
235         gint kill_score;
236         gint important_score;
237
238         /* Actions */
239         GSList *actions_list;
240
241         /* Summary columns visibility, position and size */
242         gboolean summary_col_visible[N_SUMMARY_COLS];
243         gint summary_col_pos[N_SUMMARY_COLS];
244         gint summary_col_size[N_SUMMARY_COLS];
245
246         gboolean folder_col_visible[N_FOLDER_COLS];
247         gint folder_col_pos[N_FOLDER_COLS];
248         gint folder_col_size[N_FOLDER_COLS];
249
250         /* Widget visibility, position and size */
251         gint folderwin_x;
252         gint folderwin_y;
253         gint folderview_width;
254         gint folderview_height;
255         gboolean folderview_visible;
256
257         gint summaryview_width;
258         gint summaryview_height;
259
260         gint main_msgwin_x;
261         gint main_msgwin_y;
262         gint msgview_width;
263         gint msgview_height;
264         gboolean msgview_visible;
265
266         gint mainview_x;
267         gint mainview_y;
268         gint mainview_width;
269         gint mainview_height;
270         gint mainwin_x;
271         gint mainwin_y;
272         gint mainwin_width;
273         gint mainwin_height;
274         gint mainwin_maximised;
275
276         gint msgwin_width;
277         gint msgwin_height;
278
279         gint sourcewin_width;
280         gint sourcewin_height;
281
282         gint compose_width;
283         gint compose_height;
284         gint compose_x;
285         gint compose_y;
286
287         /* Message */
288         gboolean enable_color;
289         gboolean enable_bgcolor;
290         gulong quote_level1_col;
291         gulong quote_level2_col;
292         gulong quote_level3_col;
293         gulong quote_level1_bgcol;
294         gulong quote_level2_bgcol;
295         gulong quote_level3_bgcol;
296         gulong uri_col;
297         gulong tgt_folder_col;
298         gulong signature_col;
299         gulong emphasis_col;
300         gboolean recycle_quote_colors;
301         gboolean display_header_pane;
302         gboolean display_header;
303         gboolean display_xface;
304         gint line_space;
305         gboolean render_html;
306         gboolean invoke_plugin_on_html;
307         gboolean promote_html_part;
308         gboolean textview_cursor_visible;
309         gboolean enable_smooth_scroll;
310         gint scroll_step;
311         gboolean scroll_halfpage;
312         gboolean respect_flowed_format;
313
314         gboolean show_other_header;
315         GSList *disphdr_list;
316
317         gboolean attach_desc;
318
319         /* MIME viewer */
320         gchar *mime_textviewer;
321         gchar *mime_open_cmd;
322         gchar *attach_save_dir;
323         gchar *attach_load_dir;
324
325         GList *mime_open_cmd_history;
326
327 #if USE_GPGME
328         /* Privacy */
329         gboolean auto_check_signatures;
330         gboolean gpg_signature_popup;
331         gboolean store_passphrase;
332         gint store_passphrase_timeout;
333         gboolean passphrase_grab;
334         gboolean gpg_warning;
335 #endif /* USE_GPGME */
336
337         /* Addressbook */
338         gboolean addressbook_use_editaddress_dialog;
339         gint addressbook_hpaned_pos;
340         gint addressbook_vpaned_pos;
341         GList *addressbook_custom_attributes;
342
343         /* Interface */
344         gboolean layout_mode;
345
346         gint statusbar_update_step;
347         gboolean emulate_emacs;
348         gboolean always_show_msg;
349         gboolean mark_as_read_on_new_window;
350         gboolean mark_as_read_delay;
351         gboolean immediate_exec;
352         SelectOnEntry select_on_entry;
353         gboolean show_tooltips;
354
355         EntryAction summary_select_prio[SUMMARY_OPEN_ACTIONS-1];
356
357         NextUnreadMsgDialogShow next_unread_msg_dialog;
358         gboolean add_address_by_click;
359         gchar *pixmap_theme_path;
360         int hover_timeout; /* msecs mouse hover timeout */
361         gboolean ask_mark_all_read;
362         gboolean ask_apply_per_account_filtering_rules;
363         gint apply_per_account_filtering_rules;
364
365         /* Other */
366         gchar *uri_cmd;
367         gchar *print_cmd;
368         gchar *ext_editor_cmd;
369         gboolean cmds_use_system_default;
370
371         gboolean cliplog;
372         guint loglength;
373         gboolean enable_log_standard;
374         gboolean enable_log_warning;
375         gboolean enable_log_error;
376         gboolean enable_log_status;
377
378         gulong log_msg_color;
379         gulong log_warn_color;
380         gulong log_error_color;
381         gulong log_in_color;
382         gulong log_out_color;
383         gulong log_status_ok_color;
384         gulong log_status_nok_color;
385         gulong log_status_skip_color;
386
387         gboolean enable_filtering_debug;
388         gint filtering_debug_level;
389         gboolean enable_filtering_debug_inc;
390         gboolean enable_filtering_debug_manual;
391         gboolean enable_filtering_debug_folder_proc;
392         gboolean enable_filtering_debug_pre_proc;
393         gboolean enable_filtering_debug_post_proc;
394     gboolean filtering_debug_cliplog;
395     guint filtering_debug_loglength;
396
397     gboolean confirm_on_exit;
398         gboolean clean_on_exit;
399         gboolean ask_on_clean;
400         gboolean warn_queued_on_exit;
401
402         gint io_timeout_secs;
403
404         gboolean gtk_can_change_accels;
405         
406         /* Memory cache*/
407         gint cache_max_mem_usage;
408         gint cache_min_keep_time;
409         
410         /* boolean for work offline 
411            stored here for use in inc.c */
412         gboolean work_offline;
413         
414         gint summary_quicksearch_type;
415         gint summary_quicksearch_sticky;
416         gint summary_quicksearch_recurse;
417         gint summary_quicksearch_dynamic;
418         gint summary_quicksearch_autorun;
419         gulong color_new;
420         
421         GList *summary_quicksearch_history;
422         GList *summary_search_from_history;
423         GList *summary_search_to_history;
424         GList *summary_search_subject_history;
425         GList *summary_search_body_history;
426         GList *summary_search_adv_condition_history;
427         GList *message_search_history;
428
429         gint filteringwin_width;
430         gint filteringwin_height;
431         gint filteringactionwin_width;
432         gint filteringactionwin_height;
433         gint matcherwin_width;
434         gint matcherwin_height;
435         gint templateswin_width;
436         gint templateswin_height;
437         gint actionswin_width;
438         gint actionswin_height;
439         gint tagswin_width;
440         gint tagswin_height;
441         gint addressbookwin_width;
442         gint addressbookwin_height;
443         gint addressbookeditpersonwin_width;
444         gint addressbookeditpersonwin_height;
445         gint addressbookeditgroupwin_width;
446         gint addressbookeditgroupwin_height;
447         gint pluginswin_width;
448         gint pluginswin_height;
449         gint prefswin_width;
450         gint prefswin_height;
451         gint folderitemwin_width;
452         gint folderitemwin_height;
453         gchar *zero_replacement;
454         gint editaccountwin_width;
455         gint editaccountwin_height;
456         gint accountswin_width;
457         gint accountswin_height;
458         gint logwin_width;
459         gint logwin_height;
460         gint filtering_debugwin_width;
461         gint filtering_debugwin_height;
462         gint folderselwin_width;
463         gint folderselwin_height;
464         gint addressaddwin_width;
465         gint addressaddwin_height;
466         gint addressbook_folderselwin_width;
467         gint addressbook_folderselwin_height;
468
469         gint warn_dnd;
470         gint broken_are_utf8;
471         gint skip_ssl_cert_check;
472         gint live_dangerously;
473         gint save_parts_readwrite;
474         gint never_send_retrcpt;
475         gint hide_quotes;
476         gboolean unsafe_ssl_certs;
477         gboolean real_time_sync;
478         
479         gchar *print_paper_type;
480         gint print_paper_orientation;
481         gint print_use_color;
482         gint print_use_collate;
483         gint print_use_reverse;
484         gint print_use_duplex;
485         gint print_imgs;
486         gint print_previewwin_width;
487         gint print_previewwin_height;
488         
489         gboolean use_networkmanager;
490         gboolean use_shred;
491         gboolean two_line_vert;
492         gboolean inherit_folder_props;
493
494 };
495
496 extern PrefsCommon prefs_common;
497
498 GList *prefs_common_read_history_from_dir_with_defaults(const gchar *dirname, const gchar *history,
499                                                                                                                           GList *default_list);
500 void prefs_common_read_config   (void);
501 void prefs_common_write_config  (void);
502 void prefs_common_open          (void);
503 void pref_get_unescaped_pref(gchar *out, const gchar *in);
504 void pref_get_escaped_pref(gchar *out, const gchar *in);
505 void pref_set_textview_from_pref(GtkTextView *textview, const gchar *txt);
506 void pref_set_entry_from_pref(GtkEntry *entry, const gchar *txt);
507 gchar *pref_get_pref_from_textview(GtkTextView *textview);
508 gchar *pref_get_pref_from_entry(GtkEntry *entry);
509 const gchar *prefs_common_translated_header_name(const gchar *header_name);
510 const gchar *prefs_common_get_uri_cmd(void);
511 const gchar *prefs_common_get_ext_editor_cmd(void);
512 #endif /* __PREFS_COMMON_H__ */