From 4bf0ef6d1a43cfb88386d6055ea4ca56a647980d Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 19 Jun 2024 14:57:06 +0200 Subject: [PATCH] Added POP3 remarks --- app/src/main/res/layout/fragment_pop.xml | 49 +++++++++++++++++++++--- app/src/main/res/values/strings.xml | 3 ++ 2 files changed, 47 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/fragment_pop.xml b/app/src/main/res/layout/fragment_pop.xml index 8affc01e1a..760d663d3b 100644 --- a/app/src/main/res/layout/fragment_pop.xml +++ b/app/src/main/res/layout/fragment_pop.xml @@ -513,7 +513,7 @@ android:id="@+id/cbSummary" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginStart="12dp" + android:layout_marginStart="24dp" android:layout_marginTop="6dp" android:tag="ignore" android:text="@string/title_advanced_notify_summary" @@ -549,15 +549,28 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/cbAutoSeen" /> + + + app:layout_constraintTop_toBottomOf="@id/tvLeaveServerHint" /> + + + app:layout_constraintTop_toBottomOf="@id/tvLeaveDeletedHint" /> + + + app:layout_constraintTop_toBottomOf="@id/tvLeaveDeviceHint" /> Primary (default identity) Remove email address when replying Leave messages on server + After synchronization, the downloaded messages will remain on the server Actively delete messages after downloading Leave deleted messages on server + After deleting messages, the messages will remain on the server Leave messages on device + After deleting messages from the server, the messages will remain on the device Maximum number of messages to download (blank for all) This is the maximum number of messages that will be kept on the device