From 80af77154ed3509241457f1c914a80fa6880aadb Mon Sep 17 00:00:00 2001 From: shuvashish76 Date: Wed, 3 May 2023 19:28:33 +0530 Subject: [PATCH] Add suggestions for email clients Signed-off-by: shuvashish76 --- suggestions/email_clients.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/suggestions/email_clients.json b/suggestions/email_clients.json index 0637a08..0bd3a74 100644 --- a/suggestions/email_clients.json +++ b/suggestions/email_clients.json @@ -1 +1,14 @@ -[] \ No newline at end of file +[ + { + "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" + } +]