diff --git a/imapt b/imapt index f557c5a..ffdf5b7 100755 --- a/imapt +++ b/imapt @@ -162,6 +162,6 @@ try: logging.error("Selecting return incorrected : %s" % ret) server.close() except Exception as e: - logging.critical('Error selecting mailbox %s : %s' % (option.mailbox,e)) + logging.critical('Error selecting mailbox %s : %s' % (options.mailbox,e)) finally: server.logout()