Fix the sorting when adding mails.

This commit is contained in:
Burak Kaan Köse
2025-11-01 12:35:47 +01:00
parent b60832a270
commit ae9e35e091
6 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace Wino.Mail.ViewModels.Data;
/// Common interface for mail items that can be displayed in a mail list.
/// Implemented by both MailItemViewModel and ThreadMailItemViewModel.
/// </summary>
public interface IMailListItem : IMailHashContainer, INotifyPropertyChanged
public interface IMailListItem : IMailHashContainer, IMailListItemSorting, INotifyPropertyChanged
{
/// <summary>
/// Gets the latest creation date for sorting purposes.