mhonarc-users

Re: JIS subject lines get mangled

2001-03-28 04:15:56
I can create a new archive by doing this:

mhonarc -add /path/to/messages/*

...but the few messages with the subject line in JIS instead of MIME are 
garbled. What's the trick to fix it? For the life of me I can't think of a 
way to add 'nkf -m -e' to the command above.

Just try:

#!/bin/sh
for i in /path/to/messages/*
do
    nkf -m -e $i | mhonarc -add
done

-- 
Koichi Nakatani
Konica Corporation, Tokyo, Japan

<Prev in Thread] Current Thread [Next in Thread>