mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #47] [Enhancement] Enhancements for file and contact selection dialogs #45
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kabouik on GitHub (Jun 18, 2020).
Original GitHub issue: https://github.com/d99kris/nmail/issues/47
Originally assigned to: @d99kris on GitHub.
I know it is annoying to have a single user who keeps adding items to his already long wishlist, but please see that just as ideas. You'll do whatever you feel is relevant with this:
remember_file_select_location=1). Not sure if quitting and relaunchingnmailshould reset that or if the location should still be remembered.Tabin the file selection dialog (#44).Home,End,^k,a-f,a-b,a-backspace, etc. in those fields would be useful. I did not test extensively, but it seems the fields support fewer keybindings than the base editor, which can be confusing. Or maybe typical bash keybindings to edit text like^uto delete everything to the left, etc.? This would differ from the base editor keybindings though; probably even more confusing.ui.conffor changing views innmail, as long as those keys do not conflict with the filter directory/file feature (i.e., as long as those keys do not print characters in the filter field). This may be useful only to those who set their keys to something likeKEY_LEFTandKEY_RIGHTthough, so even though it would use the same muscle memory to navigate throughnmailand through directories, I understand it might be too much work just for corner cases and a fraction of users.@d99kris commented on GitHub (Jun 24, 2020):
Thanks for the suggested improvements! I'll review them and see how to best address them. Don't worry about submitting ideas/suggestions, it's very valuable input. 👍
@d99kris commented on GitHub (Aug 4, 2020):
Regarding the last bullet "Navigating in and out of folders" it is as of
62c26bcpossible using left/right keys (although not configurable).The other bullet items have not been addressed yet.
@Kabouik commented on GitHub (Aug 4, 2020):
Updated the first post. Let me know if things are irrelevant/not planned and I'll edit accordingly too.
@d99kris commented on GitHub (Aug 4, 2020):
Thanks! Eventually as I go through them I might suggest to split them into separate Github issues (the ones I'm inclined to pursue). But at this discussion/suggestion stage it's fine as a single issue.
(from nmail v1.87 - test of latest reply-to fix)
On 2020-08-04 21:56 Kabouik notifications@github.com wrote:
@Kabouik commented on GitHub (Dec 23, 2020):
The fifth point in the list is now partly covered by
557a1f7a14(#62). Do you want me to check it? The commit, however, does not add other common bash keybindings nor does it allow all current keybindings in text fields other than the compose field, but I don't know if you were planning on adding those features.@d99kris commented on GitHub (Dec 26, 2020):
Thanks for pointing out @Kabouik - but I think we can leave it unchecked for now.
Eventually I'm hoping
nmailcan support the full set of standard navigation/editing key bindings. But yeah, the development progress has been a bit slow lately.@d99kris commented on GitHub (Jan 23, 2021):
A partial fix, adding support for file selection dialog to remember last dir, has been implemented in
31006a3.@d99kris commented on GitHub (Nov 29, 2022):
Will proceed to close this issue, as the remaining tasks for it are covered by reported issues #44, #117 and #118.