[GH-ISSUE #5] message list showing short timestamp in long-running sessions #4

Closed
opened 2026-03-03 01:18:50 +03:00 by kerem · 0 comments
Owner

Originally created by @d99kris on GitHub (Oct 29, 2019).
Original GitHub issue: https://github.com/d99kris/nmail/issues/5

Originally assigned to: @d99kris on GitHub.

For long-running sessions over more than one day, nmail is still showing the original timestamp which may be in short-form (e.g. "14:35") even if the email is from previous date.

The reason is that m_ShortDate is cached at Header level, and the cache does not get invalidated when it's a new date.

Can consider not caching short date at all, or to cache it on UI side instead so it can be cleared when date changes (could add timer checks on date).

Originally created by @d99kris on GitHub (Oct 29, 2019). Original GitHub issue: https://github.com/d99kris/nmail/issues/5 Originally assigned to: @d99kris on GitHub. For long-running sessions over more than one day, nmail is still showing the original timestamp which may be in short-form (e.g. "14:35") even if the email is from previous date. The reason is that m_ShortDate is cached at Header level, and the cache does not get invalidated when it's a new date. Can consider not caching short date at all, or to cache it on UI side instead so it can be cleared when date changes (could add timer checks on date).
kerem closed this issue 2026-03-03 01:18:50 +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#4
No description provided.