From f0badaa6a67f93bfe69149b2775bb5131ebebd57 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 6 Feb 2008 17:42:24 +0100 Subject: [PATCH] [UBUNTU] Add mailing lists archive urls for lists.ubuntu.com (cherry picked from commit bc89ba053f3a65e2b66add50846f071bf035d101) --- templates/html/show.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 048b7d0..1056fe9 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -115,6 +115,8 @@ mailarchiveurl = 'http://lists.debian.org/' _ matches.0 _ '/'; ELSIF (matches = mail.match('^(.*)@lists\.alioth\.debian\.org$')); mailarchiveurl = 'http://lists.alioth.debian.org/pipermail/' _ matches.0 _ '/'; + ELSIF (matches = mail.match('^(.*)@lists\.ubuntu\.com$')); + mailarchiveurl = 'http://lists.ubuntu.com/archives/' _ matches.0 _ '/'; END -%] [%- '