Mercurial > p > roundup > code
diff roundup/scripts/roundup_mailgw.py @ 2373:b48fcae8b2ad maint-0.7
couple of bugfixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 28 May 2004 01:03:53 +0000 |
| parents | 0b198ed096af |
| children | 1154e7fa2f47 |
line wrap: on
line diff
--- a/roundup/scripts/roundup_mailgw.py Thu May 27 22:28:02 2004 +0000 +++ b/roundup/scripts/roundup_mailgw.py Fri May 28 01:03:53 2004 +0000 @@ -14,7 +14,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: roundup_mailgw.py,v 1.15 2004-05-06 01:12:24 richard Exp $ +# $Id: roundup_mailgw.py,v 1.15.2.1 2004-05-28 01:03:53 richard Exp $ """Command-line script stub that calls the roundup.mailgw. """ @@ -174,7 +174,7 @@ return usage(argv, _('Error: The source must be either "mailbox",' ' "pop", "apop", "imap" or "imaps"')) finally: - db.close() + handler.db.close() def run(): # time out after a minute if we can
