2007-07-26 [colin] 2.10.0cvs68
[claws.git] / src / quote_fmt_parse.y
index 6f0f89be5118a72a87432350435b39abb104715c..35afce7b4f004c015a13fe764d590bfa0cbca743 100644 (file)
@@ -426,7 +426,7 @@ static void quote_fmt_show_msg(MsgInfo *msginfo, const gchar *body,
        if (body)
                fp = str_open_as_stream(body);
        else {
-               if (procmime_msginfo_is_encrypted(msginfo))
+               if (MSG_IS_ENCRYPTED(msginfo->flags))
                        fp = procmime_get_first_encrypted_text_content(msginfo);
                else
                        fp = procmime_get_first_text_content(msginfo);