mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 17:21:41 -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))
|
id))
|
||||||
;; FIXME: Figure out how to track unread status cleanly.
|
;; FIXME: Figure out how to track unread status cleanly.
|
||||||
(e-unread (if (and buffer (buffer-modified-p buffer))
|
(e-unread (if (and buffer (buffer-modified-p buffer))
|
||||||
"U" ""))
|
(propertize "U" 'help-echo "Unread") ""))
|
||||||
(e-buffer (if buffer "B" ""))
|
(e-buffer (if buffer (propertize "B" 'help-echo "Room has buffer") ""))
|
||||||
;; (e-avatar (if avatar (ement-resize-avatar avatar) ""))
|
;; (e-avatar (if avatar (ement-resize-avatar avatar) ""))
|
||||||
(e-name (list (propertize (or display-name
|
(e-name (list (propertize (or display-name
|
||||||
(ement-room--room-display-name room))
|
(ement-room--room-display-name room))
|
||||||
|
|
Loading…
Add table
Reference in a new issue