Version: (using KDE 4.3.0) Installed from: SuSE RPMs The find messages dialog: a) double LMB click on the message -> message shows up in separate window b) "open message" button -> message is selected in the main KMail window Bug. 1) the behaviour should be consistent 2) the behaviour should depend on Kmail settings -- if user uses "embedded" preview the (b) behaviour is correct, if not (a) (in both cases)
It looks like the search list behave like the messages list.
Yes, true. Btw. in KDE3 Kmail worked correctly (at least for me, because I use preview mode).
SVN commit 1016433 by mkoller: BUG: 205253 Fix inconsistent selection behavior in "Find Messages" window: - Selecting a mail updates the message preview (if there is one) and does not open a new window for the selected mail - Double clicking and the button "open message" opens the mail in a new window This also fixes the problems: - double clicking no longer opens three mail reader windows when no message preview is shown - changing the shown message in the message preview no longer flickers due to now checking if the folder containing the selected mail is already shown, which also fixes the problem that when you clicked a currently shown folder the second time on the folder tree, the current message shown was cleared. M +3 -0 folderview.cpp M +0 -2 kmmainwidget.cpp M +3 -3 searchwindow.cpp M +1 -1 searchwindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1016433
SVN commit 1016436 by mkoller: Backport r1016433 by mkoller from trunk to the 4.3 branch: CCBUG: 205253 Fix inconsistent selection behavior in "Find Messages" window: - Selecting a mail updates the message preview (if there is one) and does not open a new window for the selected mail - Double clicking and the button "open message" opens the mail in a new window This also fixes the problems: - double clicking no longer opens three mail reader windows when no message preview is shown - changing the shown message in the message preview no longer flickers due to now checking if the folder containing the selected mail is already shown, which also fixes the problem that when you clicked a currently shown folder the second time on the folder tree, the current message shown was cleared. M +3 -0 folderview.cpp M +0 -2 kmmainwidget.cpp M +3 -3 searchwindow.cpp M +1 -1 searchwindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1016436
*** Bug 192923 has been marked as a duplicate of this bug. ***