=====muttng=====
====About====
I begin to use [[http://mutt-ng.berlios.de/|muttng]] as replacement of gnus / mutt. It have some
interesting features, like a sidebar (display the list of mailboxes), support of NNTP, etc...
{{:geeklog:2006:08:02:muttng.jpg|:geeklog:2006:08:02:muttng.jpg}}
====Config====
===Macro===
Here a little macro to move all tagged messages to maildir =99spam-to-learn
macro index ";C ^U=99spam-to-learn\ny;d$\n"
===muttng and vim===
Dunno for other people, but my vim doesn't recognize automatically that I'm writing a mail
when vim is called from muttng. That's why I need the following config :
in //.vimrc//
filetype plugin on
in //.muttngrc//
set editor="vim -c 'set filetype=mail'"
~~DISCUSSION~~