From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4342 invoked from network); 5 Jul 2001 11:38:40 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Jul 2001 11:38:40 -0000 Received: (qmail 13181 invoked by alias); 5 Jul 2001 11:37:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15254 Received: (qmail 13142 invoked from network); 5 Jul 2001 11:37:35 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "ZSH Workers Mailing List" Subject: ignored-patterns and single match Date: Thu, 5 Jul 2001 15:38:07 +0400 Message-ID: <000601c10546$f629f900$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 IIRC fignore still listed ignored patterns if no more matches were found. Is it possible to do the same with ignored-patterns? I.e. if I have foo and foo.bar I want to see foo, but foo.bar if it the only match. -andrej