blob: f002f77f737f227116a3d8a69c8120f3725f00b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
$NetBSD: patch-ac,v 1.3 2007/09/18 03:17:25 smb Exp $
--- src/prefs_common.h.orig 2007-08-16 22:50:08.000000000 -0400
+++ src/prefs_common.h 2007-08-16 22:50:33.000000000 -0400
@@ -153,7 +153,6 @@
gboolean block_cursor;
gchar *quote_chars;
-#if USE_ASPELL
gboolean enable_aspell;
gchar *aspell_path;
gchar *dictionary;
@@ -164,7 +163,6 @@
gboolean recheck_when_changing_dict;
gboolean use_alternate;
gboolean use_both_dicts;
-#endif
/* Display */
/* obsolete fonts */
@@ -313,7 +311,6 @@
GList *mime_open_cmd_history;
-#if USE_GPGME
/* Privacy */
gboolean auto_check_signatures;
gboolean gpg_signature_popup;
@@ -321,7 +318,6 @@
gint store_passphrase_timeout;
gboolean passphrase_grab;
gboolean gpg_warning;
-#endif /* USE_GPGME */
/* Addressbook */
gboolean addressbook_use_editaddress_dialog;
|