Re: How to escape \{mail.domain.com\} ??




Ramon F Herrera wrote:
I just got a new ISP and this is the first time I use mutt in "IMAP
mode".

The command I use to read my e-mail is from the tcsh is:

% mutt -f \{mail\}

However, I cannot figure out how to insert that line in my .cshrc file.
This is what I need:

alias mutt mutt -f {mail}

Thanks,

-Ramon F Herrera

This is how to do it, Ramon:

alias mutt "mutt -f {mail.domain.com}"

-Ramon

.



Relevant Pages