2004-11-26 [colin] 0.9.12cvs173.1
[claws.git] / src / prefs_common.h
1 /*
2  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
3  * Copyright (C) 1999-2004 Hiroyuki Yamamoto
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 2 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, write to the Free Software
17  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
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 "codeconv.h"
32 #include "textview.h"
33 #include "procmime.h"
34
35 typedef struct _PrefsCommon     PrefsCommon;
36
37 typedef enum {
38         RECV_DIALOG_ALWAYS,
39         RECV_DIALOG_MANUAL,
40         RECV_DIALOG_NEVER
41 } RecvDialogMode;
42
43 typedef enum {
44         CTE_AUTO,
45         CTE_BASE64,
46         CTE_QUOTED_PRINTABLE,
47         CTE_8BIT
48 } TransferEncodingMethod;
49
50 typedef enum {
51         SEND_DIALOG_ALWAYS,
52         /* SEND_DIALOG_ACTIVE would be irrelevant */
53         SEND_DIALOG_NEVER
54 } SendDialogMode;
55
56 typedef enum
57 {
58         NEXTUNREADMSGDIALOG_ALWAYS,
59         NEXTUNREADMSGDIALOG_ASSUME_YES,
60         NEXTUNREADMSGDIALOG_ASSUME_NO
61 } NextUnreadMsgDialogShow;
62
63 struct _PrefsCommon
64 {
65         /* Receive */
66         gboolean use_extinc;
67         gchar *extinc_cmd;
68         gboolean scan_all_after_inc;
69         gboolean autochk_newmail;
70         gint autochk_itv;
71         gboolean chk_on_startup;
72         gboolean newmail_notify_auto;
73         gboolean newmail_notify_manu;
74         gchar   *newmail_notify_cmd;
75         RecvDialogMode recv_dialog_mode;
76         gboolean close_recv_dialog;
77         gboolean no_recv_err_panel;
78
79         /* Send */
80         gboolean savemsg;
81         SendDialogMode send_dialog_mode;
82         gchar *outgoing_charset;
83         TransferEncodingMethod encoding_method;
84
85         gboolean allow_jisx0201_kana;
86
87         /* Compose */
88         gint undolevels;
89         gint linewrap_len;
90         gboolean linewrap_quote;
91         gboolean autowrap;
92         gboolean linewrap_at_send;
93         gboolean auto_exteditor;
94         gboolean reply_account_autosel;
95         gboolean default_reply_list;
96         gboolean forward_account_autosel;
97         gboolean reedit_account_autosel;
98         gboolean show_ruler;
99         gboolean autosave;
100         gint autosave_length;
101         
102         /* Quote */
103         gboolean reply_with_quote;
104         gchar *quotemark;
105         gchar *quotefmt;
106         gchar *fw_quotemark;
107         gchar *fw_quotefmt;
108         gboolean forward_as_attachment;
109         gboolean redirect_keep_from;
110         gboolean block_cursor;
111         gchar *quote_chars;
112         
113 #if USE_ASPELL
114         gboolean enable_aspell;
115         gchar *aspell_path;
116         gchar *dictionary;
117         gulong misspelled_col;
118         gint aspell_sugmode;
119         gboolean check_while_typing;
120         gboolean use_alternate;
121 #endif
122         
123         /* Display */
124         /* obsolete fonts */
125         gchar *widgetfont_gtk1;
126         gchar *textfont_gtk1;
127         gchar *normalfont_gtk1;
128         gchar *boldfont_gtk1;
129         gchar *smallfont_gtk1;
130
131         /* new fonts */
132         gchar *widgetfont;
133         gchar *textfont;
134         gchar *normalfont;
135         gchar *boldfont;
136         gchar *smallfont;
137         gchar *titlefont;
138
139         gboolean trans_hdr;
140         gboolean display_folder_unread;
141         gint ng_abbrev_len;
142
143         gboolean show_searchbar;
144         gboolean swap_from;
145         gboolean expand_thread;
146         gboolean use_addr_book;
147         gchar *date_format;
148
149         gboolean enable_hscrollbar;
150         gboolean bold_unread;
151         gboolean enable_thread;
152         gboolean thread_by_subject;
153         gint thread_by_subject_max_age; /*!< Max. age of a thread which was threaded
154                                          *   by subject (days) */
155
156         ToolbarStyle toolbar_style;
157         gboolean show_statusbar;
158
159         gint folderview_vscrollbar_policy;
160
161         /* Filtering */
162         GSList *fltlist;
163
164         gint kill_score;
165         gint important_score;
166
167         /* Actions */
168         GSList *actions_list;
169
170         /* Summary columns visibility, position and size */
171         gboolean summary_col_visible[N_SUMMARY_COLS];
172         gint summary_col_pos[N_SUMMARY_COLS];
173         gint summary_col_size[N_SUMMARY_COLS];
174
175         /* Widget visibility, position and size */
176         gint folderwin_x;
177         gint folderwin_y;
178         gint folderview_width;
179         gint folderview_height;
180         gboolean folderview_visible;
181
182         gint folder_col_folder;
183         gint folder_col_new;
184         gint folder_col_unread;
185         gint folder_col_total;
186
187         gint summaryview_width;
188         gint summaryview_height;
189
190         gint main_msgwin_x;
191         gint main_msgwin_y;
192         gint msgview_width;
193         gint msgview_height;
194         gboolean msgview_visible;
195
196         gint mainview_x;
197         gint mainview_y;
198         gint mainview_width;
199         gint mainview_height;
200         gint mainwin_x;
201         gint mainwin_y;
202         gint mainwin_width;
203         gint mainwin_height;
204
205         gint msgwin_width;
206         gint msgwin_height;
207
208         gint sourcewin_width;
209         gint sourcewin_height;
210
211         gint compose_width;
212         gint compose_height;
213         gint compose_x;
214         gint compose_y;
215
216         /* Message */
217         gboolean enable_color;
218         gulong quote_level1_col;
219         gulong quote_level2_col;
220         gulong quote_level3_col;
221         gulong uri_col;
222         gulong tgt_folder_col;
223         gulong signature_col;
224         gboolean recycle_quote_colors;
225         gboolean conv_mb_alnum;
226         gboolean display_header_pane;
227         gboolean display_header;
228         gboolean head_space;
229         gint line_space;
230         gboolean enable_smooth_scroll;
231         gint scroll_step;
232         gboolean scroll_halfpage;
233
234         gboolean show_other_header;
235         GSList *disphdr_list;
236
237         gboolean attach_desc;
238
239         /* MIME viewer */
240         gchar *mime_image_viewer;
241         gchar *mime_audio_player;
242         gchar *mime_open_cmd;
243         gchar *attach_save_dir;
244
245         GList *mime_open_cmd_history;
246
247 #if USE_GPGME
248         /* Privacy */
249         gboolean auto_check_signatures;
250         gboolean gpg_signature_popup;
251         gboolean store_passphrase;
252         gint store_passphrase_timeout;
253         gboolean passphrase_grab;
254         gboolean gpg_warning;
255 #endif /* USE_GPGME */
256
257         /* Interface */
258         gboolean sep_folder;
259         gboolean sep_msg;
260         gboolean emulate_emacs;
261         gboolean always_show_msg;
262         gboolean open_unread_on_enter;
263         gboolean mark_as_read_on_new_window;
264         gboolean mark_as_read_delay;
265         gboolean open_inbox_on_inc;
266         gboolean immediate_exec;
267         NextUnreadMsgDialogShow next_unread_msg_dialog;
268         gboolean add_address_by_click;
269         gchar *pixmap_theme_path;
270         int hover_timeout; /* msecs mouse hover timeout */
271
272         /* Other */
273         gchar *uri_cmd;
274         gchar *print_cmd;
275         gchar *ext_editor_cmd;
276
277         gboolean cliplog;
278         guint loglength;
279
280         gboolean confirm_on_exit;
281         gboolean clean_on_exit;
282         gboolean ask_on_clean;
283         gboolean warn_queued_on_exit;
284
285         gint io_timeout_secs;
286         
287 #if 0
288 #ifdef USE_OPENSSL
289         gboolean ssl_ask_unknown_valid;
290 #endif
291 #endif
292
293         /* Memory cache*/
294         gint cache_max_mem_usage;
295         gint cache_min_keep_time;
296         
297         /* boolean for work offline 
298            stored here for use in inc.c */
299         gboolean work_offline;
300         
301         gint summary_quicksearch_type;
302         gint summary_quicksearch_sticky;
303         gulong color_new;
304         
305         GList *summary_quicksearch_history;
306 };
307
308 extern PrefsCommon prefs_common;
309
310 void prefs_common_init          (void);
311 void prefs_common_read_config   (void);
312 void prefs_common_write_config  (void);
313 void prefs_common_open          (void);
314 PrefsCommon *prefs_common_get   (void);
315
316 #endif /* __PREFS_COMMON_H__ */