aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-composer-from-header.c
diff options
context:
space:
mode:
Diffstat (limited to 'composer/e-composer-from-header.c')
-rw-r--r--composer/e-composer-from-header.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/e-composer-from-header.c b/composer/e-composer-from-header.c
index 4dadfa7ac7..e7963666f3 100644
--- a/composer/e-composer-from-header.c
+++ b/composer/e-composer-from-header.c
@@ -110,6 +110,14 @@ e_composer_from_header_new (const gchar *label)
"button", FALSE, NULL);
}
+EComposerHeader *
+e_composer_from_header_new_with_action (const gchar *label, const char *action)
+{
+ return g_object_new (
+ E_TYPE_COMPOSER_FROM_HEADER, "label", label,
+ "button", FALSE, "addaction_text", action, "addaction", action!= NULL, NULL);
+}
+
EAccountList *
e_composer_from_header_get_account_list (EComposerFromHeader *header)
{