mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
email: Recommend Thunderbird Mobile instead of K-9 Mail
- Thunderbird Mobile has been built on K-9 mail and is the future of the app[1]. Links: 1) https://blog.thunderbird.net/2022/06/revealed-thunderbird-on-android-plans-k9/ Tests: - Go to email app and expand the clients information. Verify the app store links for Thunderbird Mobile. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
35ba8ecdd7
commit
ea134d5777
@ -34,17 +34,17 @@ clients = [
|
||||
},
|
||||
{
|
||||
'name':
|
||||
_('K-9 Mail'),
|
||||
_('Thunderbird Mobile'),
|
||||
'platforms': [{
|
||||
'type': 'store',
|
||||
'os': 'android',
|
||||
'store_name': 'f-droid',
|
||||
'url': store_url('f-droid', 'com.fsck.k9')
|
||||
'url': store_url('f-droid', 'net.thunderbird.android')
|
||||
}, {
|
||||
'type': 'store',
|
||||
'os': 'android',
|
||||
'store_name': 'google-play',
|
||||
'url': store_url('google-play', 'com.fsck.k9')
|
||||
'url': store_url('google-play', 'net.thunderbird.android')
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user