summaryrefslogtreecommitdiff
path: root/alot/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db.py')
-rw-r--r--alot/db.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/db.py b/alot/db.py
index 18104ee2..94b4568f 100644
--- a/alot/db.py
+++ b/alot/db.py
@@ -75,6 +75,9 @@ class Thread:
msg.thaw()
self.tags = [t for t in self.tags if t not in tags]
+ def get_thread_id(self):
+ return self.tid
+
def get_tags(self):
return self.tags