]> git.deb.at Git - deb/packages.git/commitdiff
[UBUNTU] Add mailing lists archive urls for lists.ubuntu.com
authorFrank Lichtenheld <frank@lichtenheld.de>
Wed, 6 Feb 2008 16:42:24 +0000 (17:42 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 16 Feb 2008 01:24:38 +0000 (02:24 +0100)
(cherry picked from commit bc89ba053f3a65e2b66add50846f071bf035d101)

templates/html/show.tmpl

index 048b7d0d6d72f62116b67dfa34b8672d8694ce69..1056fe95ea645f26e983b6cc8631d5303e6eeadd 100644 (file)
        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>