Jostein Berntsen <jber...@broadpark.no> writes:

> On 24.06.11,23:52, 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~)
>> 
>> Or --- Is there a fork of mutt that already support this?
>
> You can extend mutt by using macros with scripts that you can load in 
> addition to your .muttrc, or you can source the scripts directly. 
>
> Here is a script I load in mutt with a macro when I need it:
>
> #!/bin/sh
>
> lab=$1
> file=$2
> formail -A "X-Label: NA" < $file > $file.tmp
> mv $file.tmp $file
> sleep 1
> touch $file
>
> I would guess that much or most of the things you can do with Gnus can 
> also be done in mutt, but only in a different way. Is there something 
> specifically you would do in mutt that you do in Gnus now?

Well, I'm just starting to use Gnus, so I cannot answer this.  Yes, mutt
can do most of the things about mail, but I believe there must be
something it can't do, or can't do easily.  Invoking external scripts is
the solution, but it's hard to write, since they're not integrated to
mutt.  Now I'm trying Gnus, and if I still failed it, I will probably
get back to mutt.

Attachment: pgpLe44nZHlhu.pgp
Description: PGP signature

Reply via email to