Code

Fixed bug in mailgw refactoring, patch issue2550697 (thanks Hubert Touvet)
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 14 Apr 2011 05:29:39 +0000 (05:29 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 14 Apr 2011 05:29:39 +0000 (05:29 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4586 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
doc/acknowledgements.txt
roundup/mailgw.py

index 7599d15295016d3e1b4ce5143b6de91dbd4453a9..5b945994acf96c3a51dee96226a405d1a5df85d5 100644 (file)
@@ -73,7 +73,8 @@ Fixed:
   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)
 
index e523d87a5b2f92c955ad8f0037f76a39357f3564..2380b8ab8db3a73767fd03c61d9dbd70ac9bfb38 100644 (file)
@@ -131,6 +131,7 @@ Mitchell Surface,
 Anatoly T.,
 Jon C. Thomason
 Mike Thompson,
+Hubert Touvet,
 Michael Twomey,
 Joseph E. Trent,
 Karl Ulbrich,
index cd068899b2c622f35e8e2ab0f144c20b602a65ae..922dc12656a8d6dafc601aba82223b97fad1a32c 100644 (file)
@@ -704,7 +704,7 @@ Subject was: '%(subject)s'
             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'])