comparison mcabber/mcabberrc.example @ 2324:4ddd6f5c3ffc

Add support for displaying the number of unread messages for each roster entry
author Michał Kępień <bitbucket@kempniu.pl>
date Sun, 23 Sep 2018 22:52:29 +0200
parents fa8365fb6ac2
children 480585fec48a
comparison
equal deleted inserted replaced
2323:d2111a776b66 2324:4ddd6f5c3ffc
508 # - 1: "name <jid/resource>" (name is omitted if same as the JID) 508 # - 1: "name <jid/resource>" (name is omitted if same as the JID)
509 # - 2: "name/resource" (if the name is the same as the JID, use <jid/res>) 509 # - 2: "name/resource" (if the name is the same as the JID, use <jid/res>)
510 # - 3: "name" (if the name is the same as the JID, use <jid/res>) 510 # - 3: "name" (if the name is the same as the JID, use <jid/res>)
511 #set buddy_format = 2 511 #set buddy_format = 2
512 # 512 #
513 # Set 'roster_show_unread_count' to 1 if you want the number of unread messages,
514 # if there are any, to be displayed for every roster entry (default: 0).
515 #set roster_show_unread_count = 0
516 #
513 # Time format: 517 # Time format:
514 # - 0: (default) Date and time 518 # - 0: (default) Date and time
515 # - 1: Time only 519 # - 1: Time only
516 # - 2: None 520 # - 2: None
517 #set time_prefix = 0 521 #set time_prefix = 0