From 98a4d0547a9b302e4a52b1957633b11fde9fe56d Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 30 Oct 2013 15:02:40 +0100 Subject: [PATCH] Make a real link in signature --- weboob/tools/capabilities/messages/GenericBackend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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