🚧 Add code to migrate existing conversations

Work in progress: does work, but usually doesn't finish. This needs to be
moved into some proper batch processing.
This commit is contained in:
2018-04-13 12:39:59 +02:00
parent 85562efc0d
commit 78f9621afa
4 changed files with 89 additions and 1 deletions

View File

@@ -139,4 +139,5 @@ As an alternative you could configure a trusted node in the settings, but as of
<string name="context_menu">actions</string>
<string name="emulate_conversations">Guess conversations</string>
<string name="emulate_conversations_summary">Use subject to determine which messages belong together. The order will likely be wrong.</string>
<string name="emulate_conversations_initialize">Group existing messages by subject</string>
</resources>

View File

@@ -10,6 +10,11 @@
android:key="emulate_conversations"
android:summary="@string/emulate_conversations_summary"
android:title="@string/emulate_conversations" />
<android.support.v7.preference.Preference
android:defaultValue="true"
android:key="emulate_conversations_initialize"
android:summary="@string/emulate_conversations_summary"
android:title="@string/emulate_conversations_initialize" />
<android.support.v7.preference.SwitchPreferenceCompat
android:defaultValue="true"
android:key="request_acknowledgements"