summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: baf888b)
raw | patch | inline | side by side (parent: baf888b)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 14 Apr 2011 05:29:39 +0000 (05:29 +0000) | ||
committer | richard <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 | patch | blob | history | |
doc/acknowledgements.txt | patch | blob | history | |
roundup/mailgw.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 7599d15295016d3e1b4ce5143b6de91dbd4453a9..5b945994acf96c3a51dee96226a405d1a5df85d5 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
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)
--- a/doc/acknowledgements.txt
+++ b/doc/acknowledgements.txt
Anatoly T.,
Jon C. Thomason
Mike Thompson,
+Hubert Touvet,
Michael Twomey,
Joseph E. Trent,
Karl Ulbrich,
diff --git a/roundup/mailgw.py b/roundup/mailgw.py
index cd068899b2c622f35e8e2ab0f144c20b602a65ae..922dc12656a8d6dafc601aba82223b97fad1a32c 100644 (file)
--- a/roundup/mailgw.py
+++ b/roundup/mailgw.py
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'])