diff -r f8d5c8bb8bce -r 95d45e4ec1a6 VirtualMailManager/cli/handler.py --- a/VirtualMailManager/cli/handler.py Fri Aug 06 22:34:46 2010 +0000 +++ b/VirtualMailManager/cli/handler.py Fri Aug 06 23:06:19 2010 +0000 @@ -45,9 +45,6 @@ self._cfg = Cfg(self._cfg_fname) self._cfg.load() - if not skip_some_checks: - self._cfg.check() - self._chkenv() def cfg_set(self, option, value): """Set a new value for the given option."""