buf = quote_fmt_get_buffer();
- quote_fmt_reset_vartable();
- quote_fmtlex_destroy();
-
if (buf == NULL)
alertpanel_error(_("The \"Quotation mark\" of the template is invalid."));
else
if (buf == NULL) {
gint line = quote_fmt_get_line();
alertpanel_error(err_msg, line);
- quote_fmt_reset_vartable();
- quote_fmtlex_destroy();
goto error;
}
- quote_fmt_reset_vartable();
- quote_fmtlex_destroy();
} else
buf = "";
compose_template_apply_fields(compose, tmpl);
compose_attach_from_list(compose, quote_fmt_get_attachments_list(), FALSE);
quote_fmt_reset_vartable();
+ quote_fmtlex_destroy();
+
compose_changed_cb(NULL, compose);
#ifdef USE_ENCHANT