9239a2d326
Hello John, i fixed some tiny bugs in offlineimap, mainly just for myself. They are more dirty fixes than real bugfixes since I'm missing the deeper insight into the code. Especially the first one for Curses.py is very dirty and breaks the scaling of the interface when the terminal size changes, but at least the terminal is in proper state after exiting offlineimap. In the order of appearance in the patchfile: 1. 'fixes' terminal breakage on quit of curses interface in python 2.6 to 2.6.5 (fixed since 2.6.6 http://bugs.python.org/issue7567) 2. fixes netrc password authentication 3. fixes user name querying from netrc The patch is made for git revision 6b1cb5e036f144a6609d Thanks a lot for the great application! Best regards, buergi