~xav0989/ubuntu/vivid/mailman/ubuntu-logo

« back to all changes in this revision

Viewing changes to debian/patches/30_pipermail_threads.patch

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-08-11 16:06:19 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080811160619-ymr837d03w2qvnh9
Tags: 1:2.1.11-3
* Updated Catalan debconf translation, thanks David Planella Molas
  (Closes: #494110).
* Added patch 68_update_catalan to update Catalan program translation,
  thanks Jordi Mallach (Closes: #492297).
* Add a README.source file referring to quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Patch: 30_pipermail_threads.patch
2
2
Author: Tollef Fog Heen <tfheen@debian.org>
3
3
Pipermail non-appropriate output.  Change that.
4
 
Index: Mailman/Archiver/pipermail.py
 
4
Index: mailman-2.1.10/Mailman/Archiver/pipermail.py
5
5
===================================================================
6
 
--- Mailman/Archiver/pipermail.py.orig  2006-08-15 15:12:18.000000000 +0800
7
 
+++ Mailman/Archiver/pipermail.py       2006-08-15 15:14:34.000000000 +0800
 
6
--- mailman-2.1.10.orig/Mailman/Archiver/pipermail.py   2008-04-21 20:28:22.000000000 +0200
 
7
+++ mailman-2.1.10/Mailman/Archiver/pipermail.py        2008-06-15 18:49:44.000000000 +0200
8
8
@@ -122,9 +122,9 @@
9
9
         parentID = article.parentID
10
10
         if parentID is not None and self.articleIndex.has_key(parentID):