From: Marcelo Laia Date: Wed, 25 Jun 2014 21:43:30 +0000 (+2100) Subject: Re: notmuch don't search some message X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=63505662d66b0ba15851f71a813c30e5c4a48b74;p=notmuch-archives.git Re: notmuch don't search some message --- diff --git a/ef/ef2bfc7de265193a768d84919fe77a3ad98179 b/ef/ef2bfc7de265193a768d84919fe77a3ad98179 new file mode 100644 index 000000000..8ac8cd44f --- /dev/null +++ b/ef/ef2bfc7de265193a768d84919fe77a3ad98179 @@ -0,0 +1,103 @@ +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 8AF60431FAF + for ; Wed, 25 Jun 2014 14:48:16 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 zGXa9UVDXGu4 for ; + Wed, 25 Jun 2014 14:48:09 -0700 (PDT) +Received: from mail-yh0-f44.google.com (mail-yh0-f44.google.com + [209.85.213.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 5D598431FAE + for ; Wed, 25 Jun 2014 14:48:09 -0700 (PDT) +Received: by mail-yh0-f44.google.com with SMTP id f10so1591781yha.17 + for ; Wed, 25 Jun 2014 14:48:06 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=date:from:to:cc:subject:message-id:reply-to:references:mime-version + :content-type:content-disposition:content-transfer-encoding + :in-reply-to:organization:user-agent; + bh=A1Y4vHROz+yqaEaSaCfJukTPmbtwnacCx2RLHOeUXAc=; + b=IJktCdfAg2ZDo8iUrNjgWgmaZ4ZvrsqZzfeOjk8eUCIlB0vBWBCQbXkGXsZ81MA/rl + KOYm/ZhWJnitwWfm/7jQOYMakB8pfPY/7ZXSwZVDG1DzX2c4RTQSP/rH21QTWLaGhbcW + 7fhpNTeA56yKXnTPpc0ORqB8iea6u2wkiTlJmh3i1W1ydt6yZ24jkTqqa+ASOdp7p8yz + TAIbaBUfK8sY+HBqQ8BuBdiiOc1r4ayUvbiHTWXRj9O5aALL87IN0UkRfDPWbJsOOPbM + ClSOpg4Ey3aQvGeDNPLeAsN0ggf7JtKdPZXzKJTjFj9pLIHSN3Zq+8KqFpszNHsji5p7 + xkpg== +X-Received: by 10.236.99.99 with SMTP id w63mr15773974yhf.52.1403732886510; + Wed, 25 Jun 2014 14:48:06 -0700 (PDT) +Received: from localhost (sentinela.ufvjm.edu.br. [200.131.252.200]) + by mx.google.com with ESMTPSA id t9sm7037645yhg.18.2014.06.25.14.48.01 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Wed, 25 Jun 2014 14:48:05 -0700 (PDT) +Date: Wed, 25 Jun 2014 18:43:30 -0300 +From: Marcelo Laia +To: David Bremner +Subject: Re: notmuch don't search some message +Message-ID: <20140625214330.GB1141@localhost> +References: <20140621212017.GA15343@localhost> + <877g45i61r.fsf@zancas.localnet> <20140625184608.GA30620@localhost> + <87oaxghht4.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain; charset=iso-8859-1 +Content-Disposition: inline +Content-Transfer-Encoding: 8bit +In-Reply-To: <87oaxghht4.fsf@zancas.localnet> +Organization: nonononono +X-URL: http://www.nononono.com/ +X-Editor: Vim-704 http://www.vim.org/ +User-Agent: Mutt/1.5.23 (2014-03-12) +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +Reply-To: Marcelo Laia +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Wed, 25 Jun 2014 21:48:16 -0000 + +On 25/06/14 at 05:09pm, David Bremner wrote: +> +> OK, please tell us exactly what notmuch commands you typed in the shell, +> what output you expected, and what you got. If you can show us the +> actual output (anonymized if you like), that would be best. + +OK! I found the problem! + +If I use: + +$ notmuch search inae + +I don't got what I expect. + +but, if I use: + +$ notmuch search inaê + +I got what I expect. + +I think that there was introduced a bug in the new release. I remember +that I was able to search inae or inaê and got the same results in the +previous release. + +-- +Laia, ML +http://ppgcf.ufvjm.edu.br/~ppgcf/marcelolaia +