Version: 1.7.91 (using KDE 3.3.2, compiled sources) Compiler: gcc version 3.3.3 (SuSE Linux) OS: Linux (i686) release 2.6.5-7.111.19-default Martin Špirk wrote: When I click to some folder in list of folders, the list of messages displays correct messages, it's ok. But when list of folders somehow gets focus, I can press first letter of some folder name and it will be selected. In this situation the list of messages doesn't react and it displays messages from different folder, than the selected one. Desired fix: Prevent folder switching by reimplementing keyPressEvent (or so).
*** Bug 131404 has been marked as a duplicate of this bug. ***
*** Bug 126615 has been marked as a duplicate of this bug. ***
Still present in 1.10.0 (kde 4.1.60). If I click in local folders, and then in t, the selected folder is trash, then I press d the selected folder is drafts (in any case, there is no mail shown). If I click again in local folders, and then in the right arrow, the selected folder is outbox (the first one after Local folders), then pressing again right arrow does nothing. Pressing left arrow goes back to Local Folders. If I click in the drafts folder with the mouse, the mails are shown. If I press t, then a new mail composer window is launched, If I press left arrow, it goes up in the list of mails.
It seems kmail has the concept of letting the user focus a mail or folder but not select it. When a folder or mail is focused, you can press CTRL+Space to actually select (==activate) it. Don't know why this is the way it is, and it also seems a bit inconsistent. See also bug 149310
> When a folder or mail is focused, you can press CTRL+Space to actually select > (==activate) it. > Don't know why this is the way it is, and it also seems a bit inconsistent. The reason that the folder is not directly selected is that it would be slow. Selecting a folder means at least reading the index file, but in case of IMAP, also means triggering network operation. You don't want that to happen if you use Ctrl+Right/Left and then Ctrl+Space to switch between several folders.
In kmail from 4.3 the typing of a letter only focuses the folder and does not select it. So the behavior is as designed. Therefore I close this.