From a4678140884f570e2b118a9a591b3eac692c4f33 Mon Sep 17 00:00:00 2001 From: shuvashish76 Date: Sun, 21 May 2023 21:38:13 +0530 Subject: [PATCH] Sort email_clients (suggestions) alphabetically based on their id Signed-off-by: shuvashish76 --- suggestions/email_clients.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/suggestions/email_clients.json b/suggestions/email_clients.json index 0bd3a74..3d7bd0c 100644 --- a/suggestions/email_clients.json +++ b/suggestions/email_clients.json @@ -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" + } ]