diff options
author | tv <tv@shackspace.de> | 2015-01-31 15:51:57 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-01-31 15:51:57 +0100 |
commit | ef48d081dfd0e817c4959dbbd49929ae760a310e (patch) | |
tree | 54867be238b6f8707a43fa7af6d16d3f59144f73 /TagUtils.hs | |
parent | 39e76d0c83515a98f84f06b1c3b430d1e67cd1cd (diff) |
Notmuch: replace {un,}setTag by notmuchTag
Diffstat (limited to 'TagUtils.hs')
-rw-r--r-- | TagUtils.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TagUtils.hs b/TagUtils.hs index a5df807..e8f17eb 100644 --- a/TagUtils.hs +++ b/TagUtils.hs @@ -12,7 +12,7 @@ import Data.Monoid import Data.Tree import Notmuch.Message import Notmuch.SearchResult -import TreeView +import TreeView.Types type Tag = T.Text |