Version: (using KDE 4.2.0) Compiler: gcc version 4.1.2 (Gentoo 4.1.2 p1.1) OS: Linux Installed from: Gentoo Packages The "View Source" entry in the context menu of the message-body is grayed out if a collapsed thread node is selected in the message-list. Thus there is no way to display the source of the currently displayed mail. This only occurs if the node is collapsed before clicking on it (clicking on the expanded node and collapsing it afterwards works). Expected behaviour (IMHO): Show the source of the _displayed_ e-mail.
Confirmed in kmail 1.11.90 (kde 4.2.62) from svn trunk r923448.
SVN commit 937842 by stefanek: The "View Source" and "Print" actions operate on the currently selected visible message. Keep them enabled even if the selection contains additional hidden messages. BUG: 183142 BUG: 185518 M +41 -3 kmmainwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=937842
SVN commit 939057 by stefanek: Properly count visible messages when updating the actions, also when the aggregation has no grouping. Rename the "CurrentlyViewable" property to "DisplayedWithParentsExpanded" to avoid collision with the "Viewable" property inside Model, which is a subset. BUG: 183142 BUG: 185518 M +1 -1 core/model.cpp M +36 -20 core/view.cpp M +7 -6 core/view.h M +1 -1 widget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=939057
SVN commit 940767 by tmcguire: Backport r939057 by stefanek from trunk to the 4.2 branch: Properly count visible messages when updating the actions, also when the aggregation has no grouping. Rename the "CurrentlyViewable" property to "DisplayedWithParentsExpanded" to avoid collision with the "Viewable" property inside Model, which is a subset. CCBUG: 183142 CCBUG: 185518 M +1 -1 core/model.cpp M +36 -20 core/view.cpp M +7 -6 core/view.h M +1 -1 widget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=940767
@Szymon: was the first fix backported? Both bug 192370 and bug 190938 are the same (on 4.2.2/4.2.3). Thanks