On Fri, Jun 24, 2011 at 11:52:39PM +0800, XeCycle wrote:
> Hello, I've been using mutt for several months, and I like
> it.
> 
> However I'm an Emacs fan, so I tried Gnus, but failed... it
> really is not a mail client. But Gnus can be easily extended
> with Emacs Lisp, which is a killer feature compared to mutt.
> AFAIK I think mutt can only execute shell commands via
> `command`. I think it'd be nice to integrate some language
> to muttrc, thus making customization easier. (I prefer perl
> for this task~)

I think one of the reasons This hasn't been implemented in Mutt is
because you can already get the rough equivalent.  You can write a
script in whatever language you prefer, which generates mutt
configuration commands, and then execute the resulting configuration
commands like so:

  source "/path/to/myscript|"

This means Mutt *configuration* is extensible in any language, and no
additional Mutt code is needed to provide it.  It also might be nice to
have mutt's *features* extensible in some language, though arguably,
they already are:  The language for that is C. :)

-- 
Derek D. Martin    http://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail due to spam prevention.  Sorry for the inconvenience.

Attachment: pgpVDg4kwGkNU.pgp
Description: PGP signature

Reply via email to