mail imap: fix mailbox selection

This commit is contained in:
enkore 2013-10-01 13:36:59 +02:00
parent 87c583db87
commit 21cd318c29
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class IMAP(Backend):
self.connection = None
try:
self.connection.select()
self.connection.select(self.mailbox)
except Exception as e:
self.connection = None

View File

@ -3,7 +3,7 @@
from setuptools import setup
setup(name="i3pystatus",
version="3.25.1",
version="3.25.2",
description="Like i3status, this generates status line for i3bar / i3wm",
url="http://github.com/enkore/i3pystatus",
license="MIT",