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 | 757d59a3b3664fafedf7f07903af336a87e9416c (patch) | |
tree | 885c8e7c29afd2b0bd517d431df8083825f525df /mail/balsa2/patches | |
parent | 8f2cd58e9cd1fe2ae920bc568c13731506eb5900 (diff) | |
download | pkgsrc-757d59a3b3664fafedf7f07903af336a87e9416c.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 |