Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Alias and zstyle contexts
- X-seq: zsh-users 19512
- From: Silas Silva <silasdb@xxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: Alias and zstyle contexts
- Date: Tue, 9 Dec 2014 14:11:19 -0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=cC5wCUvpjTjtD2WfjUL0wyf4smBBiR8rplfiCv4U6gw=; b=d5W8XOHlJOS+ynJNH4l5kPf2LLOFZ8w5bUCJvdGfCm11riDRvVKXAbUtOJDTWHFlNI CXL8ZnX0SpcbcuziwpDQOBM4mxdzAiJ7jAqN1CqiXQ5cy6I5dlwtL0AF/sbHmSTNZcce C7hRHFdlVTgCjFJouU47Y0/BKR+PQY1yBd6XUp1kP5AXemEjNYuhVZN72uDku0Ii4R26 8SnzFVNlxNUxTgADM4ZLIpQhQ84FueH6u1sKLGQ3SOTDfPy2N+25RiaOU9TZq80SUttk 5q0xwJl0Q+3xZ6zciqiw6QI/YJeyLgzeVpDL/y4+hOq4+QqekL+ZU+27it26X2nomqAY IzyA==
- In-reply-to: <CAHYJk3Q81kkEP7A+itV7E3JytKx7gVBsS80L8RYzTeeKbCrS6g@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: Mikael Magnusson <mikachu@xxxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20141208230255.GA6029@rikku> <CAHYJk3Q81kkEP7A+itV7E3JytKx7gVBsS80L8RYzTeeKbCrS6g@mail.gmail.com>
On Tue, Dec 09, 2014 at 12:24:34AM +0100, Mikael Magnusson wrote:
(...)
> > mutt's -f option looks for mailboxes using the mail-directory style. I
> > have a "muttw" alias that I'd like to load mailboxes from another
> > directory, but the context is the same.
(...)
>
> Just making a function and saying compdef muttw=mutt should be enough.
Hi!
It works fine, thank you! But, unfortunately zsh's _mutt file checks
if $curcontext is mutt or some other alternatives. Since I now have
muttw context, it doesn't work well. Is it possible to trick _mutt
without having to change its code?
Thank you very much.
--
Silas Silva
Messages sorted by:
Reverse Date,
Date,
Thread,
Author