yuya373 / emacs-slack

slack client for emacs
1.11k stars 117 forks source link

RFE: Modeline notification #556

Closed mcamou closed 2 years ago

mcamou commented 2 years ago

Sorry for opening this as a bug, I did not find a way to submit an RFE.

One issue that I find with emacs-slack is that, unless I actively do something, I get no notification that there are unread messages. The notification does come up, but if I'm not watching at the precise moment I do not have any indication that there are unread messages.

It would be nice to have an indicator in the modeline that said that there are new messages on Slack, possibly with a different color for messages in IM conversations or where I have been specifically mentioned.

mcamou commented 2 years ago

(setq slack-enable-global-mode-string t) does the job. Closing.