mutt: new changeset

2007-09-19 Thread Brendan Cully
New changeset in mutt: http://dev.mutt.org/hg/mutt/rev/5827331565a2 changeset: 5228:5827331565a2 branch: HEAD tag: tip user:Rocco Rutte <[EMAIL PROTECTED]> date:Tue Sep 18 11:37:25 2007 +0200 summary: Document that $charset is a fallback for $send_charset -- Re

[Mutt] #2960: Terminal resize problem after editor is called

2007-09-19 Thread Mutt
#2960: Terminal resize problem after editor is called Mutt (ncurses?) doesn't seem to properly catch up upon terminal resize when the editor is involved. I have two scenarios where I can exactly reproduce it on OS X (xterm in Apple's X11 and Terminal.app) and FreeBSD (xorg's xterm). I use mutt

[PATCH] Teach mutt_FormatString() to do multibyte-aware truncation

2007-09-19 Thread Rocco Rutte
Hi, I'd like to ask for comments, opinions and suggestions before committing the attached patch. Oh, and for volunteers testing it... :) It adds mutt_wstr_trunc() to determine the first N bytes of a string so that it stays within a byte and width limit, whatever limit is first hit. This is n