From dc4eff075e98068b4322e0a1c77a0c82c5ed54f1 Mon Sep 17 00:00:00 2001 From: Marcel Bokhorst Date: Mon, 10 Sep 2018 11:28:40 +0200 Subject: [PATCH] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 07ab3661..807bb51f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -126,7 +126,7 @@ See [here](https://support.microsoft.com/en-us/help/12409/microsoft-account-app- **(15) Can you add ... ?** * More themes: the goal is to keep the app as simple as possible, so this will not be added. -* LED notifications: there are less and less devices with a notification light and if there is one, it can mostly be managed by Android, so there is little point in adding support for this. +* LED notifications/vibrations: there are less and less devices with a notification light and if there is one, it can mostly be managed by Android, so there is little point in adding support for this. * Encryption: there is too little interest in sending/receiving encrypted messages to justifiy putting effort into this. * POP/poll support: besides that any decent provider is supporting / should support IMAP, polling does consume extra battery power and will delay notification of new messages, so this will not be added. * Multiple select: swiping is easier and doesn't have the risk of accidental touches, so multiple select would not add anything.