Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bug in _mutt ?
- X-seq: zsh-workers 12010
- From: Andy Spiegl <zsh.Andy@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: bug in _mutt ?
- Date: Wed, 21 Jun 2000 09:55:29 +0200
- In-reply-to: <20000620171801.C3224@xxxxxxxxxxxx>; from zsh.Andy@xxxxxxxxx on Tue, Jun 20, 2000 at 05:18:01PM +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20000619211650.A5701@xxxxxxxxxxxx> <Pine.LNX.4.20.0006191312080.1808-100000@xxxxxxxxxxxxxxxxx> <20000620132829.K23705@xxxxxxxxxxxx> <20000620100216.A5814@xxxxxxxxxxx> <20000620171801.C3224@xxxxxxxxxxxx>
Just have been testing a little more...
I wrote yesterday:
> Just one thing: I noticed that "Mailboxes" and "mailboxes" is offered as
> completion now, too. Where does that come from? It's listed under
> "mailbox specification". And
> % mutt -f \= <TAB>
> mailbox specification
> \=alert \=brnet \=junk.spiegl \=postmaster \=tripwire \=wwwcron
> \=ard-webtechnik \=bugtraq \=orakel \=root \=weberror
> \=backupmaster \=junk \=out \=sub \=webmaster
>
> althought I have quite a few other "mailboxes" defined, too. Hm...?
Looking at C-X ? trace tells me that
trace _mua_mailboxes:35(case)> mbox_names=( Mailboxes mailboxes =alert =bugtraq =tripwire ! =out/andy =out/heidi ~/News/my.articles +postponed =root =weberror =wwwcron =postmaster =webmaster =backupmaster =ard-webtechnik =brnet =junk =junk.spiegl =orakel =sub/cus/rundbriefe =sub/cus/rundbriefe.muc =sub/mutt =sub/zsh =sub/zsh-workers =sub/linux/linux-ug =sub/linux/debian.security =sub/linux/debian.announce =sub/linux/debian.commercial =sub/linux/debian.user.de =sub/linux/debian.user =sub/kira =sub/akte )
is being reduced to
trace _multi_parts:94(while else)> compadd -O tmp1 - =alert =bugtraq =tripwire =out =out =root =weberror =wwwcron =postmaster =webmaster =backupmaster =ard-webtechnik =brnet =junk =junk.spiegl =orakel =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub
Is that intended? It would sound more logical to me if the full paths were
kept.
And after
% muttf -f m<TAB>
I get these completions offered:
mailbox specification
mailboxes
mailbox file
Mail/ movies/ mutt_1.2-1.deb
Where does that "mailboxes" come from?
Thanks,
Andy.
--
E-Mail: Andy@xxxxxxxxx URL: http://andy.spiegl.de
PGP/GPG: see headers
o _ _ _
--------- __o __o /\_ _ \\o (_)\__/o (_)
------- _`\<,_ _`\<,_ _>(_) (_)/<_ \_| \ _|/' \/
------ (_)/ (_) (_)/ (_) (_) (_) (_) (_)' _\o_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Messages sorted by:
Reverse Date,
Date,
Thread,
Author