Similar to https://bugs.kde.org/show_bug.cgi?id=248775 , when attempting to send a message without a configured transport. To reproduce: 0) start kmail-mobile 1) open composer ("Write new mail") 2) open action flap->configure transport 3) press "delete" for every transport 4) add recipient, enter subject and text for the mail 5) press send. This results in two notifications: "Error while trying to send email. There were problems" and "E-mail successfully sent". These notifications should not appear together. The email is afterwards lost (not found in outbox or sent-mail).
Encountered with version 4:4.5~20100920.1177660-1maemo1.1177547 .
Is this a dublicate of https://bugs.kde.org/show_bug.cgi?id=249993 ?
(In reply to comment #2) > Is this a dublicate of https://bugs.kde.org/show_bug.cgi?id=249993 ? Great that you keep eyes on this. Imho, its not fully the (the other issue is more sent-mail and malformed adress - centric). Probably the intermediate cause for the conflicting notifications is. I hope the devs can straighten this out and mark as duplicate if it is.
SVN commit 1180939 by vkrause: Don't emit sentSuccessfully() after failed(), that causes the current draft to be lost. BUG: 251917 BUG: 249993 M +3 -1 messagecomposer/composerviewbase.cpp M +1 -0 mobile/mail/composerview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1180939
In 4:4.5~20101001.1181430-1maemo1.1181463 , not reproducible. Instead, just the error message is shown. The composer view is kept open, though.