--- a/UI/EmailDialog.py Sun Apr 03 16:37:10 2011 +0200 +++ b/UI/EmailDialog.py Mon Apr 04 19:24:44 2011 +0200 @@ -299,7 +299,7 @@ QApplication.restoreOverrideCursor() except (smtplib.SMTPException, socket.error) as e: QApplication.restoreOverrideCursor() - res = E5MessageBox.critical(self, + res = E5MessageBox.retryAbort(self, self.trUtf8("Send bug report"), self.trUtf8("""<p>Message could not be sent.<br>Reason: {0}</p>""") .format(str(e)),