mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #896] [MERGED] Allowing user to auto advance to next mail or return back to inbox when performing action #1125
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#1125
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?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/896
Author: @Yannick243
Created: 2/13/2024
Status: ✅ Merged
Merged: 2/16/2024
Merged by: @josaphatim
Base:
master← Head:move-back-message-action📝 Commits (2)
ca00d76Allowing user to auto advance to next mail or return back to inbox when performing action472b866Auto advance to next mail or return back to inbox when performing message action (fix translation)📊 Changes
20 files changed (+81 additions, -22 deletions)
View changed files
📝
language/az.php(+2 -1)📝
language/de.php(+2 -1)📝
language/en.php(+2 -1)📝
language/es.php(+2 -1)📝
language/et.php(+2 -1)📝
language/fa.php(+2 -1)📝
language/fr.php(+2 -1)📝
language/hu.php(+2 -1)📝
language/id.php(+2 -1)📝
language/it.php(+2 -1)📝
language/ja.php(+2 -1)📝
language/nl.php(+2 -1)📝
language/pt-BR.php(+2 -1)📝
language/ro.php(+2 -1)📝
language/ru.php(+2 -1)📝
language/zh-Hans.php(+2 -1)📝
modules/imap/handler_modules.php(+17 -0)📝
modules/imap/output_modules.php(+22 -1)📝
modules/imap/setup.php(+5 -1)📝
modules/imap/site.js(+5 -4)📄 Description
This PR adds a preference that allows a user to either go to the next email or return to the inbox after performing a message action (such as delete, archive, move, etc.).
Related issues : https://github.com/cypht-org/cypht/issues/862 and https://github.com/cypht-org/cypht/issues/435
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.