X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fcompose.c;h=f567ea252341e20ed26f6e3048512c67928b2068;hp=60945b7fc0e29b0197f9cfa4198aba6cc5b1be8b;hb=1bb09c7d58834ccaa18ece776ee354eb5204a4fc;hpb=54679481f024df074d2cf0197075f58a8e97e1ea diff --git a/src/compose.c b/src/compose.c index 60945b7fc..f567ea252 100644 --- a/src/compose.c +++ b/src/compose.c @@ -4055,7 +4055,7 @@ gint compose_send(Compose *compose) "Charset conversion failed.")); } else if (val == -3) { alertpanel_error(_("Could not queue message for sending:\n\n" - "Signature failed.")); + "Signature failed: %s"), privacy_get_error()); } else if (val == -2 && errno != 0) { alertpanel_error(_("Could not queue message for sending:\n\n%s."), strerror(errno)); } else { @@ -7520,7 +7520,7 @@ static void compose_send_later_cb(gpointer data, guint action, alertpanel_error(_("Could not queue message:\n\n%s."), strerror(errno)); } else if (val == -3) { alertpanel_error(_("Could not queue message for sending:\n\n" - "Signature failed.")); + "Signature failed: %s"), privacy_get_error()); } else if (val == -4) { alertpanel_error(_("Could not queue message for sending:\n\n" "Charset conversion failed."));