[PR #896] [MERGED] Allowing user to auto advance to next mail or return back to inbox when performing action #1125

Closed
opened 2026-02-25 21:37:18 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: move-back-message-action


📝 Commits (2)

  • ca00d76 Allowing user to auto advance to next mail or return back to inbox when performing action
  • 472b866 Auto 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.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/896 **Author:** [@Yannick243](https://github.com/Yannick243) **Created:** 2/13/2024 **Status:** ✅ Merged **Merged:** 2/16/2024 **Merged by:** [@josaphatim](https://github.com/josaphatim) **Base:** `master` ← **Head:** `move-back-message-action` --- ### 📝 Commits (2) - [`ca00d76`](https://github.com/cypht-org/cypht/commit/ca00d76315c3e9c1c66d49bdecba3b90ad96c638) Allowing user to auto advance to next mail or return back to inbox when performing action - [`472b866`](https://github.com/cypht-org/cypht/commit/472b86667c0f8a44be8faffac2f279968a69eaf1) Auto advance to next mail or return back to inbox when performing message action (fix translation) ### 📊 Changes **20 files changed** (+81 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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](https://github.com/cypht-org/cypht/issues/862) and [https://github.com/cypht-org/cypht/issues/435](https://github.com/cypht-org/cypht/issues/435) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1125
No description provided.