(js) Fix mail settings persistence of sorting

pull/225/head
Francis Lachapelle 2016-11-02 15:11:01 -04:00
parent 0a515d66bd
commit 8cadf5cbbd
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
3.2.2 (2016-11-DD)
------------------
Bug fixes
- [web] fixed mail settings persistence when sorting by arrival date
3.2.1 (2016-11-02)
------------------

View File

@ -40,7 +40,7 @@
$Message: Message,
$$Acl: Acl,
$Preferences: Preferences,
$query: { sort: 'date', asc: 0 },
$query: { sort: 'arrival', asc: 0 }, // The default sort must match [UIxMailListActions defaultSortKey]
selectedFolder: null,
$refreshTimeout: null,
$virtualMode: false,