[kmail2] [Bug 361131] Mail signature is treated invalid when provided as file
Laurent Montel via KDE Bugzilla
bugzilla_noreply at kde.org
Tue Mar 29 12:53:52 BST 2016
https://bugs.kde.org/show_bug.cgi?id=361131
--- Comment #5 from Laurent Montel <montel at kde.org> ---
+ QFileInfo file(mSignatureConfigurator->filePath());
+ if (!file.isReadable()) {
KMessageBox::error(this, i18n("The signature file is not valid"));
return;
}
indeed.
I couldn't adapt api in 5.1.x so I changed to 5.2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list