Skip to content

client: Fix next conversation selection on mail merge

Cédric Bellegarde requested to merge gnumdk/fix_next_conversation_selection into main

When conversation monitor is merging emails, we need to calculate next selected conversation. This may happen even if no conversation is currently selected resulting on second conversation being selected.

Only return a valid conversation if current selection is not empty.

Merge request reports