From: Ingo Hohmann Date: Tue, 9 Jul 2013 13:03:18 +0000 (+0200) Subject: notmuch search --output=files error with AND NOT search terms X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5c0fc92d9a51276d175613dd7172f6a84864f2f4;p=notmuch-archives.git notmuch search --output=files error with AND NOT search terms --- diff --git a/91/57a15ad31e30ba4a4b204b20fb400a053b0ad5 b/91/57a15ad31e30ba4a4b204b20fb400a053b0ad5 new file mode 100644 index 000000000..65e90232b --- /dev/null +++ b/91/57a15ad31e30ba4a4b204b20fb400a053b0ad5 @@ -0,0 +1,81 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 0B634431FAF + for ; Tue, 9 Jul 2013 06:03:30 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id e9UIgMeYbdD0 for ; + Tue, 9 Jul 2013 06:03:22 -0700 (PDT) +Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.9]) + (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 4DEC5431FAE + for ; Tue, 9 Jul 2013 06:03:22 -0700 (PDT) +Received: from [192.168.178.135] (x2f161c7.dyn.telefonica.de [2.241.97.199]) + by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) + id 0MaoHu-1UdLlK1tAA-00Kimm; Tue, 09 Jul 2013 15:03:20 +0200 +Message-ID: <51DC0A16.5080704@2b1.de> +Date: Tue, 09 Jul 2013 15:03:18 +0200 +From: Ingo Hohmann +User-Agent: Mozilla/5.0 (X11; Linux i686; + rv:17.0) Gecko/20130623 Thunderbird/17.0.7 +MIME-Version: 1.0 +To: notmuch@notmuchmail.org +Subject: notmuch search --output=files error with AND NOT search terms +Content-Type: text/plain; charset=ISO-8859-1; format=flowed +Content-Transfer-Encoding: 7bit +X-Provags-ID: V02:K0:Kc9Ne/3kDQEc3+Q3OVv1sfzDfw9oVySYrmkI3xKlP+H + p8mb+uEX4Z0/W9yvxC4burQP5+zOCXBl62ZDt91ge5JYBmhiPh + rhVj7NbY37ttJCYo4YX2GSL8avfv4D6S61XSPjkGP+lG+qqoz9 + p3ZLVpqHWlQKSuUtP870CFIX9yYUY8rA8+FbsMN9QV+AFcMQIR + ZhEmH2mdwKLEg3Kgito3GrtLyh7Hm1AWDv6dGLAbbAAG3GDXS6 + hRyFKY0VyMtUI4KDtEA/bLdxGeOVds0B/P4j8GvffXdDI5xhZS + gP+7vbN1r2xPiK6VF2a5rWHSh8VRymBmcnLUsQyPBxhGxxDTcP + z4h5ZT8RLxcsxtpaPA3s= +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 09 Jul 2013 13:03:30 -0000 + +Hi list, + +I am trying to check for mails, that are tagged differently from their +mailfolder. + +So I am searching like this, for example: + + notmuch search folder:1_Personal AND NOT tag:1_Personal + thread:0000000000005613 2008-01-15 [1/1] KIKIDAN News; kikidan +news 2008/01: Willkommen im neuen Jahr (inbox to-me) + +That's OK, but if I want to get the file name of the message, suddenly +get another message, which isn't located in the 1_Personal folder at all. + + notmuch search --output=files folder:1_Personal AND NOT +tag:1_Personal +/home/ianus/Mail/ingo-2b1-de/INBOX/cur/1362131239_2.9026.cordraconis,U=33535,FMD5=7e33429f656f1e6e9d79b29c3f82c57e:2,S +/home/ianus/Mail/ingo-2b1-de/1_Personal/cur/1361052415_0.30588.cordraconis,U=755,FMD5=2bd412d62930ab474a218128a61bdb68:2,S + + +Kind regards, + +Ingo + +