diff --git a/weboob/tools/capabilities/messages/GenericBackend.py b/weboob/tools/capabilities/messages/GenericBackend.py index 5fb53add..ad9e5c63 100644 --- a/weboob/tools/capabilities/messages/GenericBackend.py +++ b/weboob/tools/capabilities/messages/GenericBackend.py @@ -76,7 +76,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages): date=thread.date, parent=None, content=content.body, - signature='URL: %s' % content.url, + signature='URL \n' % content.url, flags=flags, children=[]) return thread