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

    [UBUNTU] Add mailing lists archive urls for lists.ubuntu.com
    (cherry picked from commit bc89ba053f3a65e2b66add50846f071bf035d101)

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 -%]
   [%- '<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