Code

Fix file-unlink bug in mailgw (Ralfs oversight when refactoring the mail
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 29 May 2011 18:25:49 +0000 (18:25 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 29 May 2011 18:25:49 +0000 (18:25 +0000)
commit4b134bc0ffdd142b88c9cff1fbf62625d37056a3
tree63a0f4371b2d64f2162d1d4c656c53eebe947e46
parent9f73c3fc2696b8172df70b11b7910a29f11b9dc6
Fix file-unlink bug in mailgw (Ralfs oversight when refactoring the mail
gateway code) -- if a message is sent that contains no attachments,
all previous files of the issue are unlinked, thanks to Rafal
Bisingier for reporting and proposing a fix.
I've now added a regression test that catches this issue.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4609 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
doc/acknowledgements.txt
roundup/mailgw.py
test/test_mailgw.py