A couple of Mu4e improvements
I usually prefer reading my email using Mu4e in Emacs, but the Vim (āEvilā) keybindings have been broken since upgrading to 1.10.x. (See this PR for background). This added so much friction that I went back to Mail.app and Notmuch. Recent changes in evil-collection have fixed the issue but werenāt available yet when updating Doom. The fix for now was to (unpin! evil-collection) in packages.el. Much better! Another snag Iāve run into while using Mu4e was that sometimes I also use Appleās Mail on macOS and iOS and any messages I delete there would only be flagged as ātrashedā in Mu4e, so they would show up in the inbox, cluttering things considerably. The fix for this was to set Expunge Both in my .mbsyncrc file. Also much better! That one has been bugging me for a long time. ...