The following commit has been merged in the ubuntu-master branch:
commit bc89ba053f3a65e2b66add50846f071bf035d101
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Wed Feb 6 17:42:24 2008 +0100

    [UBUNTU] Add mailing lists archive urls for lists.ubuntu.com

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 -%]
   [%- '<ul>' IF loop.first -%]
        <li><a href="mailto:[% mail %]">[% name | html %]</a>

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to