Merge pull request #9 from philipdexter/master

fixed github installation url
This commit is contained in:
enkore 2013-03-12 09:34:04 -07:00
commit 4ef267991b
3 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,7 @@ For examples how it works, take a look at the __main__.py.dist file with some ex
To install it, follow these steps: To install it, follow these steps:
cd ~/.config/i3status/ cd ~/.config/i3status/
git clone git@github.com:janoliver/i3pystatus contrib git clone git@github.com:enkore/i3pystatus contrib
cd contrib/i3pystatus cd contrib/i3pystatus
cp __main__.py.dist __main__.py cp __main__.py.dist __main__.py
@ -371,4 +371,3 @@ a python class that can be registered with the `I3statusHandler` class. Also don
forget to add yourself to the LICENSE file. forget to add yourself to the LICENSE file.
**Patches and pull requests are very welcome :-)** **Patches and pull requests are very welcome :-)**

View File

@ -14,7 +14,7 @@ For examples how it works, take a look at the __main__.py.dist file with some ex
To install it, follow these steps: To install it, follow these steps:
cd ~/.config/i3status/ cd ~/.config/i3status/
git clone git@github.com:janoliver/i3pystatus contrib git clone git@github.com:enkore/i3pystatus contrib
cd contrib/i3pystatus cd contrib/i3pystatus
cp __main__.py.dist __main__.py cp __main__.py.dist __main__.py

View File

@ -20,7 +20,7 @@ class IMAP(Backend):
) )
required = ("host", "username", "password") required = ("host", "username", "password")
port = 143 port = 993
ssl = False ssl = False
imap_class = imaplib.IMAP4 imap_class = imaplib.IMAP4