Improved conversation sorting

This commit is contained in:
Mark Qvist 2021-09-23 17:45:01 +02:00
parent 398c3c3504
commit ee6cc9fd4f
2 changed files with 3 additions and 1 deletions

View file

@ -236,6 +236,7 @@ class ConversationMessage:
self.lxm = LXMF.LXMessage.unpack_from_file(open(self.file_path, "rb"))
self.loaded = True
self.timestamp = self.lxm.timestamp
self.sort_timestamp = os.path.getmtime(self.file_path)
if self.lxm.state > LXMF.LXMessage.DRAFT and self.lxm.state < LXMF.LXMessage.SENT:
found = False