Summary: | error message that does not make sense | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Daniel Moyne <daniel.moyne> |
Component: | Mail Dispatcher Agent | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | vkrause |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.0 | |
Sentry Crash Report: |
Description
Daniel Moyne
2011-10-20 10:20:40 UTC
Agree, the original string is not better. kdepim-runtime/agents/maildispatcher: ./sendjob.cpp:331: q->setErrorText( i18n( "Sending succeeded, but failed to finalize message." ) + ' ' + job->errorString() ); I tried to remove the signature (a file added at the end of the message) but when I send a message I now get the message systematically. The string was fixed to give more details about the error: http://commits.kde.org/kdepim-runtime/8492b463dc12f7aacca5e29905ccf5c5b6cf4202 |