Currently, clicking a "New Email" notification propagates the click to the newly received message, which opens the message in the main window. However, the click does not force the Inboxer window to be displayed. If the window was minimized or hidden, the user may not notice the effects of the click until the next time the Inboxer window is shown. I personally find this quite confusing.
The changes in this PR force the window to be shown together with the click propagation. A click on the "new email" notification displays the Inboxer window and opens the message.
Currently, clicking a "New Email" notification propagates the click to the newly received message, which opens the message in the main window. However, the click does not force the Inboxer window to be displayed. If the window was minimized or hidden, the user may not notice the effects of the click until the next time the Inboxer window is shown. I personally find this quite confusing.
The changes in this PR force the window to be shown together with the click propagation. A click on the "new email" notification displays the Inboxer window and opens the message.