summaryrefslogtreecommitdiffstats
path: root/Notmuch
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-12-29 05:29:54 +0100
committertv <tv@shackspace.de>2014-12-29 05:29:54 +0100
commit9c2ee6b0bc7b74031439901283190bf58e8a46ce (patch)
tree8769885b1a375046e2868709a6a4b8ddb2d8e826 /Notmuch
parentc08c599d335e12aa82553b3501e79d6defdd6f65 (diff)
keymap "t" = Just editTags -- with $EDITOR
Diffstat (limited to 'Notmuch')
-rw-r--r--Notmuch/SearchResult.hs2
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)