Summary: | KNode Thread view get's confused by whitespace after linebreak in wrapped Subjects | ||
---|---|---|---|
Product: | [Unmaintained] knode | Reporter: | Rolf Eike Beer <kde> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED REMIND | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.10 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rolf Eike Beer
2006-01-09 14:12:03 UTC
Just test this, everything looks ok. Message-ID: <87pr81bp4z.fsf@usenet.ankman.de> Newsgroups: de.rec.sf.startrek Subject: Re: Abrams ist offen =?iso-8859-1?Q?f=FCr?= neue "Star Trek"-TV-Serie This still shows the problem, also some other postings from that thread. Are you still using a KDE 3 version of knode ? If yes, I'll close this bug because such version of knode is not supported anymore Nope, KDE 4.3.3 Ok, I just come back to your report and see the problem! This is actually correct behaviour... Let me explains: When knode fetches the list of articles from the nntp server, it gets an overview of each article including its subject. For this particular article the subject which is received (on one line -- without wrapping) from the server is: Subject: Re: Abrams ist offen =?ISO-8859-1?Q?f=FCr?= neue "Star Trek"-TV-Serie KNode can not guess that the superfluous spaces should be removed. Then, when you select the article, its full content is fetched from the server and knode can properly decode the subject. This leads to the correction of the display inside the message list. I see nothing to fix there. |