Summary: | message list not updated if folder is changed by typing a folder name's first letter | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Ingo Klöcker <kloecker> |
Component: | folder list | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | bluedzins, jtamate, kollix, leva |
Priority: | NOR | Keywords: | triaged |
Version: | 1.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ingo Klöcker
2005-01-05 18:02:40 UTC
*** 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. |