2 * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
3 * Copyright (C) 1999-2013 Hiroyuki Yamamoto and the Claws Mail team
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/>.
20 #ifndef __PREFS_COMMON_H__
21 #define __PREFS_COMMON_H__
24 #include "claws-features.h"
29 #include "mainwindow.h"
30 #include "summaryview.h"
31 #include "folderview.h"
35 #include "prefs_msg_colors.h"
36 #include "prefs_summary_open.h"
38 typedef struct _PrefsCommon PrefsCommon;
50 } ComposeDndInsertOrAttach;
57 } TransferEncodingMethod;
61 /* U = unread, N = new, M = marked */
62 SELECTONENTRY_NOTHING,
74 ACTION_UNSET = 0, /* for backward compatibility */
86 NEXTUNREADMSGDIALOG_ALWAYS,
87 NEXTUNREADMSGDIALOG_ASSUME_YES,
88 NEXTUNREADMSGDIALOG_ASSUME_NO
89 } NextUnreadMsgDialogShow;
93 OPENMSG_REQUEST_ONLY = 0,
95 OPENMSG_WHEN_VIEW_VISIBLE
108 AVATARS_ENABLE_CAPTURE = 1,
109 AVATARS_ENABLE_RENDER = 2,
110 AVATARS_ENABLE_BOTH = 3
118 gboolean scan_all_after_inc;
119 gboolean autochk_newmail;
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;
134 gboolean confirm_send_queued_messages;
135 gboolean send_dialog_invisible;
138 gchar *outgoing_charset;
139 TransferEncodingMethod encoding_method;
140 gboolean outgoing_fallback_to_ascii;
141 gboolean warn_empty_subj;
143 gboolean allow_jisx0201_kana;
148 gboolean linewrap_quote;
149 gboolean linewrap_pastes;
150 gboolean primary_paste_unselects;
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;
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 gboolean type_any_header;
173 gboolean reply_with_quote;
178 gboolean forward_as_attachment;
179 gboolean redirect_keep_from;
182 gboolean enable_aspell;
184 gchar *alt_dictionary;
185 gulong misspelled_col;
186 gboolean check_while_typing;
187 gboolean recheck_when_changing_dict;
188 gboolean use_alternate;
189 gboolean use_both_dicts;
193 gchar *widgetfont_gtk1;
194 gchar *textfont_gtk1;
195 gchar *normalfont_gtk1;
196 gchar *boldfont_gtk1;
197 gchar *smallfont_gtk1;
207 gboolean use_different_print_font;
208 gboolean derive_from_normal_font;
211 ColorlabelPrefs custom_colorlabel[COLORLABELS];
214 gboolean display_img;
219 gint display_folder_unread;
222 gboolean show_searchbar;
223 gboolean expand_thread;
225 gboolean use_addr_book;
227 gboolean *msgview_date_format;
229 gboolean use_stripes_everywhere;
230 gboolean use_stripes_in_summaries; /* overrides if use_stripes_everywhere is set to TRUE */
231 gint stripes_color_offset;
232 gboolean enable_hscrollbar;
233 gboolean bold_unread;
234 gboolean next_on_delete;
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 FolderSortKey default_sort_key;
240 FolderSortType default_sort_type;
242 gchar *last_opened_folder;
243 gboolean goto_last_folder_on_startup;
245 ToolbarStyle toolbar_style;
246 gboolean toolbar_detachable;
247 gboolean show_statusbar;
248 gboolean show_col_headers;
250 gint folderview_vscrollbar_policy;
256 gint important_score;
259 GSList *actions_list;
261 /* Summary columns visibility, position and size */
262 gboolean summary_col_visible[N_SUMMARY_COLS];
263 gint summary_col_pos[N_SUMMARY_COLS];
264 gint summary_col_size[N_SUMMARY_COLS];
266 gboolean folder_col_visible[N_FOLDER_COLS];
267 gint folder_col_pos[N_FOLDER_COLS];
268 gint folder_col_size[N_FOLDER_COLS];
270 /* Widget visibility, position and size */
273 gint folderview_width;
274 gint folderview_height;
275 gboolean folderview_visible;
277 gint summaryview_width;
278 gint summaryview_height;
284 gboolean msgview_visible;
289 gint mainview_height;
294 gint mainwin_maximised;
295 gint mainwin_fullscreen;
296 gint mainwin_menubar;
301 gint mimeview_tree_height;
303 gint sourcewin_width;
304 gint sourcewin_height;
308 gint compose_notebook_height;
313 gboolean enable_color;
314 gboolean enable_bgcolor;
315 gulong quote_level1_col;
316 gulong quote_level2_col;
317 gulong quote_level3_col;
318 gulong quote_level1_bgcol;
319 gulong quote_level2_bgcol;
320 gulong quote_level3_bgcol;
322 gulong tgt_folder_col;
323 gulong signature_col;
325 gboolean recycle_quote_colors;
326 gboolean display_header_pane;
327 gboolean display_header;
328 gboolean display_xface;
330 gboolean render_html;
331 gboolean invoke_plugin_on_html;
332 gboolean promote_html_part;
333 gboolean textview_cursor_visible;
334 gboolean enable_smooth_scroll;
336 gboolean scroll_halfpage;
337 gboolean hide_quoted;
338 gboolean respect_flowed_format;
339 gboolean show_all_headers;
341 gboolean show_other_header;
342 GSList *disphdr_list;
344 gboolean attach_desc;
347 gchar *mime_textviewer;
348 gchar *mime_open_cmd;
349 gchar *attach_save_dir;
350 gchar *attach_load_dir;
352 GList *mime_open_cmd_history;
353 gboolean show_inline_attachments;
356 gboolean addressbook_use_editaddress_dialog;
357 gint addressbook_hpaned_pos;
358 gint addressbook_vpaned_pos;
359 GList *addressbook_custom_attributes;
362 gboolean layout_mode;
364 gint statusbar_update_step;
365 gboolean emulate_emacs;
366 ShowMsgPolicy always_show_msg;
367 gboolean mark_as_read_on_new_window;
368 gboolean mark_as_read_delay;
369 gboolean immediate_exec;
370 SelectOnEntry select_on_entry;
371 gboolean show_tooltips;
373 EntryAction summary_select_prio[SUMMARY_OPEN_ACTIONS-1];
375 NextUnreadMsgDialogShow next_unread_msg_dialog;
376 SummaryFromShow summary_from_show;
377 gboolean add_address_by_click;
378 gchar *pixmap_theme_path;
379 int hover_timeout; /* msecs mouse hover timeout */
380 gboolean ask_mark_all_read;
381 gboolean ask_apply_per_account_filtering_rules;
382 gint apply_per_account_filtering_rules;
390 gchar *ext_editor_cmd;
391 gboolean cmds_use_system_default;
395 gboolean enable_log_standard;
396 gboolean enable_log_warning;
397 gboolean enable_log_error;
398 gboolean enable_log_status;
400 gulong log_msg_color;
401 gulong log_warn_color;
402 gulong log_error_color;
404 gulong log_out_color;
405 gulong log_status_ok_color;
406 gulong log_status_nok_color;
407 gulong log_status_skip_color;
409 gboolean enable_filtering_debug;
410 gint filtering_debug_level;
411 gboolean enable_filtering_debug_inc;
412 gboolean enable_filtering_debug_manual;
413 gboolean enable_filtering_debug_folder_proc;
414 gboolean enable_filtering_debug_pre_proc;
415 gboolean enable_filtering_debug_post_proc;
416 gboolean filtering_debug_cliplog;
417 guint filtering_debug_loglength;
419 gboolean confirm_on_exit;
420 gboolean session_passwords;
421 gboolean clean_on_exit;
422 gboolean ask_on_clean;
423 gboolean warn_queued_on_exit;
425 gint io_timeout_secs;
427 gboolean gtk_can_change_accels;
430 gint cache_max_mem_usage;
431 gint cache_min_keep_time;
433 /* boolean for work offline
434 stored here for use in inc.c */
435 gboolean work_offline;
437 gint summary_quicksearch_type;
438 gint summary_quicksearch_sticky;
439 gint summary_quicksearch_recurse;
440 gint summary_quicksearch_dynamic;
441 gint summary_quicksearch_autorun;
444 GList *summary_quicksearch_history;
445 GList *summary_search_from_history;
446 GList *summary_search_to_history;
447 GList *summary_search_subject_history;
448 GList *summary_search_body_history;
449 GList *summary_search_adv_condition_history;
450 GList *message_search_history;
451 GList *compose_save_to_history;
453 gint filteringwin_width;
454 gint filteringwin_height;
455 gint filteringactionwin_width;
456 gint filteringactionwin_height;
457 gint matcherwin_width;
458 gint matcherwin_height;
459 gint templateswin_width;
460 gint templateswin_height;
461 gint actionswin_width;
462 gint actionswin_height;
465 gint addressbookwin_width;
466 gint addressbookwin_height;
467 gint addressbookeditpersonwin_width;
468 gint addressbookeditpersonwin_height;
469 gint addressbookeditgroupwin_width;
470 gint addressbookeditgroupwin_height;
471 gint pluginswin_width;
472 gint pluginswin_height;
474 gint prefswin_height;
475 gint folderitemwin_width;
476 gint folderitemwin_height;
477 gchar *zero_replacement;
478 gint editaccountwin_width;
479 gint editaccountwin_height;
480 gint accountswin_width;
481 gint accountswin_height;
484 gint filtering_debugwin_width;
485 gint filtering_debugwin_height;
486 gint folderselwin_width;
487 gint folderselwin_height;
488 gint addressaddwin_width;
489 gint addressaddwin_height;
490 gint addressbook_folderselwin_width;
491 gint addressbook_folderselwin_height;
493 gint aboutwin_height;
494 gint addrgather_width;
495 gint addrgather_height;
496 gint news_subscribe_width;
497 gint news_subscribe_height;
500 gint broken_are_utf8;
501 gint skip_ssl_cert_check;
502 gint live_dangerously;
503 gint save_parts_readwrite;
504 gint never_send_retrcpt;
506 gboolean unsafe_ssl_certs;
507 gboolean real_time_sync;
509 gchar *print_paper_type;
510 gint print_paper_orientation;
511 gint print_margin_top;
512 gint print_margin_bottom;
513 gint print_margin_left;
514 gint print_margin_right;
516 gint print_use_color;
517 gint print_use_collate;
518 gint print_use_reverse;
519 gint print_use_duplex;
521 gint print_previewwin_width;
522 gint print_previewwin_height;
524 gboolean use_networkmanager;
526 gboolean two_line_vert;
527 gboolean inherit_folder_props;
528 gboolean flush_metadata;
530 gint nav_history_length;
532 gulong diff_added_color;
533 gulong diff_deleted_color;
534 gulong diff_hunk_color;
536 gboolean folder_search_wildcard;
537 gboolean address_search_wildcard;
539 guint enable_avatars;
542 extern PrefsCommon prefs_common;
544 PrefsCommon *prefs_common_get_prefs(void);
546 GList *prefs_common_read_history_from_dir_with_defaults(const gchar *dirname, const gchar *history,
547 GList *default_list);
548 void prefs_common_read_config (void);
549 void prefs_common_write_config (void);
550 void prefs_common_open (void);
551 void pref_get_unescaped_pref(gchar *out, const gchar *in);
552 void pref_get_escaped_pref(gchar *out, const gchar *in);
553 void pref_set_textview_from_pref(GtkTextView *textview, const gchar *txt);
554 void pref_set_entry_from_pref(GtkEntry *entry, const gchar *txt);
555 gchar *pref_get_pref_from_textview(GtkTextView *textview);
556 gchar *pref_get_pref_from_entry(GtkEntry *entry);
557 const gchar *prefs_common_translated_header_name(const gchar *header_name);
558 const gchar *prefs_common_get_uri_cmd(void);
559 const gchar *prefs_common_get_ext_editor_cmd(void);
560 #endif /* __PREFS_COMMON_H__ */