We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0a209 commit 7799e8aCopy full SHA for 7799e8a
1 file changed
interface/web/mail/mail_user_list.php
@@ -44,6 +44,7 @@ function onShow() {
44
}
45
46
$list = new list_action;
47
+$list->SQLOrderBy = 'ORDER BY email';
48
$list->onLoad();
49
50
0 commit comments