Add configurable thread item sorting
This commit is contained in:
@@ -132,6 +132,11 @@ public interface IPreferencesService : INotifyPropertyChanged
|
||||
/// </summary>
|
||||
bool IsThreadingEnabled { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Setting: Whether the newest message in a conversation should appear first.
|
||||
/// </summary>
|
||||
bool IsNewestThreadMailFirst { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Setting: Show sender pictures in mail list.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user