Small updates for mailreading

This commit is contained in:
Michiel Broek 2007-03-01 15:22:15 +00:00
parent 617377f403
commit 8f79c6b3b8

View File

@ -456,7 +456,7 @@ int Read_a_Email(unsigned int Num)
charsin = xstrcpy((char *)"CP437"); charsin = xstrcpy((char *)"CP437");
} else { } else {
charsin = xstrcpy(get_ic_ftn(find_ftn_charset(charset))); charsin = xstrcpy(get_ic_ftn(find_ftn_charset(charset)));
}} }
/* /*
* Setup character translation * Setup character translation