mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 15:06:21 +00:00
Made periodic message reminders a user option
This commit is contained in:
@@ -269,6 +269,19 @@ prefs_set_chlog(gboolean value)
|
||||
_save_prefs();
|
||||
}
|
||||
|
||||
gint
|
||||
prefs_get_remind(void)
|
||||
{
|
||||
return g_key_file_get_integer(prefs, "ui", "remind", NULL);
|
||||
}
|
||||
|
||||
void
|
||||
prefs_set_remind(gint value)
|
||||
{
|
||||
g_key_file_set_integer(prefs, "ui", "remind", value);
|
||||
_save_prefs();
|
||||
}
|
||||
|
||||
void
|
||||
prefs_add_login(const char *jid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user