summaryrefslogtreecommitdiffstats
path: root/src/message_thread.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/message_thread.hh')
-rw-r--r--src/message_thread.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message_thread.hh b/src/message_thread.hh
index f3b6ee3..4bee766 100644
--- a/src/message_thread.hh
+++ b/src/message_thread.hh
@@ -68,6 +68,7 @@ namespace Astroid {
std::vector<ustring> tags;
ustring plain_text (bool fallback_html = false);
+ ustring quote ();
std::vector<refptr<Chunk>> attachments ();
refptr<Chunk> get_chunk_by_id (int id);