summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authordrochner <drochner>2007-09-28 08:45:15 +0000
committerdrochner <drochner>2007-09-28 08:45:15 +0000
commit4d6d615a9ae3e5ebb2641d99574aae7b83c1a2f0 (patch)
tree5594781d567db4565b33da6a408f35c2bb39211e /mail
parent30b7424fb51bc60e1f5e73923397aae4546d7ba7 (diff)
downloadpkgsrc-4d6d615a9ae3e5ebb2641d99574aae7b83c1a2f0.tar.gz
remove stale patch
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/claws-mail/patches/patch-ae b/mail/claws-mail/patches/patch-ae
deleted file mode 100644
index 170c3eccbda..00000000000
--- a/mail/claws-mail/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2007/08/31 11:04:18 drochner Exp $
-
---- ./src/inc.c.orig 2007-08-31 12:46:22.000000000 +0200
-+++ ./src/inc.c
-@@ -1203,7 +1203,7 @@ static void inc_put_error(IncState istat
- mainwindow_show_error();
-
- if (err_msg) {
-- alertpanel_error_log(err_msg);
-+ alertpanel_error_log("%s", err_msg);
- g_free(err_msg);
- }
- }