[PR #443] [MERGED] fix default sort order label (Arrival vs Sent Date) throughout the codebase #815

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/443
Author: @kroky
Created: 10/22/2020
Status: Merged
Merged: 10/22/2020
Merged by: @jasonmunro

Base: masterHead: bugfix/send-date-sort


📝 Commits (1)

  • d443189 fix default sort order label (Arrival vs Sent Date) throughout the codebase - search, advanced search, message list heading, etc.

📊 Changes

4 files changed (+16 additions, -14 deletions)

View changed files

📝 modules/core/handler_modules.php (+13 -0)
📝 modules/core/setup.php (+3 -0)
📝 modules/imap/handler_modules.php (+0 -13)
📝 modules/imap/setup.php (+0 -1)

📄 Description

We need to load the default sort order setting in several output modules and thus I moved it out from imap module into the core module and loaded it where needed - search, advanced search, message list headings, etc. - all forms that contain the sort dropdown. This PR complements #418 and should be the final one to finish this update.


🔄 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/443 **Author:** [@kroky](https://github.com/kroky) **Created:** 10/22/2020 **Status:** ✅ Merged **Merged:** 10/22/2020 **Merged by:** [@jasonmunro](https://github.com/jasonmunro) **Base:** `master` ← **Head:** `bugfix/send-date-sort` --- ### 📝 Commits (1) - [`d443189`](https://github.com/cypht-org/cypht/commit/d443189a35c26aa69918d05f7800cb32660b3cd6) fix default sort order label (Arrival vs Sent Date) throughout the codebase - search, advanced search, message list heading, etc. ### 📊 Changes **4 files changed** (+16 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/handler_modules.php` (+13 -0) 📝 `modules/core/setup.php` (+3 -0) 📝 `modules/imap/handler_modules.php` (+0 -13) 📝 `modules/imap/setup.php` (+0 -1) </details> ### 📄 Description We need to load the default sort order setting in several output modules and thus I moved it out from imap module into the core module and loaded it where needed - search, advanced search, message list headings, etc. - all forms that contain the sort dropdown. This PR complements #418 and should be the final one to finish this update. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:36:19 +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#815
No description provided.