diff options
Diffstat (limited to 'src/ui/console.c')
-rw-r--r-- | src/ui/console.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c index be6246c8..55b1e25f 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -1410,6 +1410,11 @@ cons_roster_setting(void) else cons_show("Roster contacts (/roster) : hide"); + if (prefs_get_boolean(PREF_ROSTER_UNSUBSCRIBED)) + cons_show("Roster unsubscribed (/roster) : show"); + else + cons_show("Roster unsubscribed (/roster) : hide"); + char *count = prefs_get_string(PREF_ROSTER_COUNT); if (g_strcmp0(count, "off") == 0) { cons_show("Roster count (/roster) : OFF"); |