From 9c2ee6b0bc7b74031439901283190bf58e8a46ce Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 29 Dec 2014 05:29:54 +0100 Subject: keymap "t" = Just editTags -- with $EDITOR --- Notmuch/SearchResult.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Notmuch') diff --git a/Notmuch/SearchResult.hs b/Notmuch/SearchResult.hs index 3dbf6bc..6d3f9be 100644 --- a/Notmuch/SearchResult.hs +++ b/Notmuch/SearchResult.hs @@ -9,7 +9,7 @@ import Data.Time.Clock import Data.Time.Clock.POSIX -newtype ThreadID = ThreadID String +newtype ThreadID = ThreadID { unThreadID :: String } deriving (Show,Read,Eq,FromJSON,ToJSON) -- cgit v1.2.3