diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-09-03 10:16:07 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-09-03 10:16:07 -0300 |
commit | ac5a65d8adc1d9a683327165057493d9cba6fdb8 (patch) | |
tree | 52f2f9b6bd1bf1a52e2344a88554df895b0eb709 /Email.hs | |
parent | e41dd5091f597e2252deb9ecbde900eda7c15614 (diff) |
Configurable header in Email mode
Diffstat (limited to 'Email.hs')
-rw-r--r-- | Email.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ getBody msg = Single c -> c Multi mvs -> case firstTextPart mvs of Just mv -> unwrapContent . mime_val_content $ mv - Nothing -> "Buggity Buggity Buggity!" + Nothing -> "This email has no displayable content." where unwrapContent (Single c) = c |