Re: Mutt, OS X 10.6.3, and ncurses issue

2010-04-19 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Monday, April 19 at 04:42 PM, quoth John Velman: >jrv:~ jr$ otool -L "$(which mutt)" >/usr/local/bin/mutt: >/usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version >5.4.0) Okay... >ncurses: ncurses 5.7.20081102 (compiled wit

Mutt, OS X 10.6.3, and ncurses issue

2010-04-19 Thread John Velman
BACKGROUND YOU CAN SKIP: In response to an earlier version of this topic, Tim Gray reported that replacing ncurses with the one from OS X 10.6.2, and in a private communication offered to send me a copy (for which, THANKS!, Tim). Independently I found that OS X 10.6.3 (at least) depends on ncurse

Re: Mutt not generating Mail-Followup-To header?

2010-04-19 Thread Michael Elkins
On Mon, Apr 19, 2010 at 11:14:35PM +0200, Gary wrote: Please let me know what you want and I will try to. If you can produce a test muttrc and a test email message that exhibit the problem, that would be helping for debugging. Typically you want something standalone, so you will invoke it th

Re: Mutt not generating Mail-Followup-To header?

2010-04-19 Thread Michael Elkins
On Mon, Apr 19, 2010 at 08:42:58PM +0200, Gary wrote: I may be wrong, but despite "set followup_to=yes" in my config file, and lists + subscribe entries, mutt doesn't seem to be generating this header correctly. I've got some extra ones being created by my_hdr, but I don't think that could be int

Re: Wrong IDN handling

2010-04-19 Thread Michael Elkins
On Mon, Apr 19, 2010 at 10:04:59AM +0200, Mercader Kashin, Oleg wrote: $ mutt -n -F /dev/null -e 'set sendmail=oleg.merca...@gmail.com' ... Bad IDN in "from": 'servihogar24horas.es' I understand that "-n -F" options will disable any config file but the problem is in the mutt-self internal IDN c

Re: Wrong IDN handling

2010-04-19 Thread Patrick Shanahan
* Mercader Kashin, Oleg [04-19-10 04:07]: > Thx but no :-( > > $ mutt -n -F /dev/null -e 'set sendmail=oleg.merca...@gmail.com' ... > Bad IDN in "from": 'servihogar24horas.es' > > I understand that "-n -F" options will disable any config file but the > problem is in the mutt-self internal IDN ch

Re: Wrong IDN handling

2010-04-19 Thread Mercader Kashin, Oleg
Thx but no :-( $ mutt -n -F /dev/null -e 'set sendmail=oleg.merca...@gmail.com' ... Bad IDN in "from": 'servihogar24horas.es' I understand that "-n -F" options will disable any config file but the problem is in the mutt-self internal IDN check routine :-( __