mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 21:15:56 +03:00
[GH-ISSUE #862] Option to move back to mailbox after performing message action #499
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#499
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 @PaulTGG on GitHub (Jan 10, 2024).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/862
Originally assigned to: @Yannick243 on GitHub.
🗣 Suggestion
I don't even know how feasible this would be, but it'd be nice to have the option to go back to the mailbox after performing an action on a message, such as deleting or moving a message, or marking the message as unread. Right now, the default behaviour is to move to the next message in the mailbox (unless you're viewing messages inline), which can cause the second message to be marked as read. (I know that a partial workaround is to select "Don't flag a message as read on open", but if you're viewing an email, there's no way to mark that email as being "read" - you have to mark it as read from the mailbox view!)
@marclaporte commented on GitHub (Jan 10, 2024):
@Yannick243 Please research and advise. I think this options exists somewhere.
@marclaporte commented on GitHub (Jan 10, 2024):
Related: https://github.com/cypht-org/cypht/issues/435
@Yannick243 commented on GitHub (Jan 18, 2024):
After conducting research, I realized that this question had indeed been discussed earlier.
However, the related option is missing in the preferences.
The preference that had been worked on was to be able to display the Next & Previous email buttons while being in the view mode of an email.
I believe we should add a preference to determine whether the user wants to go to the view mode of the next email or move back to mailbox after performing message actions.
Preferences page:

Email preview:

@Yannick243 commented on GitHub (Feb 16, 2024):
The issue has been fixed: https://github.com/cypht-org/cypht/pull/896
Here is the related setting in Cypht:

@marclaporte commented on GitHub (Feb 16, 2024):
@Yannick243 Just to be sure:
Does this new behavior work when show previous / next email is de-activated?
Does it work in various lists? In addition to inbox, we want sent mail, search results, etc.
@Yannick243 commented on GitHub (Feb 16, 2024):
Yes it works even if the other setting is de-activated, it also work for all the various lists except the sent folder for now.
I am trying to figure out why it doesn't work for that folder.
@PaulTGG commented on GitHub (Feb 19, 2024):
Closing as per https://github.com/cypht-org/cypht/pull/896. I'll be able to do more testing once the code base is a little more stable.