Added /receipts command

This commit is contained in:
James Booth
2015-03-15 19:48:19 +00:00
parent b21edfaa51
commit 2762f18a3e
6 changed files with 29 additions and 1 deletions

View File

@@ -3938,6 +3938,13 @@ cmd_carbons(gchar **args, struct cmd_help_t help)
return result;
}
gboolean
cmd_receipts(gchar **args, struct cmd_help_t help)
{
return _cmd_set_boolean_preference(args[0], help,
"Message delivery receipts", PREF_RECEIPTS);
}
gboolean
cmd_away(gchar **args, struct cmd_help_t help)
{