2 * Claws Mail -- a GTK based, lightweight, and fast e-mail client
3 * Copyright (C) 1999-2022 the Claws Mail team and Hiroyuki Yamamoto
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/>.
19 #ifndef __PREFS_COMMON_H__
20 #define __PREFS_COMMON_H__
23 #include "claws-features.h"
28 #include "mainwindow.h"
29 #include "summaryview.h"
30 #include "folderview.h"
34 #include "prefs_msg_colors.h"
35 #include "prefs_summary_open.h"
37 #define CLAWS_CONFIG_VERSION 4
39 typedef struct _PrefsCommon PrefsCommon
;
51 } ComposeDndInsertOrAttach
;
58 } TransferEncodingMethod
;
62 /* U = unread, N = new, M = marked */
63 SELECTONENTRY_NOTHING
,
75 ACTION_UNSET
= 0, /* for backward compatibility */
90 NEXTUNREADMSGDIALOG_ALWAYS
,
91 NEXTUNREADMSGDIALOG_ASSUME_YES
,
92 NEXTUNREADMSGDIALOG_ASSUME_NO
93 } NextUnreadMsgDialogShow
;
105 AVATARS_ENABLE_CAPTURE
= 1,
106 AVATARS_ENABLE_RENDER
= 2,
107 AVATARS_ENABLE_BOTH
= 3
124 COL_DEFAULT_HEADER_BG
,
153 gboolean scan_all_after_inc
;
154 gboolean autochk_newmail
;
156 gboolean chk_on_startup
;
157 gboolean open_inbox_on_inc
;
158 gboolean newmail_notify_auto
;
159 gboolean newmail_notify_manu
;
160 gchar
*newmail_notify_cmd
;
161 RecvDialogMode recv_dialog_mode
;
162 gint receivewin_width
;
163 gint receivewin_height
;
164 gboolean close_recv_dialog
;
165 gboolean no_recv_err_panel
;
169 gboolean confirm_send_queued_messages
;
170 gboolean send_dialog_invisible
;
173 gchar
*outgoing_charset
;
174 TransferEncodingMethod encoding_method
;
175 gboolean outgoing_fallback_to_ascii
;
176 gboolean rewrite_first_from
;
177 gboolean warn_empty_subj
;
178 gint warn_sending_many_recipients_num
;
179 gboolean hide_timezone
;
180 gboolean allow_jisx0201_kana
;
185 gboolean linewrap_quote
;
186 gboolean linewrap_pastes
;
187 gboolean primary_paste_unselects
;
189 gboolean auto_indent
;
190 gboolean auto_exteditor
;
191 gboolean reply_account_autosel
;
192 gboolean default_reply_list
;
193 gboolean forward_account_autosel
;
194 gboolean reedit_account_autosel
;
197 gint autosave_length
;
198 gboolean autosave_encrypted
;
199 gboolean warn_large_insert
;
200 gint warn_large_insert_size
;
201 gboolean compose_no_markup
;
202 ComposeDndInsertOrAttach compose_dnd_mode
;
203 gboolean compose_with_format
;
204 gchar
*compose_subject_format
;
205 gchar
*compose_body_format
;
206 gboolean show_compose_margin
;
207 gboolean type_any_header
;
210 gboolean reply_with_quote
;
215 gboolean forward_as_attachment
;
216 gboolean redirect_keep_from
;
219 gboolean enable_aspell
;
221 gchar
*alt_dictionary
;
222 gboolean check_while_typing
;
223 gboolean recheck_when_changing_dict
;
224 gboolean use_alternate
;
225 gboolean use_both_dicts
;
235 gboolean use_different_print_font
;
236 gboolean derive_from_normal_font
;
239 ColorlabelPrefs custom_colorlabel
[COLORLABELS
];
242 GdkRGBA color
[COL_LAST_COLOR_INDEX
];
245 gboolean display_img
;
248 gboolean fit_img_height
;
251 gint display_folder_unread
;
254 gboolean show_searchbar
;
256 gboolean use_addr_book
;
258 gboolean
*msgview_date_format
;
260 gboolean use_stripes_everywhere
;
261 gboolean use_stripes_in_summaries
; /* overrides if use_stripes_everywhere is set to TRUE */
262 gint stripes_color_offset
;
263 gboolean enable_hscrollbar
;
264 gboolean bold_unread
;
265 gboolean next_on_delete
;
266 gboolean thread_by_subject
;
267 gint thread_by_subject_max_age
; /*!< Max. age of a thread which was threaded
268 * by subject (days) */
269 FolderSortKey default_sort_key
;
270 FolderSortType default_sort_type
;
271 gboolean folder_default_thread
;
272 gboolean folder_default_thread_collapsed
;
273 gboolean folder_default_hide_read_threads
;
274 gboolean folder_default_hide_read_msgs
;
275 gboolean folder_default_hide_del_msgs
;
277 gchar
*last_opened_folder
;
278 gboolean goto_last_folder_on_startup
;
280 ToolbarStyle toolbar_style
;
281 gboolean show_statusbar
;
282 gboolean show_col_headers
;
284 gint folderview_vscrollbar_policy
;
290 gint important_score
;
293 GSList
*actions_list
;
295 /* Summary lock column headers */
296 gboolean summary_col_lock
;
298 /* Summary columns visibility, position and size */
299 gboolean summary_col_visible
[N_SUMMARY_COLS
];
300 gint summary_col_pos
[N_SUMMARY_COLS
];
301 gint summary_col_size
[N_SUMMARY_COLS
];
303 gboolean folder_col_visible
[N_FOLDER_COLS
];
304 gint folder_col_pos
[N_FOLDER_COLS
];
305 gint folder_col_size
[N_FOLDER_COLS
];
307 /* Widget visibility, position and size */
310 gint folderview_width
;
311 gint folderview_height
;
312 gboolean folderview_visible
;
314 gint summaryview_width
;
315 gint summaryview_height
;
321 gboolean msgview_visible
;
326 gint mainview_height
;
331 gint mainwin_maximised
;
332 gint mainwin_fullscreen
;
333 gint mainwin_menubar
;
338 gint mimeview_tree_height
;
340 gint sourcewin_width
;
341 gint sourcewin_height
;
345 gint compose_notebook_height
;
350 gboolean enable_color
;
351 gboolean enable_bgcolor
;
352 gboolean recycle_quote_colors
;
353 gboolean display_header_pane
;
354 gboolean display_header
;
355 gboolean display_xface
;
358 gboolean render_html
;
359 gboolean invoke_plugin_on_html
;
360 gboolean promote_html_part
;
361 gboolean textview_cursor_visible
;
362 gboolean enable_smooth_scroll
;
364 gboolean scroll_halfpage
;
365 gboolean hide_quoted
;
366 gboolean respect_flowed_format
;
367 gboolean show_all_headers
;
369 gboolean show_other_header
;
370 GSList
*disphdr_list
;
372 gboolean attach_desc
;
375 gchar
*mime_textviewer
;
376 gchar
*mime_open_cmd
;
377 gchar
*attach_save_dir
;
378 gchar
*attach_load_dir
;
380 GList
*mime_open_cmd_history
;
381 gboolean show_inline_attachments
;
384 gboolean addressbook_use_editaddress_dialog
;
385 gint addressbook_hpaned_pos
;
386 gint addressbook_vpaned_pos
;
387 GList
*addressbook_custom_attributes
;
390 LayoutType layout_mode
;
392 gint statusbar_update_step
;
393 gboolean emulate_emacs
;
395 gboolean open_selected_on_folder_open
;
396 gboolean open_selected_on_search_results
;
397 gboolean open_selected_on_prevnext
;
398 gboolean open_selected_on_deletemove
;
399 gboolean open_selected_on_directional
;
400 gboolean always_show_msg
;
402 gboolean mark_as_read_on_new_window
;
403 gboolean mark_as_read_delay
;
404 gboolean immediate_exec
;
405 SelectOnEntry select_on_entry
;
406 gboolean show_tooltips
;
408 EntryAction summary_select_prio
[SUMMARY_OPEN_ACTIONS
-1];
410 NextUnreadMsgDialogShow next_unread_msg_dialog
;
411 SummaryFromShow summary_from_show
;
412 gboolean add_address_by_click
;
413 gchar
*pixmap_theme_path
;
415 gboolean enable_alpha_svg
;
416 gboolean enable_pixmap_scaling
;
417 gboolean pixmap_scaling_auto
;
418 gint pixmap_scaling_ppi
;
420 int hover_timeout
; /* msecs mouse hover timeout */
421 gboolean ask_mark_all_read
;
422 gboolean run_processingrules_before_mark_all
;
423 gboolean ask_override_colorlabel
;
424 gboolean ask_apply_per_account_filtering_rules
;
425 gint apply_per_account_filtering_rules
;
433 gchar
*ext_editor_cmd
;
434 gboolean cmds_use_system_default
;
438 gboolean enable_log_standard
;
439 gboolean enable_log_warning
;
440 gboolean enable_log_error
;
441 gboolean enable_log_status
;
443 gboolean enable_filtering_debug
;
444 gint filtering_debug_level
;
445 gboolean enable_filtering_debug_inc
;
446 gboolean enable_filtering_debug_manual
;
447 gboolean enable_filtering_debug_folder_proc
;
448 gboolean enable_filtering_debug_pre_proc
;
449 gboolean enable_filtering_debug_post_proc
;
450 gboolean filtering_debug_cliplog
;
451 guint filtering_debug_loglength
;
453 gboolean confirm_on_exit
;
454 gboolean session_passwords
;
455 gboolean clean_on_exit
;
456 gboolean ask_on_clean
;
457 gboolean warn_queued_on_exit
;
459 gint io_timeout_secs
;
461 gboolean gtk_enable_accels
;
464 gint cache_max_mem_usage
;
465 gint cache_min_keep_time
;
467 /* boolean for work offline
468 stored here for use in inc.c */
469 gboolean work_offline
;
471 gint summary_quicksearch_type
;
472 gint summary_quicksearch_sticky
;
473 gint summary_quicksearch_recurse
;
474 gint summary_quicksearch_dynamic
;
475 gint summary_quicksearch_autorun
;
477 GList
*summary_quicksearch_history
;
478 GList
*summary_search_from_history
;
479 GList
*summary_search_to_history
;
480 GList
*summary_search_subject_history
;
481 GList
*summary_search_body_history
;
482 GList
*summary_search_adv_condition_history
;
483 GList
*message_search_history
;
484 GList
*compose_save_to_history
;
486 gint filteringwin_width
;
487 gint filteringwin_height
;
488 gint filteringactionwin_width
;
489 gint filteringactionwin_height
;
490 gint matcherwin_width
;
491 gint matcherwin_height
;
492 gint templateswin_width
;
493 gint templateswin_height
;
494 gint actionswin_width
;
495 gint actionswin_height
;
496 gint actionsiodialog_width
;
497 gint actionsiodialog_height
;
500 gint sslmanwin_width
;
501 gint sslmanwin_height
;
502 gint uriopenerwin_width
;
503 gint uriopenerwin_height
;
504 gint foldersortwin_width
;
505 gint foldersortwin_height
;
506 gint addressbookwin_width
;
507 gint addressbookwin_height
;
508 gint addressbookeditpersonwin_width
;
509 gint addressbookeditpersonwin_height
;
510 gint addressbookeditgroupwin_width
;
511 gint addressbookeditgroupwin_height
;
512 gint pluginswin_width
;
513 gint pluginswin_height
;
515 gint prefswin_height
;
516 gint folderitemwin_width
;
517 gint folderitemwin_height
;
518 gchar
*zero_replacement
;
519 gint editaccountwin_width
;
520 gint editaccountwin_height
;
521 gint accountswin_width
;
522 gint accountswin_height
;
525 gint filtering_debugwin_width
;
526 gint filtering_debugwin_height
;
527 gint folderselwin_width
;
528 gint folderselwin_height
;
529 gint addressaddwin_width
;
530 gint addressaddwin_height
;
531 gint addressbook_folderselwin_width
;
532 gint addressbook_folderselwin_height
;
534 gint aboutwin_height
;
535 gint addrgather_width
;
536 gint addrgather_height
;
537 gint news_subscribe_width
;
538 gint news_subscribe_height
;
540 gint imap_scan_tree_recurs_limit
;
542 gint broken_are_utf8
;
543 gint skip_ssl_cert_check
;
544 gint live_dangerously
;
545 gint save_parts_readwrite
;
546 gint never_send_retrcpt
;
548 gboolean unsafe_ssl_certs
;
549 gboolean real_time_sync
;
550 gboolean show_save_all_success
;
551 gboolean show_save_all_failure
;
553 gchar
*print_paper_type
;
554 gint print_paper_orientation
;
555 gint print_margin_top
;
556 gint print_margin_bottom
;
557 gint print_margin_left
;
558 gint print_margin_right
;
560 gint print_use_color
;
561 gint print_use_collate
;
562 gint print_use_reverse
;
563 gint print_use_duplex
;
565 gint print_previewwin_width
;
566 gint print_previewwin_height
;
568 gboolean use_networkmanager
;
570 gboolean two_line_vert
;
571 gboolean inherit_folder_props
;
572 gboolean flush_metadata
;
574 gint nav_history_length
;
576 gboolean folder_search_wildcard
;
577 gboolean address_search_wildcard
;
579 guint enable_avatars
;
581 #ifndef PASSWORD_CRYPTO_OLD
582 gboolean use_primary_passphrase
;
583 gchar
*primary_passphrase
;
584 gchar
*primary_passphrase_salt
;
585 guint primary_passphrase_pbkdf2_rounds
;
590 ProxyInfo proxy_info
;
593 guint qs_press_timeout
;
596 extern PrefsCommon prefs_common
;
598 PrefsCommon
*prefs_common_get_prefs(void);
600 GList
*prefs_common_read_history_from_dir_with_defaults(const gchar
*dirname
, const gchar
*history
,
601 GList
*default_list
);
602 void prefs_common_read_config (void);
603 void prefs_common_write_config (void);
604 void prefs_common_open (void);
605 void pref_get_unescaped_pref(gchar
*out
, const gchar
*in
);
606 void pref_get_escaped_pref(gchar
*out
, const gchar
*in
);
607 void pref_set_textview_from_pref(GtkTextView
*textview
, const gchar
*txt
);
608 void pref_set_entry_from_pref(GtkEntry
*entry
, const gchar
*txt
);
609 gchar
*pref_get_pref_from_textview(GtkTextView
*textview
);
610 gchar
*pref_get_pref_from_entry(GtkEntry
*entry
);
611 const gchar
*prefs_common_translated_header_name(const gchar
*header_name
);
612 const gchar
*prefs_common_get_uri_cmd(void);
613 const gchar
*prefs_common_get_ext_editor_cmd(void);
615 #define OPEN_SELECTED(when) (prefs_common.always_show_msg || prefs_common.when)
617 #define OPEN_SELECTED_ON_FOLDER_OPEN OPEN_SELECTED(open_selected_on_folder_open)
618 #define OPEN_SELECTED_ON_SEARCH_RESULTS OPEN_SELECTED(open_selected_on_search_results)
619 #define OPEN_SELECTED_ON_PREVNEXT OPEN_SELECTED(open_selected_on_prevnext)
620 #define OPEN_SELECTED_ON_DELETEMOVE OPEN_SELECTED(open_selected_on_deletemove)
621 #define OPEN_SELECTED_ON_DIRECTIONAL OPEN_SELECTED(open_selected_on_directional)
623 #endif /* __PREFS_COMMON_H__ */