Safe Haskell | None |
---|---|
Language | Haskell2010 |
UI.Mail.Main
- renderMailView :: AppState -> Widget Name
Documentation
renderMailView :: AppState -> Widget Name Source #
Instead of using the entire rendering area to show the email, we still show the index in context above the mail.
Implementation detail: Currently we're creating the sub list of mails we show for each key press. This might have to change in the future.