diff options
-rw-r--r-- | mail/em-format-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index f2191c507c..37676aef83 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -2797,7 +2797,7 @@ efh_format_headers (EMFormatHTML *efh, /* If the header is collapsed, display just subject and sender in one row and leave */ if (efh->priv->headers_state == EM_FORMAT_HTML_HEADERS_STATE_COLLAPSED && efh->priv->headers_collapsable) { - gchar *subject; + gchar *subject = _("(no subject)"); struct _camel_header_address *addrs = NULL; GString *from = g_string_new (""); |