mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 08:06:21 +00:00
ox: show ox preferences
This commit is contained in:
@@ -317,6 +317,7 @@ cmd_ac_init(void)
|
||||
#endif
|
||||
#ifdef HAVE_LIBGPGME
|
||||
autocomplete_add(prefs_ac, "pgp");
|
||||
autocomplete_add(prefs_ac, "ox");
|
||||
#endif
|
||||
#ifdef HAVE_OMEMO
|
||||
autocomplete_add(prefs_ac, "omemo");
|
||||
|
||||
@@ -1743,6 +1743,10 @@ cmd_prefs(ProfWin* window, const char* const command, gchar** args)
|
||||
cons_show("");
|
||||
cons_show_omemo_prefs();
|
||||
cons_show("");
|
||||
} else if (strcmp(args[0], "ox") == 0) {
|
||||
cons_show("");
|
||||
cons_show_ox_prefs();
|
||||
cons_show("");
|
||||
} else {
|
||||
cons_bad_cmd_usage(command);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user