diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-09-03 20:24:51 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-09-03 20:24:51 -0300 |
commit | 84fa12fef1736d04ee79e40cebaadadda262f063 (patch) | |
tree | 4842389a50b1c0f76b3d9a27ef3f562adac87b57 /Email.hs | |
parent | c91af8d1f85f876eb7119ce8406385cf570d3886 (diff) |
Mark as read functionality
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 |