* chris M. sprite schrieb am Dienstag, den 19. April 2011: > I want to search text instant , for example , I open am mail, my > editor is vim, I want to the search display word highlighted instantly > when I am typing . like in browser .
Mutt doesn't have support for incremental searches, but vim have (I know, you know that ;-)): set incsearch. For example you can pipe the message through file:///usr/share/vim/vim72/macros/less.sh Andreas
