diff options
author | smb <smb> | 2007-08-17 03:23:02 +0000 |
---|---|---|
committer | smb <smb> | 2007-08-17 03:23:02 +0000 |
commit | 21afc3b2826964a1832bfa1b1718d1f65d86e878 (patch) | |
tree | ce09bc0e6191019df0eed86baa21e2acc5f49890 /mail/claws-mail/patches | |
parent | 612e7c9bb0e5352981ba70a1c7a375878f605509 (diff) | |
download | pkgsrc-21afc3b2826964a1832bfa1b1718d1f65d86e878.tar.gz |
Correct patch so that some plug-ins work better
Diffstat (limited to 'mail/claws-mail/patches')
-rw-r--r-- | mail/claws-mail/patches/patch-ac | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/mail/claws-mail/patches/patch-ac b/mail/claws-mail/patches/patch-ac index b28e6584448..cececad604f 100644 --- a/mail/claws-mail/patches/patch-ac +++ b/mail/claws-mail/patches/patch-ac @@ -1,8 +1,22 @@ -$NetBSD: patch-ac,v 1.1 2007/08/03 02:34:37 smb Exp $ - ---- src/prefs_common.h.orig 2007-08-01 18:42:50.000000000 -0400 -+++ src/prefs_common.h 2007-08-01 18:43:04.000000000 -0400 -@@ -313,7 +313,6 @@ +--- 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; @@ -10,7 +24,7 @@ $NetBSD: patch-ac,v 1.1 2007/08/03 02:34:37 smb Exp $ /* Privacy */ gboolean auto_check_signatures; gboolean gpg_signature_popup; -@@ -321,7 +320,6 @@ +@@ -321,7 +318,6 @@ gint store_passphrase_timeout; gboolean passphrase_grab; gboolean gpg_warning; |