changeset 4477:9be284ce56b7

Fixed bug in mailgw refactoring, patch issue2550697 (thanks Hubert Touvet)
author Richard Jones <richard@users.sourceforge.net>
date Thu, 14 Apr 2011 05:29:39 +0000
parents 143f52d48e60
children e7dcec8c40e9
files CHANGES.txt doc/acknowledgements.txt roundup/mailgw.py
diffstat 3 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Wed Apr 06 13:29:32 2011 +0000
+++ b/CHANGES.txt	Thu Apr 14 05:29:39 2011 +0000
@@ -73,7 +73,8 @@
   HINT:  Use the same encoding as in the template database, or use
   template0 as template.
   (Ralf Schlatterbeck)
-
+- Fixed bug in mailgw refactoring, patch issue2550697 (thanks Hubert
+  Touvet)
 
 2010-10-08 1.4.16 (r4541)
 
--- a/doc/acknowledgements.txt	Wed Apr 06 13:29:32 2011 +0000
+++ b/doc/acknowledgements.txt	Thu Apr 14 05:29:39 2011 +0000
@@ -131,6 +131,7 @@
 Anatoly T.,
 Jon C. Thomason
 Mike Thompson,
+Hubert Touvet,
 Michael Twomey,
 Joseph E. Trent,
 Karl Ulbrich,
--- a/roundup/mailgw.py	Wed Apr 06 13:29:32 2011 +0000
+++ b/roundup/mailgw.py	Thu Apr 14 05:29:39 2011 +0000
@@ -704,7 +704,7 @@
             attempts.append(classname)
 
         if self.mailgw.default_class:
-            attempts.append(self.default_class)
+            attempts.append(self.mailgw.default_class)
         else:
             attempts.append(self.config['MAILGW_DEFAULT_CLASS'])
 

Roundup Issue Tracker: http://roundup-tracker.org/