[PR #72] [MERGED] add support for custom sort in message list view #140

Closed
opened 2026-03-03 01:20:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/d99kris/nmail/pull/72
Author: @d99kris
Created: 3/19/2021
Status: Merged
Merged: 3/19/2021
Merged by: @d99kris

Base: masterHead: custom-sort


📝 Commits (2)

  • 481ddcf add support for custom sort in message list view
  • 033ecda no source reformatting in ci test

📊 Changes

10 files changed (+2800 additions, -1373 deletions)

View changed files

📝 CMakeLists.txt (+1 -1)
📝 README.md (+19 -2)
📝 etc/uncrustify.cfg (+2306 -1183)
📝 make.sh (+13 -1)
📝 src/imapmanager.cpp (+12 -15)
📝 src/nmail.1 (+1 -1)
📝 src/ui.cpp (+372 -158)
📝 src/ui.h (+44 -12)
📝 src/util.cpp (+28 -0)
📝 src/util.h (+4 -0)

📄 Description

No description provided


🔄 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/d99kris/nmail/pull/72 **Author:** [@d99kris](https://github.com/d99kris) **Created:** 3/19/2021 **Status:** ✅ Merged **Merged:** 3/19/2021 **Merged by:** [@d99kris](https://github.com/d99kris) **Base:** `master` ← **Head:** `custom-sort` --- ### 📝 Commits (2) - [`481ddcf`](https://github.com/d99kris/nmail/commit/481ddcfd6cb2917db76e4ad775f6526b776446af) add support for custom sort in message list view - [`033ecda`](https://github.com/d99kris/nmail/commit/033ecdab75a855320f3c22f2dff2d4c6c11a1b45) no source reformatting in ci test ### 📊 Changes **10 files changed** (+2800 additions, -1373 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -1) 📝 `README.md` (+19 -2) 📝 `etc/uncrustify.cfg` (+2306 -1183) 📝 `make.sh` (+13 -1) 📝 `src/imapmanager.cpp` (+12 -15) 📝 `src/nmail.1` (+1 -1) 📝 `src/ui.cpp` (+372 -158) 📝 `src/ui.h` (+44 -12) 📝 `src/util.cpp` (+28 -0) 📝 `src/util.h` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:20:07 +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/nmail#140
No description provided.