pidgin/pidgin

c821b5ab8895
Add a show offline buddies toggle button to the contact list

I debated about making a property for `show-offline` but decided against it as we probably don't need/want another way to customize the filters.

Testing Done:
Clicked the button a few times

Reviewed at https://reviews.imfreedom.org/r/2961/
subdir('reference')
if ENABLE_GTK
configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif