diff --git a/src/pEpTransportMail.cc b/src/pEpTransportMail.cc index 4a987fc..0addf8a 100644 --- a/src/pEpTransportMail.cc +++ b/src/pEpTransportMail.cc @@ -223,7 +223,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) {