Commit Graph

15 Commits

Author SHA1 Message Date
enkore
1fd3b748a5 ... 2014-10-12 16:50:50 +02:00
facetoe
a5915a0999 Document how to switch focus to mail client on left click. 2014-10-12 21:50:52 +08:00
enkore
9841cc65f8 Better. 2014-10-12 02:47:49 +02:00
enkore
75fcad26fd Better fix for #102
Rationale:
-other backends don't require internet access
-displaying last unread count w/o connection seems reasonable
-however: error handling in get_connection() is quite wildcardy,
which is no good. Should be fixed asap.

Introducing a core exception for directly displaying errors may be a good idea at this point for next.
2014-08-28 13:11:20 +02:00
enkore
9cdcfccb6c Possible fix for #102 2014-08-27 11:06:36 +02:00
enkore
f06a76ad52 PEP8 2014-04-30 14:51:41 +02:00
enkore
109c217253 Minor readme updates 2014-04-17 14:50:34 +02:00
Stéphane Brunner
d0a38e036c Open email client and refresh email with mouse click 2014-04-16 18:03:16 +02:00
enkore
5fc8ed3f8e ... 2014-01-16 23:13:16 +01:00
enkore
78c01dd3e5 PEP8 2013-10-01 15:22:09 +02:00
enkore
87c583db87 update readme 2013-10-01 13:31:40 +02:00
enkore
42e6258c1a mail: clarify usage 2013-10-01 13:05:18 +02:00
enkore
a5bcf9bfa2 backlight module
Probably I'll discard these as soon as I come up with a nice
generic way of reading multiple files, converting values etc.
2013-02-24 02:12:32 +01:00
enkore
9e6af3661a Mail 2013-02-23 23:00:14 +01:00
enkore
7fceb73ff3 Mail checkers
Mail checkers are not separate modules anymore; there is only one
mail checker module (called mail) that can make use of various backends
, which were formerly modules on their own.

This greatly simplifies code and reduces redundance.

This commit only contains the base classes for this.
2013-02-23 15:16:23 +01:00