~ubuntu-branches/ubuntu/saucy/geary/saucy-updates

« back to all changes in this revision

Viewing changes to src/engine/rfc822/rfc822-message.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-03-14 13:48:23 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130314134823-gyk5av1g508zyj8a
Tags: 0.3.0~pr1-0ubuntu1
New upstream version (FFE lp: #1154316), supports multiple account as
well as full conversation views with inline replies

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
                GMime.ContentEncoding.DEFAULT);
112
112
            
113
113
            body_text = new GMime.Part();
114
 
            body_text.set_content_type(new GMime.ContentType.from_string("text/plain; charset=utf-8"));
 
114
            body_text.set_content_type(new GMime.ContentType.from_string("text/plain; charset=utf-8; format=flowed"));
115
115
            body_text.set_content_object(content);
116
116
        }
117
117