| Summary: | no notification when email is read-only but sender and subject set to "unkown" | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | S. Burmeister <sven.burmeister> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.12.90 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
S. Burmeister
2006-07-28 21:19:00 UTC
In kmail 1.12.90 (svn 996033) In fact I get the following message in the stdout: KMFolderMaildir::getDwString Could not open file r+ "the file with -r-------- righs". SVN commit 997218 by jtamate: BUG: 131489 The r+ is not needed to read the file. (and was never appened). M +4 -4 kmfoldermaildir.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=997218 SVN commit 997228 by winterz: Backport r997218 by jtamate from trunk to the 4.3 branch: CCBUG: 131489 The r+ is not needed to read the file. (and was never appened). M +4 -4 kmfoldermaildir.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=997228 |