purebred-0.1.0.0: An mail user agent built around notmuch
UI.Utils
safeUpdate :: Foldable t => Vector a -> t (Int, a) -> Vector a Source #
focusedViewWidget :: AppState -> Name -> Name Source #
focusedViewWidgets :: AppState -> [Name] Source #
focusedViewName :: AppState -> ViewName Source #
focusedView :: AppState -> View Source #
titleize :: Titleize a => a -> Text Source #
class Titleize a where Source #
Minimal complete definition
titleize
Methods
titleize :: a -> Text Source #
Instances
titleize :: ViewName -> Text Source #
titleize :: Name -> Text Source #
toggledItems :: List Name (Bool, a) -> [(Bool, a)] Source #
selectedFiles :: List Name (Bool, FileSystemEntry) -> [FilePath] Source #