diff options
Diffstat (limited to 'Notmuch')
-rw-r--r-- | Notmuch/SearchResult.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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) |