#
# Check for claws-mail
#
-PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 3.99)
+PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 4.0.0.405)
if test -z $prefix || test "${prefix}" = "NONE" ; then
prefix=$( $PKG_CONFIG --variable=prefix claws-mail )
CLAWS_MAIL_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir claws-mail )
<para>
<itemizedlist mark='opencircle'>
<listitem>
- <para>Claws Mail 3.99</para>
+ <para>Claws Mail 4.0.0.405</para>
</listitem>
<listitem>
<para>Berkeley DB 4.1</para>
(_("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, FALSE,
+ NULL, _("_Cancel"),
+ "edit-delete", _("_Remove"),
+ NULL, NULL,
+ ALERTFOCUS_FIRST, FALSE,
NULL, ALERT_WARNING);
g_free(message);
g_free(name);
(_("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, FALSE, NULL, ALERT_NOTICE);
+ NULL, _("_Cancel"),
+ "edit-delete", _("_Delete"),
+ NULL, NULL,
+ ALERTFOCUS_FIRST, FALSE,
+ NULL, ALERT_NOTICE);
g_free(message);
if (avalue != G_ALERTALTERNATE) return;