Loading app/core/src/main/java/com/fsck/k9/mailstore/MessageStore.kt +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ interface MessageStore { fun <T> getDisplayFolders(displayMode: FolderMode, outboxFolderId: Long?, mapper: FolderMapper<T>): List<T> /** * Check if all given folders are included in the Unified Inbox. * Check if all given folders are included in the All Inboxes. */ fun areAllIncludedInUnifiedInbox(folderIds: Collection<Long>): Boolean Loading app/core/src/main/java/com/fsck/k9/search/LocalSearch.java +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ public class LocalSearch implements SearchSpecification { // Public manipulation methods /////////////////////////////////////////////////////////////// /** * Set the ID of the search. This is used to identify a unified inbox * Set the ID of the search. This is used to identify a All Inboxes * search * * @param id ID to set Loading app/core/src/test/java/com/fsck/k9/TestCoreResourceProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ class TestCoreResourceProvider : CoreResourceProvider { override fun replyHeader(sender: String) = "$sender wrote:" override fun replyHeader(sender: String, sentDate: String) = "On $sentDate, $sender wrote:" override fun searchUnifiedInboxTitle() = "Unified Inbox" override fun searchUnifiedInboxTitle() = "All Inboxes" override fun searchUnifiedInboxDetail() = "All messages in unified folders" override fun outboxFolderName() = "Outbox" Loading app/k9mail/src/main/res/layout/message_list_widget_layout.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ android:paddingTop="12dp" android:textSize="20sp" android:textColor="@color/message_list_widget_header_text" tools:text="Unified Inbox" /> tools:text="All Inboxes" /> <ImageButton android:id="@+id/new_message" Loading app/k9mail/src/test/java/com/fsck/k9/widget/unread/UnreadWidgetDataProviderTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ class UnreadWidgetDataProviderTest : AppRobolectricTest() { val widgetData = provider.loadUnreadWidgetData(configuration) with(widgetData!!) { assertThat(title).isEqualTo("Unified Inbox") assertThat(title).isEqualTo("All Inboxes") assertThat(unreadCount).isEqualTo(SEARCH_ACCOUNT_UNREAD_COUNT) } } Loading Loading
app/core/src/main/java/com/fsck/k9/mailstore/MessageStore.kt +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ interface MessageStore { fun <T> getDisplayFolders(displayMode: FolderMode, outboxFolderId: Long?, mapper: FolderMapper<T>): List<T> /** * Check if all given folders are included in the Unified Inbox. * Check if all given folders are included in the All Inboxes. */ fun areAllIncludedInUnifiedInbox(folderIds: Collection<Long>): Boolean Loading
app/core/src/main/java/com/fsck/k9/search/LocalSearch.java +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ public class LocalSearch implements SearchSpecification { // Public manipulation methods /////////////////////////////////////////////////////////////// /** * Set the ID of the search. This is used to identify a unified inbox * Set the ID of the search. This is used to identify a All Inboxes * search * * @param id ID to set Loading
app/core/src/test/java/com/fsck/k9/TestCoreResourceProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ class TestCoreResourceProvider : CoreResourceProvider { override fun replyHeader(sender: String) = "$sender wrote:" override fun replyHeader(sender: String, sentDate: String) = "On $sentDate, $sender wrote:" override fun searchUnifiedInboxTitle() = "Unified Inbox" override fun searchUnifiedInboxTitle() = "All Inboxes" override fun searchUnifiedInboxDetail() = "All messages in unified folders" override fun outboxFolderName() = "Outbox" Loading
app/k9mail/src/main/res/layout/message_list_widget_layout.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ android:paddingTop="12dp" android:textSize="20sp" android:textColor="@color/message_list_widget_header_text" tools:text="Unified Inbox" /> tools:text="All Inboxes" /> <ImageButton android:id="@+id/new_message" Loading
app/k9mail/src/test/java/com/fsck/k9/widget/unread/UnreadWidgetDataProviderTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ class UnreadWidgetDataProviderTest : AppRobolectricTest() { val widgetData = provider.loadUnreadWidgetData(configuration) with(widgetData!!) { assertThat(title).isEqualTo("Unified Inbox") assertThat(title).isEqualTo("All Inboxes") assertThat(unreadCount).isEqualTo(SEARCH_ACCOUNT_UNREAD_COUNT) } } Loading