0c51514b56
When purpose mode is enabled, Spacemacs fails to assign correct mu4e buffers to correct windows when we're in headers view and select an e-mail from the list. Since `*mu4e-headers*` and `*mu4e-view*` buffers have the same purpose name (`mail`), and `*mu4e-loading*` buffer is either `fundamental` (or with a recent version of upstream mu4e `mu4e-loading-mode`) which has the purpose `general`. So what happens is, when we select an e-mail from the list, e-mail opens up at the headers' window, and loading opens up in the lower window which should have displayed the actual email content. With this commit, there will be two purpose names which will prevent this issue from happening. |
||
---|---|---|
.. | ||
gnus | ||
mu4e | ||
notmuch |