Changeset 62231ec0359b34f6a82b6688a7af97f2eb2ede10 for msg/text_plain.cc
- Timestamp:
- 08/29/10 15:19:50 (21 months ago)
- Children:
- c504199e7e127458fff243397776ee854e62b7a3
- Parents:
- 8fab37d78032b4009b127dc2d5c06b71a627ebd5
- git-committer:
- Antti-Juhani Kaijanaho <antti-juhani@…> (08/29/10 15:19:50)
- Files:
-
- 1 modified
-
msg/text_plain.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
msg/text_plain.cc
r868b365 r62231ec 1 1 /* This file is part of Alue, the multiprotocol Internet discussion daemon 2 2 3 Copyright © 2009 Antti-Juhani Kaijanaho3 Copyright © 2009, 2010 Antti-Juhani Kaijanaho 4 4 5 5 Alue is free software: you can redistribute it and/or modify it … … 46 46 void text_plain::init() 47 47 { 48 std::string text = get_ body();48 std::string text = get_decoded_body(); 49 49 content_type ct = get_content_type(); 50 50 if (ct.get_type() != msg::content_type::TEXT ||
