Skip to content

Fix: Unified Account is still displayed on TB application even if there is only one account#9864

Merged
asoucar merged 2 commits into
thunderbird:mainfrom
shamim-emon:fix-issue-9463
Sep 30, 2025
Merged

Fix: Unified Account is still displayed on TB application even if there is only one account#9864
asoucar merged 2 commits into
thunderbird:mainfrom
shamim-emon:fix-issue-9463

Conversation

@shamim-emon
Copy link
Copy Markdown
Collaborator

@shamim-emon shamim-emon commented Sep 28, 2025

Implementation Highlights:

  • Added logic in UnifiedInboxConfigurator to disable the unified inbox when there is exactly one account.
  • Adjusted dependency injection (in KoinModule) and AccountRemover to ensure configureUnifiedInbox() is invoked after account removal.
  • Added a unit test in UnifiedInboxConfiguratorTest to verify that when only one account exists, configureUnifiedInbox() disables the unified inbox.

…ed inbox is disabled when there is only one account
@shamim-emon shamim-emon changed the title Unified Account is still displayed on TB application even if there is only one account Fix: Unified Account is still displayed on TB application even if there is only one account Sep 28, 2025
Copy link
Copy Markdown
Contributor

@asoucar asoucar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this!

@asoucar asoucar merged commit 1a66288 into thunderbird:main Sep 30, 2025
13 checks passed
@thunderbird-botmobile thunderbird-botmobile Bot added this to the Thunderbird 14 milestone Sep 30, 2025
@shamim-emon shamim-emon deleted the fix-issue-9463 branch September 30, 2025 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unified Account is still displayed on TB application even if there is only one account.

2 participants