From 2a4f9985f2dc520d01d8aba3700d52f18ee67f85 Mon Sep 17 00:00:00 2001 From: Gernot Date: Fri, 20 Jan 2023 18:33:40 +0100 Subject: [PATCH] comment something that always fails with nondescriptive error message --- src/pEpTransportMail.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pEpTransportMail.cc b/src/pEpTransportMail.cc index 7ec7459..ae80739 100644 --- a/src/pEpTransportMail.cc +++ b/src/pEpTransportMail.cc @@ -186,7 +186,7 @@ namespace pEp { // if nothing failed, pep_tsc is still PEP_tsc_message_on_the_way cb_sendto_result(get_id(), msg->id, pep_tsc); try { - conn_imap->append("Sent", mmsg); + //conn_imap->append("Sent", mmsg); // This usually fails in the test, I don't know why. // And I'm not even sure if it's a) needed or b) even asked for? } catch (mailio::imap_error e) {