[Bug 81272] Use more than one line per mail in message list
Thomas McGuire <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kmail |
|---|---|
| Message-ID | <[email protected]> |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=81272
------- Additional Comments From Thomas.McGuire gmx net 2007-07-15 15:31 -------
>Which source-file contains the funtion that defines the header-list-item, i.e. which file would one have to work on in order to change the current header-list's look?
That would be kmheaders.h / kmheaders.cpp I guess.
Note that new features are not allowed in KDE 3.5 anymore, so you would need to modify the KDE 4 version.
In the KDE 4 version, the KMHeaders class needs to be ported from K3ListView to QListWidget (or similar) first, as the semantics for using more than one line for an item probably changed too much.