diff --git a/sync-librelist.py b/sync-librelist.py index 7742f23c..8eb409e7 100644 --- a/sync-librelist.py +++ b/sync-librelist.py @@ -125,7 +125,7 @@ class Tree(object): def add_thread_for(self, mail): self.threads.append({ - 'title': mail['subject'], + 'title': mail['subject'] or '[No Subject]', 'slug': self.generate_slug(mail), 'date': mail['date'], 'author': mail['author'],