| Summary: | Option for switching to next message after deleting one | ||
|---|---|---|---|
| Product: | [Applications] trojita | Reporter: | Jan Kundrát <jkt> |
| Component: | Desktop GUI | Assignee: | Trojita default assignee <trojita-bugs> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | wishlist | CC: | adam |
| Priority: | NOR | ||
| Version First Reported In: | git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jan Kundrát
2013-06-19 13:32:44 UTC
duplicates #360091 Git commit 7179c38fbff9c5e881112e381731bdc29b0530d5 by Jan Kundrát, on behalf of Roland Pallai. Committed on 21/04/2017 at 20:05. Pushed by gerrit into branch 'master'. Move cursor to the next message after current one disappears A big inconvience for keyboard usability if the cursor forgets last position when the current message disappeared from message list. It also prevents next/previous message actions to function. This patch using an unobtrusive approach to this problem, moves the cursor to the next message but does not activate it. The user can activate with return key or can navigate towards. This way it does not interfere with automatic read marking nor habits of users. Related: bug 360091 Change-Id: Ic823c2c9d0bba9de65d01fb0e72b91093f233f7e M +66 -0 src/Gui/MsgListView.cpp M +6 -0 src/Gui/MsgListView.h https://commits.kde.org/trojita/7179c38fbff9c5e881112e381731bdc29b0530d5 Trojitá is no longer maintained, please switch to a maintained alternative like https://apps.kde.org/kmail2/ Sorry for the inconveniences. |