Fix previous commit about language name

This commit is contained in:
Badlop 2011-10-20 16:28:53 +02:00
parent 35a71fc493
commit 576dda5c87
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ get_msg_header_props(F, Lines) ->
end.
prepare_props(MsgProps) ->
Language = proplists:get_value("X-Language:", MsgProps),
Language = proplists:get_value("Language:", MsgProps),
Authors = proplists:get_all_values("Author:", MsgProps),
{Language, Authors}.