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