diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-30 06:28:58 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-30 06:28:58 +0000 |
commit | f1d3ff6a1b75af60054411ce56ef529cb179bbf2 (patch) | |
tree | 885c8e7c29afd2b0bd517d431df8083825f525df /mail/balsa2/patches | |
parent | baf3a9d617131e28315eb0130120975eba2e0ad1 (diff) | |
download | pkgsrc-f1d3ff6a1b75af60054411ce56ef529cb179bbf2.tar.gz |
Updated to 2.0.15.
Changes:
- imap folder scanning speedup.
- fix bugs: 121181, 121637, 121867 and others.
- help updates.
Diffstat (limited to 'mail/balsa2/patches')
-rw-r--r-- | mail/balsa2/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/balsa2/patches/patch-ad b/mail/balsa2/patches/patch-ad deleted file mode 100644 index 35845cf2d8d..00000000000 --- a/mail/balsa2/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $ - ---- src/main.c.orig 2003-04-26 18:03:15.000000000 +0200 -+++ src/main.c 2003-04-26 18:04:10.000000000 +0200 -@@ -355,7 +355,7 @@ - /* FIXME: gnome_i18n_get_language seems to have gone away; - * is this a reasonable replacement? */ - setlocale(LC_CTYPE, -- (const char *) gnome_i18n_get_language_list(LC_CTYPE)->data); -+ (const char *) gnome_i18n_get_language_list("LC_CTYPE")->data); - #endif - - #ifdef HAVE_GPGME |