Version: (using Devel) OS: Linux Installed from: Compiled sources After startup kmail opens Inbox, but instead of going to first unread mail (as set in preferences) it goes into search filter field. It requires explicit click on message list to change focus. Changing folder behaves correctly; it seems to happen on startup only.
This issue should be fixed now, can you check with a recent KMail version ?
I do not see it anymore in 4.2.87.
Thank you for your feedback.
SVN commit 995025 by tmcguire: Don't initally put the focus on the quick search field, but on the view, so that shortcuts like + and j work when starting. This is a workaround, for some reason the setFocus() call in widgetbase.cpp didn't work, the focus_child of the mainwindow was reset to 0 for some unknown reason afterwards. BUG: 179992 M +2 -0 kmail_part.cpp M +6 -0 kmmainwidget.cpp M +3 -1 messagelistview/core/widgetbase.cpp M +11 -0 messagelistview/pane.cpp M +5 -0 messagelistview/pane.h WebSVN link: http://websvn.kde.org/?view=rev&revision=995025
*** Bug 199459 has been marked as a duplicate of this bug. ***
SVN commit 1001214 by winterz: Backport r995025 by tmcguire from trunk to the 4.3 branch: Don't initally put the focus on the quick search field, but on the view, so that shortcuts like + and j work when starting. This is a workaround, for some reason the setFocus() call in widgetbase.cpp didn't work, the focus_child of the mainwindow was reset to 0 for some unknown reason afterwards. CCBUG: 179992 M +2 -0 kmail_part.cpp M +6 -0 kmmainwidget.cpp M +3 -1 messagelistview/core/widgetbase.cpp M +11 -0 messagelistview/pane.cpp M +5 -0 messagelistview/pane.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1001214