Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: outputting quotes in a command
- X-seq: zsh-users 12288
- From: Stephane CHAZELAS <stephane@xxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: outputting quotes in a command
- Date: Tue, 4 Dec 2007 13:15:52 +0000
- In-reply-to: <20071204125442.GG591@xxxxxxxxxxxxxxx>
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Embedded Computing Emerson Network Power
- References: <20071204124228.GA31450@xxxxxxxxxxxx> <20071204125442.GG591@xxxxxxxxxxxxxxx>
On Tue, Dec 04, 2007 at 01:54:42PM +0100, Frank Terbeck wrote:
> Eric Smith <es@xxxxxxxxxxxx>:
> > I want to output from a script the following command
> > (obviously where I will have foo bar as variables).
> >
> > $ mutt -f foo -e 'push "<limit> ~f bar ~d <2w^M"'
> > Where ^M represents a carriage return
>
> That works here (unless I'm misunderstanding you).
> Note, that you can use:
>
> % mutt -f foo -e 'push "<limit> ~f bar ~d <2w<enter>"'
[...]
You may also want to consider "mairix" for mail box indexing.
mairix integrates very well with mutt.
For those interested, I can share my mairix+zsh+mutt
customizations (where mairix is invoked within mutt via a zsh
script that handles a command line with history and completion).
Cheers,
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author