notmuch-web-0.1.2.1: A web interface to the notmuch email indexer

Safe HaskellNone

Handler.Home

Synopsis

Documentation

getHomeR :: Handler HtmlSource

The GET handler for the home page

getSearchR :: String -> Handler HtmlSource

The GET handler for the search page

postSearchPostR :: Handler ()Source

The POST handler for the search box on the navbar, just redirects to the search route.