diff --git a/app/src/main/res/layout/fragment_options_synchronize.xml b/app/src/main/res/layout/fragment_options_synchronize.xml index 10679e6fda..cf2290faff 100644 --- a/app/src/main/res/layout/fragment_options_synchronize.xml +++ b/app/src/main/res/layout/fragment_options_synchronize.xml @@ -42,7 +42,7 @@ app:switchPadding="12dp" /> + app:layout_constraintTop_toBottomOf="@id/tvManualHint" /> + + + app:layout_constraintTop_toBottomOf="@id/tvOptimizeHint" /> If receiving messages is disabled, it is still possible to manually receive messages by pulling down the message list Periodically checking for new messages will compare local and remote messages every time, which is an expensive operation that may result in extra battery usage, especially if there are a lot of messages. Always receive will prevent this by continuously following changes. + This might change the sync frequency to save battery usage depending on the capabilities and behavior of the email servers Tap on a time to set a time Some providers store messages with an unknown, invalid or future date as messages without date Some providers don\'t support this properly, which may cause synchronizing none or all messages