* added dutch translation
[modest] / src / modest-tny-msg-actions.c
index 123c686..f05abcc 100644 (file)
@@ -53,7 +53,6 @@ get_body_text (TnyMsg *msg, gboolean want_html)
        GtkTextBuffer *buf;
        GtkTextIter start, end;
        const gchar *to_quote;
-       gchar *quoted;
 
        body = modest_tny_msg_actions_find_body_part(msg, want_html);
        if (!body)
@@ -104,7 +103,7 @@ TnyMimePart *
 modest_tny_msg_actions_find_body_part (TnyMsg *msg, gboolean want_html)
 {
        const gchar *mime_type = want_html ? "text/html" : "text/plain";
-       TnyMimePart *part;
+       TnyMimePart *part = NULL;
        TnyList *parts;
        TnyIterator *iter;