Crowdin sync

This commit is contained in:
M66B
2020-11-15 08:52:06 +01:00
parent 2e3a50509a
commit af132bf081
69 changed files with 702 additions and 188 deletions

View File

@@ -1184,7 +1184,7 @@ Most of the battery usage, not considering viewing messages, is due to synchroni
If you have at least once a day internet connectivity, it is sufficient to synchronize messages just for one day.
Note that you can set the number of days to *keep* messages for to a higher number than to *synchronize* messages for. You could for example initially synchronize messages for a large number of days and after this has been completed reduce the number of days to synchronize messages for, but leave the number of days to keep messages for.
Note that you can set the number of days to *keep* messages for to a higher number than to *synchronize* messages for. You could for example initially synchronize messages for a large number of days and after this has been completed reduce the number of days to synchronize messages for, but leave the number of days to keep messages for. After decreasing the number of days to keep messages for, you might want to run the cleanup in the miscellaneous settings to remove old files.
In the receive settings you can enable to always synchronize starred messages, which will allow you to keep older messages around while synchronizing messages for a limited number of days.
@@ -1880,6 +1880,8 @@ If the account authorization has expired, you will have to select the account ag
<a name="faq88"></a>
**(88) How can I use a Yahoo, AOL or Sky account?**
The preferred way to set up a Yahoo account is by using the quick setup wizard, which will use OAuth instead of a password and is therefore safer (and easier as well).
To authorize a Yahoo, AOL, or Sky account you will need to create an app password. For instructions, please see here:
* [for Yahoo](https://help.yahoo.com/kb/generate-third-party-passwords-sln15241.html)
@@ -1912,7 +1914,9 @@ By default FairEmail sends each message both as plain text and as HTML formatted
FairEmail will automatically link not linked web links (http and https) and not linked email addresses (mailto) for your convenience. However, texts and links are not easily distinguished, especially not with lots of [top level domains](https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains) being words. This is why texts with dots are sometimes incorrectly recognized as links, which is better than not recognizing some links.
Links for the tel, geo, rtsp and xmpp protocols will be recognized too, but links for less usual or less safe protocols like telnet and ftp will not be recognized.
Links for the tel, geo, rtsp and xmpp protocols will be recognized too, but links for less usual or less safe protocols like telnet and ftp will not be recognized. The regex to recognize links is already *very* complex and adding more protocols will make it only slower and possibly cause errors.
<br />
<a name="faq91"></a>
**~~(91) Can you add periodical synchronization to save battery power?~~**
@@ -1921,7 +1925,6 @@ Links for the tel, geo, rtsp and xmpp protocols will be recognized too, but link
~~See [this FAQ](#user-content-faq39) about optimizing battery usage.~~
<br />
<a name="faq92"></a>