diff options
Diffstat (limited to 'Email.hs')
-rw-r--r-- | Email.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ getBody msg = Nothing -> "This email has no displayable content." where unwrapContent (Single c) = c - + -- hackish function for showing the email. In he future the logic of this -- function should be improved. firstTextPart [] = Nothing |