diff options
| -rw-r--r-- | README.md | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -3,6 +3,7 @@ lazymail is a Haskell written old-school console Mail User Agent, born as a  final project for a functional programming course.  Heavily inspired in [lumail](http://lumail.org/), lazymail is a modal client: +  * Maildir mode: offers a tree-like view of all the maildirs recursively    found from an initial path.  * Index mode: offers a view of all the emails in a selected maildir. @@ -10,6 +11,7 @@ Heavily inspired in [lumail](http://lumail.org/), lazymail is a modal client:  * Compose mode: launch your favorite text editor in order to write your emails.  lazymail main features are: +  * Tons of bugs  * Configurable key-bindings  * Configurable colors. | 
