From bc89ba053f3a65e2b66add50846f071bf035d101 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 --- templates/html/show.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 0bc5fa2..e72e61a 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -109,6 +109,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 -%] [%- '