diff --git a/noise-chat-list.el b/noise-chat-list.el index 275c1bb..2f9d575 100644 --- a/noise-chat-list.el +++ b/noise-chat-list.el @@ -109,7 +109,7 @@ CONV is a hash table with string keys from noise-db." (t (concat sender ": " preview)))) (preview-str (truncate-string-to-width preview-prefix 36 nil nil "…")) (time-str (noise-chat-list--format-time timestamp))) - (concat " " (propertize fringe 'face 'warning) " " unread-str " " + (concat (propertize fringe 'face 'warning) " " unread-str " " (propertize (format "%-18s" name-str) 'face 'bold) " " preview-str " " (propertize time-str 'face 'shadow))))