Is your feature request related to a problem?
With multiple accounts configured, there's no single combined inbox.
Describe the solution you'd like
Provide a unified inbox that merges and sorts messages from all enabled accounts, with per-message account attribution.
Describe alternatives you've considered
Switching accounts manually.
Additional context
Account model in config/; aggregation in fetcher/ and rendering in tui/inbox.go.
Is your feature request related to a problem?
With multiple accounts configured, there's no single combined inbox.
Describe the solution you'd like
Provide a unified inbox that merges and sorts messages from all enabled accounts, with per-message account attribution.
Describe alternatives you've considered
Switching accounts manually.
Additional context
Account model in
config/; aggregation infetcher/and rendering intui/inbox.go.