Files
doomemacs/modules
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
..
2021-09-27 14:43:08 +01:00
2021-10-05 02:30:23 +02:00
2021-10-05 02:30:36 +02:00
2021-10-05 02:01:15 +02:00
2021-10-03 13:33:36 +02:00