mutt_ldap.py: Factor configuration out into a Config class
[mutt-ldap.git] / mutt_ldap.py
2013-01-24 W. Trevor Kingmutt_ldap.py: Factor configuration out into a Config...
2013-01-24 W. Trevor Kingmutt_ldap.py: Also wrap stderr in a codecs writer
2013-01-24 W. Trevor Kingmutt_ldap.py: Use LOG.error() instead of sys.stderr...
2013-01-24 W. Trevor Kingmutt_ldap.py: Don't load the config file if were being...
2013-01-24 W. Trevor Kingmutt_ldap.py: Rename sys to _sys on import
2013-01-24 W. Trevor Kingmutt_ldap.py: Add an output-encoding option v0.1
2013-01-20 W. Trevor KingREADME: Every stand-alone project desrves one
2013-01-20 W. Trevor Kingmutt_ldap.py: Rename with underscore for package import