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

Safe HaskellNone

Handler.Tags

Synopsis

Documentation

tagHeader :: WidgetSource

A widget that contains the support elements for retagging, including the forms and javascript. This widget must be included only ONCE in the page. A notmuch:retag event is raised after a successful retag.

tagWidget :: Either SearchResult Message -> WidgetT App IO ()Source

A widget consisting of the retag buttons followed by the current tag list.