summaryrefslogtreecommitdiffstats
path: root/src/modes/forward_message.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes/forward_message.cc')
-rw-r--r--src/modes/forward_message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/forward_message.cc b/src/modes/forward_message.cc
index 8343b42..e1b55c2 100644
--- a/src/modes/forward_message.cc
+++ b/src/modes/forward_message.cc
@@ -67,7 +67,7 @@ namespace Astroid {
quoted << "Cc: " << AddressList(msg->cc()).str () << endl;
quoted << endl;
- string vt = msg->plain_text (false);
+ string vt = msg->quote ();
quoted << vt;
body = ustring(quoted.str());