flags: rename flags_to_string -> to_string

For consistency.
This commit is contained in:
Dirk-Jan C. Binnema
2022-04-10 12:30:59 +03:00
parent c6ff5f9ce3
commit 478ef67fc6
7 changed files with 7 additions and 7 deletions

View File

@ -326,7 +326,7 @@ add_row(GtkTreeStore* store, MuMsg* msg, GtkTreeIter* treeiter)
from = empty_or_display_contact(mu_msg_get_from(msg));
to = empty_or_display_contact(mu_msg_get_to(msg));
flag_str = flags_to_string(mu_msg_get_flags(msg));
flag_str = to_string(mu_msg_get_flags(msg));
/* if (0) { */
/* GtkTreeIter myiter; */