From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.134.218 with SMTP id k26cs66738bkt; Thu, 10 Jun 2010 03:46:32 -0700 (PDT) Received: by 10.231.120.150 with SMTP id d22mr4713736ibr.91.1276166791678; Thu, 10 Jun 2010 03:46:31 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id n10si12256186ibn.21.2010.06.10.03.46.31; Thu, 10 Jun 2010 03:46:31 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id EC1CD185838C; Thu, 10 Jun 2010 06:46:30 -0400 (EDT) Received: from sam.mediasupervision.de (sam.mediasupervision.de [80.152.3.104]) by rubyforge.org (Postfix) with ESMTP id 90E7F1858368 for ; Thu, 10 Jun 2010 06:39:55 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by sam.mediasupervision.de (Postfix) with ESMTP id 5E4F048609C for ; Thu, 10 Jun 2010 12:39:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at sam.mediasupervision.de Received: from sam.mediasupervision.de ([127.0.0.1]) by localhost (sam.mediasupervision.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xTUj-DgleAY5 for ; Thu, 10 Jun 2010 12:39:54 +0200 (CEST) Received: by sam.mediasupervision.de (Postfix, from userid 1000) id 2D7B04860A4; Thu, 10 Jun 2010 12:39:54 +0200 (CEST) From: Gregor Hoffleit To: sup-talk Date: Thu, 10 Jun 2010 12:39:54 +0200 Message-Id: <1276098490-sup-8738@sam.mediasupervision.de> User-Agent: Sup/git Subject: [sup-talk] Bug with searching for multiple labels at once X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org I have a strange problem with search strings including multiple labels. I was at the impression that the search label:somelabel label:anotherlabel should find mail with both labels attached (i.e. an AND search for both labels). But it doesn't work that way for me (I'm using Sup next from Git). It returns way more hits than expected. "label:LABELDOESNTEXIST label:list" returns all mails with the label "list" attached, although it should find nothing. In contrast, "label:LABELDOESNTEXIST from:me" returns zero mails, as expected, just as e.g. "label:LABELDOESNTEXIST before:yesterday". "label:LABELDOESNTEXIST is:unread" on the other hand, gives unexpected hits as well (I guess 'is:unread' is converted into a label search?) Regards, Gregor Hoffleit _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk