doomemacs/modules/email
TEC 3ced11e7cb fix(mu4e): make alerts work again
At some point in the original PR alerts stopped working. I've finally
tracked down why and found three components to the problem:
- I'm calling `start-process` incorrectly
- `truncate-string-to-width` is called on `nil` when no from name is
  given
- mu4e-alert uses :docid to check for duplicates, which is not provided
  in mu 1.6, and so :message-id must be used instead.
2021-10-05 02:30:36 +02:00
..
mu4e fix(mu4e): make alerts work again 2021-10-05 02:30:36 +02:00
notmuch feat(notmuch): allow notmuch module without (:ui workspaces) 2021-10-03 12:50:36 +02:00
wanderlust fix(wanderlust): start wl-summary-mode in emacs state (#5266) 2021-09-14 14:29:41 +02:00