[kmail2] [Bug 361131] Mail signature is treated invalid when provided as file

2016-03-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361131 aost...@suse.de changed: What|Removed |Added Resolution|--- |UPSTREAM Status|UNCONFIRMED

[kmail2] [Bug 361131] Mail signature is treated invalid when provided as file

2016-03-29 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361131 --- Comment #5 from Laurent Montel --- +QFileInfo file(mSignatureConfigurator->filePath()); +if (!file.isReadable()) { KMessageBox::error(this, i18n("The signature file is not valid")); return; } indee

[kmail2] [Bug 361131] Mail signature is treated invalid when provided as file

2016-03-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361131 --- Comment #4 from aost...@suse.de --- I've just upgraded to the latest version available in KDE:/Applications/openSUSE_Leap_42.1, which is kmail5 15.12.3-42.1, but this didn't fix the issue. However I think the relevant fix for this issue went into the

[kmail2] [Bug 361131] Mail signature is treated invalid when provided as file

2016-03-29 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361131 --- Comment #3 from Laurent Montel --- I know that I fixed some bugs in kdepim 5.1.x so for me it's fixed as it works here. But not idea in which kdepim version -- You are receiving this mail because: You are the assignee for the bug.

[kmail2] [Bug 361131] Mail signature is treated invalid when provided as file

2016-03-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361131 --- Comment #2 from aost...@suse.de --- (In reply to Laurent Montel from comment #1) > it's local file ? > (it works fine here kmail 5.2) Yes, it's a local file, plain text, permissions 644. The strange thing is, I can use the output of a command (e.g.

[kmail2] [Bug 361131] Mail signature is treated invalid when provided as file

2016-03-29 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361131 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #1 from Laurent Mon