purebred-0.1.0.0: An mail user agent built around notmuch

Safe HaskellNone
LanguageHaskell2010

Purebred.Tags

Description

This module provides functions to parse tagging operations. These operations are used for annotating mails or threads with labels. Notmuch does not support the labelling of threads as such even though Purebred exposes the functionality. Labeling threads just means labelling all mails in a thread.

Documentation

parseTag :: ByteString -> Parser Tag Source #

parseTagOps :: Text -> Either Error [TagOp] Source #