mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Add: (ement-room-list--entry) help-echo for U and B columns
This commit is contained in:
parent
2703f5c0ef
commit
06f962b587
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@ To be called in `ement-sync-callback-hook'."
|
|||
id))
|
||||
;; FIXME: Figure out how to track unread status cleanly.
|
||||
(e-unread (if (and buffer (buffer-modified-p buffer))
|
||||
"U" ""))
|
||||
(e-buffer (if buffer "B" ""))
|
||||
(propertize "U" 'help-echo "Unread") ""))
|
||||
(e-buffer (if buffer (propertize "B" 'help-echo "Room has buffer") ""))
|
||||
;; (e-avatar (if avatar (ement-resize-avatar avatar) ""))
|
||||
(e-name (list (propertize (or display-name
|
||||
(ement-room--room-display-name room))
|
||||
|
|
Loading…
Add table
Reference in a new issue