diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 335b8e71f6..fdf3bbbf2c 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -699,7 +699,10 @@ forward_msg (GtkWidget *button, gpointer user_data) fwd_subj = g_strdup_printf ("[%s] (forwarded message)", from); } + } else { + fwd_subj = NULL; } + e_msg_composer_set_headers (composer, NULL, NULL, NULL, fwd_subj); g_free (fwd_subj); |