rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit 7f1345bc5915cd4eafa75bdbf3fea9e34ecaf61f
parent 138f1bf78d0f6f4cea849b9ef87268811c4b8b90
Author: Christoph Lohmann <20h@r-36.net>
Date:   Wed, 22 Aug 2012 11:23:15 +0200

Adding koi8 and euc-jp to the guessing section.

Diffstat:
mime.c | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/mime.c b/mime.c @@ -297,10 +297,12 @@ mime_decodeheader(char *value) char *cstries[] = { "utf-8", + "koi8", "iso-8859-1", "windows-1252", - "Shift_JIS", - "Big5", + "euc-jp" + "shift_jis", + "big5", "iso-8859-15", NULL };