Home Contact Download

asyd.net

Welcome to Bruno Bonfils's (aka asyd homepage).

muttng

About

I begin to use 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

Config

Macro

Here a little macro to move all tagged messages to maildir =99spam-to-learn

macro index <F10> ";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

demik, %2006/%08/%03 %10:%Aug:

interesting