Re: How to escape the { braces } in the tcsh??



Mark wrote:
Ramon F Herrera wrote:


Mark wrote:
Ramon 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

alias mutt "mutt -f {mail}"

Mark

You were very close Mark. You made me remember how to do it:

alias mutt "mutt -f \{mail\}"

Thanks!

-Ramon

Why do you need the { } anyway? The mutt man page says:

mutt [-f file]

so if your mail file is /var/mail/username
why doesn't it work to just do:

alias mutt "mutt -f /var/mail/username"
??

Mark

Hi Mark:

The mailbox is in a host and my shell account in another. The braces
tell mutt to go in "IMAP mode" and open a network connection to the
remote host where the mailbox resides.

-Ramon

.



Relevant Pages

  • Re: mua and mail service provider statistics
    ... I simply mark threads ignored and I don't seen anymore mails regarding ... I currently use claws-mail, and I see you're using mutt. ...
    (Debian-User)
  • Re: How to escape the { braces } in the tcsh??
    ... I just got a new ISP and this is the first time I use mutt in "IMAP ... The command I use to read my e-mail is from the tcsh is: ... alias mutt "mutt -f " ...
    (comp.os.linux.setup)
  • Re: How to escape the { braces } in the tcsh??
    ... I just got a new ISP and this is the first time I use mutt in "IMAP ... The command I use to read my e-mail is from the tcsh is: ... alias mutt "mutt -f " ... You were very close Mark. ...
    (comp.os.linux.setup)
  • Re: How to escape the { braces } in the tcsh??
    ... Ramon F Herrera wrote: ... I just got a new ISP and this is the first time I use mutt in "IMAP ... alias mutt "mutt -f " ... You were very close Mark. ...
    (comp.os.linux.setup)
  • delete mbox mail from comand line
    ... followed by q (quit) and y. ... How might I do this from the command line in Mutt or another application? ... Mark ... To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org ...
    (Debian-User)