X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-mail-header-view.c;h=3875202c871a6a5ecfa2a7e0c3c80fa5a150c982;hb=fb20b9c67740dddfb1cd235692173e0495260bf3;hp=1239644702d7d33a373d29da1bf87497e10bc560;hpb=64216f2c3c614708ac03246e537c52bf38fbaf3e;p=modest diff --git a/src/widgets/modest-mail-header-view.c b/src/widgets/modest-mail-header-view.c index 1239644..3875202 100644 --- a/src/widgets/modest-mail-header-view.c +++ b/src/widgets/modest-mail-header-view.c @@ -300,12 +300,12 @@ modest_mail_header_view_set_header_default (TnyHeaderView *self, TnyHeader *head gtk_label_set_markup (GTK_LABEL (priv->fromto_label), _("mail_va_from")); if (from) modest_recpt_view_set_recipients (MODEST_RECPT_VIEW (priv->fromto_contents), from); + if (to) + add_recpt_header (MODEST_MAIL_HEADER_VIEW (self), _("mail_va_to"), to); if (cc) add_recpt_header (MODEST_MAIL_HEADER_VIEW (self), _("mail_va_cc"), cc); if (bcc) add_recpt_header (MODEST_MAIL_HEADER_VIEW (self), _("mail_va_hotfix1"), bcc); - if (to) - add_recpt_header (MODEST_MAIL_HEADER_VIEW (self), _("mail_va_to"), to); modest_mail_header_view_add_custom_header (MODEST_MAIL_HEADER_VIEW (self), _("mail_va_subject"), priv->subject_box, TRUE, TRUE); add_date_time_header (MODEST_MAIL_HEADER_VIEW (self), _("mcen_fi_message_properties_received"),