aboutsummaryrefslogtreecommitdiff
path: root/Email.hs
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2013-09-03 10:16:07 -0300
committerRaúl Benencia <rul@kalgan.cc>2013-09-03 10:16:07 -0300
commitac5a65d8adc1d9a683327165057493d9cba6fdb8 (patch)
tree52f2f9b6bd1bf1a52e2344a88554df895b0eb709 /Email.hs
parente41dd5091f597e2252deb9ecbde900eda7c15614 (diff)
Configurable header in Email mode
Diffstat (limited to 'Email.hs')
-rw-r--r--Email.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Email.hs b/Email.hs
index 4d310c4..659d96b 100644
--- a/Email.hs
+++ b/Email.hs
@@ -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
nihil fit ex nihilo