summaryrefslogtreecommitdiff
path: root/src/mail/e-mail-label-list-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mail/e-mail-label-list-store.h')
-rw-r--r--src/mail/e-mail-label-list-store.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mail/e-mail-label-list-store.h b/src/mail/e-mail-label-list-store.h
index d56256c000..81fc1bef2c 100644
--- a/src/mail/e-mail-label-list-store.h
+++ b/src/mail/e-mail-label-list-store.h
@@ -82,6 +82,9 @@ void e_mail_label_list_store_set_with_tag (EMailLabelListStore *store,
gboolean e_mail_label_list_store_lookup (EMailLabelListStore *store,
const gchar *tag,
GtkTreeIter *iter);
+gboolean e_mail_label_list_store_lookup_by_name (EMailLabelListStore *store,
+ const gchar *name,
+ GtkTreeIter *out_iter);
gboolean e_mail_label_tag_is_default (const gchar *tag);
G_END_DECLS