mu4e-alert
mu4e-alert copied to clipboard
Replace "Mail" with display-time-mail-string in mode-line
trafficstars
https://github.com/iqbalansari/mu4e-alert/blob/96a293b28646f4620e257f24748becc4a06843cd/mu4e-alert.el#L294
I think it might be better to replace "Mail" with display-time-mail-string. According to the doc,
String to use as the mail indicator in
display-time-string-forms. This can use the Unicode letter character if you can display it.
- By default, its value is
"Mail", but could be changed to a Unicode mail character, e.g., Font Awesome envelope icon. - Besides, it does not conflict with
display-time-mail-icon.
That is a great idea, I will try pushing this soon. In the meanwhile pull requests are welcome.
Thanks