mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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.