diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5a6eb117c..9edd9e0bd 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -31,14 +31,18 @@ android:label="@string/remote_control_label" android:description="@string/remote_control_desc"/> - @@ -135,7 +139,9 @@ android:label="@string/debug_title"> + android:name="com.fsck.k9.activity.FolderList" + android:launchMode="singleTask" + > + android:name="com.fsck.k9.activity.MessageList" + android:launchMode="singleTask" + + >