X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=src%2FMain.hs;h=de209899bfedfb9611b269e21e8693b00f4aa79b;hp=7025b4bb1544c43fe4d54ebaa92df6a1c4920970;hb=376e4ed1f16a0fe5a4d100877c618d85e20a9b8f;hpb=6954f707adaa34e2fdc6df78b6bcce79e35279ee diff --git a/src/Main.hs b/src/Main.hs index 7025b4b..de20989 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -138,7 +138,7 @@ main = do case from_address of Nothing -> Nothing Just fromaddr -> - Just (Message { headers = [], + Just (Message { headers = default_headers, body = "", subject = "", to = toaddr,