summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
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);
- }
- }