diff options
Diffstat (limited to 'Notmuch.hs')
-rw-r--r-- | Notmuch.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -251,6 +251,7 @@ drawSearchResult SearchResult{..} = do case T.splitOn "| " searchAuthors of [a,b] -> (T.splitOn ", " a, T.splitOn ", " b) [a] -> (T.splitOn ", " a, []) + x -> error $ "drawSearchResult: error " <> show x a' = map green matchedAuthors b' = map red otherAuthors |