(*** This bug was imported into bugs.kde.org ***) Package: knode Version: 0.7.1 (using KDE 2.9.0 9 (3.0 rc3)) Severity: normal Installed from: Mandrake Linux Cooker i586 - Cooker Compiler: gcc version 2.96 20000731 (Mandrake Linux 8.3 2.96-0.77mdk) OS: Linux (i686) release 2.4.18-7mdksmp OS/Compiler notes: I open a message in the main window all the text is displayed. I go into the menu to add the headers in the display. when I try to copy the MSG-ID with the mouse all the headers are copied in the clipboard and not only the MSG-ID (Submitted via bugs.kde.org) (Called from KBugReport dialog)
This is still a problem in knode from CVS from only a few days ago.
3.1 RC1: copy work fine only if the value of a header is copied. example: <aphl6v$a1q$1@norfair.nerim.net> If the selection take the space between Message-ID: and its value, all headers are copied.
Still in KDE CVS (2004-04-05)
SVN commit 413783 by vkrause: Complete rewrite of the article viewer: it's now based on KHTML and looks surprisingly similar to KMail's reader ;-) It should provide more or less the same functionality we had until now, plus some little extras: - emoticon support (easily switchable together with text highlighting via menu or shortcut) - handling of HTML messages as done by KMail BUG: 37499, 39799, 40480, 49005, 55772, 93710 M +7 -3 trunk/KDE/kdepim/knode/Makefile.am A trunk/KDE/kdepim/knode/articlewidget.cpp [License: GPL (v2+)] A trunk/KDE/kdepim/knode/articlewidget.h [License: GPL (v2+)] A trunk/KDE/kdepim/knode/csshelper.cpp [License: GPL (v2+)] A trunk/KDE/kdepim/knode/csshelper.h [License: GPL (v2+)] M +1 -2 trunk/KDE/kdepim/knode/knarticle.cpp M +1 -4 trunk/KDE/kdepim/knode/knarticle.h M +10 -8 trunk/KDE/kdepim/knode/knarticlemanager.cpp M +1 -1924 trunk/KDE/kdepim/knode/knarticlewidget.cpp M +1 -187 trunk/KDE/kdepim/knode/knarticlewidget.h M +9 -39 trunk/KDE/kdepim/knode/knarticlewindow.cpp M +6 -10 trunk/KDE/kdepim/knode/knarticlewindow.h M +0 -67 trunk/KDE/kdepim/knode/knconfig.cpp M +10 -45 trunk/KDE/kdepim/knode/knconfig.h M +3 -3 trunk/KDE/kdepim/knode/knconfigmanager.cpp M +7 -86 trunk/KDE/kdepim/knode/knconfigwidgets.cpp M +6 -3 trunk/KDE/kdepim/knode/knfolder.cpp M +5 -3 trunk/KDE/kdepim/knode/knglobals.h M +5 -3 trunk/KDE/kdepim/knode/kngroupmanager.cpp M +43 -46 trunk/KDE/kdepim/knode/knmainwidget.cpp M +6 -5 trunk/KDE/kdepim/knode/knmainwidget.h M +23 -5 trunk/KDE/kdepim/knode/knodeui.rc M +28 -8 trunk/KDE/kdepim/knode/knreaderui.rc