If you are satisfied with the contents of the package: proceed to
Caution: If you have already the previous version of tkmail-4.0, you have to edit your .tkmail4rc in your home directory:
Now you are ready to try it by typing:
Note Added
If you get an error message telling that tkmail couldn't find
"blt_bell", replace "blt_bell 80" by "bell" in ~/.tkmail4rc.
% vi Config.mk
% vi scripts/tkmail
Modified to allow iso-2022-jp handling:
Added newly to allow iso-2022-jp handling:
When "fullname" or "subject" or both are truncated in making header summary (Mfv_GetSumLine), escape sequence is discarded. This confuses "wish" that it is still getting wide characters. At this moment, I fixed the name field width to "nameWidth" characters, which can be changed between 10 to 92 as follows:
Notice that the field width has to depend on whether the name field contains Japanese or not, since in sprintf, escape sequences are also counted as characters.
As for the problem with "subject", I employed a brute-force solution that is to set the field long enough in viewer.tcl:
If you are really interested in or suspicious about what I have done, take a look at the patch itself: