<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">You can try and use mlterm.<br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><font size="1"><span style="font-family:courier new,monospace">--<br>Rabin<br></span></font></div></div></div>
<br><div class="gmail_quote">On Mon, Jan 5, 2015 at 2:09 PM, Alan Yaniger <span dir="ltr"><<a href="mailto:alan@tkos.co.il" target="_blank">alan@tkos.co.il</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Linux-IL members,<br>
<br>
I'm using bidiv to read Hebrew in mutt.<br>
<br>
It works ok with reading Hebrew messages, but not when reading the<br>
subject headers, which still show the Hebrew backwards.<br>
<br>
So I wrote the following script caled "bidi_index" to enable reading of Hebrew in the subjects:<br>
<br>
echo $@ > /tmp/index.out && bidiv /tmp/index.out<br>
<br>
and I added to .muttrc the following:<br>
<br>
set index_format = "/home/alan/.mutt/bidi_index %D %-15.15L   %s (%Z) |"<br>
<br>
(I tried piping the text directly to bidiv, but I got an error, so I write to a temp file, and I have my script read the temp file.)<br>
<br>
Mutt shows the Hebrew properly, but it creates a new problem. The minimum length for the sender's name no longer works. My setting is for a minimum length of 15 chars, as in the index_format setting I quoted above, but if the name is less than 15 chars, mutt does not pad the rest of the 15 chars with blanks.<br>
<br>
This problem doesn't exist if I don't pipe to my script.<br>
<br>
Does anyone know how to fix with this problem, or does anyone have an alternative way of displaying Hebrew in mutt (which you've checked gets around this problem)?<br>
<br>
I'm using Mutt 1.5.21 (2010-09-15) on a gnome-terminal in Ubuntu 12.04,<br>
with LC_ALL="en_US.utf8".<br>
<br>
Thanks,<br>
Alan<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Alan Yaniger<br>
Tk Open Systems, Ltd<br>
Telephone: 0546-841-481<br>
Skype: alanyaniger<br>
<a href="http://tkos.co.il" target="_blank">http://tkos.co.il</a><br>
<br>
_______________________________________________<br>
Linux-il mailing list<br>
<a href="mailto:Linux-il@cs.huji.ac.il">Linux-il@cs.huji.ac.il</a><br>
<a href="http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il" target="_blank">http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il</a><br>
</font></span></blockquote></div><br></div>