File maildir-claws410.patch of Package claws-mail-maildir
--- maildir-0.24.4cvs18/src/maildir_gtk.c.orig 2022-07-07 12:57:56.174957601 +0200
+++ maildir-0.24.4cvs18/src/maildir_gtk.c 2022-07-07 12:57:36.514711625 +0200
@@ -285,7 +285,8 @@
(_("Really remove the mailbox `%s' ?\n"
"(The messages are NOT deleted from the disk)"), name);
avalue = alertpanel_full(_("Remove mailbox"), message,
- GTK_STOCK_CANCEL, _("_Remove"), NULL, ALERTFOCUS_FIRST,
+ GTK_STOCK_CANCEL, NULL, _("_Remove"), NULL,
+ NULL, NULL, ALERTFOCUS_FIRST,
FALSE, NULL, ALERT_WARNING);
g_free(message);
g_free(name);
@@ -318,7 +319,8 @@
(_("All folder(s) and message(s) under `%s' will be deleted.\n"
"Do you really want to delete?"), name);
avalue= alertpanel_full(_("Delete folder"), message,
- GTK_STOCK_CANCEL, GTK_STOCK_DELETE, NULL, ALERTFOCUS_FIRST,
+ GTK_STOCK_CANCEL, NULL, GTK_STOCK_DELETE, NULL,
+ NULL, NULL, ALERTFOCUS_FIRST,
FALSE, NULL, ALERT_NOTICE);
g_free(message);
if (avalue != G_ALERTALTERNATE) return;