Sort email_clients (suggestions) alphabetically based on their id

Signed-off-by: shuvashish76 <sc76@tutanota.com>
This commit is contained in:
shuvashish76 2023-05-21 21:38:13 +05:30 committed by Muntashir Al-Islam
parent cba1ef6360
commit a467814088

View File

@ -1,14 +1,14 @@
[
{
"id": "eu.faircode.email",
"label": "FairEmail",
"source": "fg",
"repo": "https://github.com/M66B/FairEmail"
},
{
"id": "com.fsck.k9",
"label": "K-9 Mail",
"source": "fg",
"repo": "https://github.com/thundernest/k-9"
}
{
"id": "com.fsck.k9",
"label": "K-9 Mail",
"source": "fg",
"repo": "https://github.com/thundernest/k-9"
},
{
"id": "eu.faircode.email",
"label": "FairEmail",
"source": "fg",
"repo": "https://github.com/M66B/FairEmail"
}
]