From c6efce02c60f512cf9f0733f21b8b86dff2c3931 Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Sat, 3 May 2014 07:49:38 +0200 Subject: [PATCH] Re: folder and path completely broken in HEAD? --- 37/56f75667d5e834abd6b630e254bf84af8dc33e | 94 +++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 37/56f75667d5e834abd6b630e254bf84af8dc33e diff --git a/37/56f75667d5e834abd6b630e254bf84af8dc33e b/37/56f75667d5e834abd6b630e254bf84af8dc33e new file mode 100644 index 000000000..81f01c4a1 --- /dev/null +++ b/37/56f75667d5e834abd6b630e254bf84af8dc33e @@ -0,0 +1,94 @@ +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 1BD2A431E82 + for ; Fri, 2 May 2014 22:49:50 -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 Nu0Nm7YUJvfZ for ; + Fri, 2 May 2014 22:49:42 -0700 (PDT) +Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com + [74.125.83.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 6B43E431FD9 for ; Fri, 2 May 2014 22:49:42 -0700 + (PDT) +Received: by mail-ee0-f43.google.com with SMTP id e51so3674128eek.2 + for ; Fri, 02 May 2014 22:49:41 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=sender:date:from:to:subject:message-id:mail-followup-to:references + :mime-version:content-type:content-disposition:in-reply-to + :user-agent; bh=hHqa/WlutdWjV1/oY65xlhlCCqYXhN7NpS2aDzcXdrQ=; + b=tBclWcaO+F0Rri0Em90duA3f73WCFwOAcVC71cFjsxeKjVi4vjsLNeBpngO2vXLe6w + l+o73wtCxbbhsbPM8Wdb8t6NkhSlRG35/1TVJ/AFaO1xiH867qmW29RWyLaWLNlG0Szj + l8UzFKjIayjZynW9rVaqXcKiVoVBiwNaxR9HyCZkGF2jiKPSZjqHtkML2NBdGvbFkit3 + 808+R/kNdcPzi6yK/wSogMlwetsWIbmVAVOG+t8qACl8bPKalCmfEeMJDvCY7g6wqk6T + 13ANoK6JORVHa4h5plTZu/JzL7sVQI3E4ZbQzBGysgEb15TqwMo5JHpVz4SmAiCFJHsS + bA5Q== +X-Received: by 10.14.225.73 with SMTP id y49mr18841047eep.43.1399096181254; + Fri, 02 May 2014 22:49:41 -0700 (PDT) +Received: from chitra.no-ip.org (sd44012d5.adsl.online.nl. [212.64.18.213]) + by mx.google.com with ESMTPSA id m8sm10109838eeg.11.2014.05.02.22.49.40 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Fri, 02 May 2014 22:49:40 -0700 (PDT) +Sender: Suvayu Ali +Date: Sat, 3 May 2014 07:49:38 +0200 +From: Suvayu Ali +To: notmuch@notmuchmail.org +Subject: Re: folder and path completely broken in HEAD? +Message-ID: <20140503054938.GB2238@chitra.no-ip.org> +Mail-Followup-To: notmuch@notmuchmail.org +References: <87oazfo3w2.fsf@ta.scs.stanford.edu> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +In-Reply-To: <87oazfo3w2.fsf@ta.scs.stanford.edu> +User-Agent: Mutt/1.5.22.1 (2013-10-16) +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: Sat, 03 May 2014 05:49:50 -0000 + +On Fri, May 02, 2014 at 09:57:49PM -0700, dm-list-email-notmuch@scs.stanford.edu wrote: +> +> Worse, because of my poor performance, I was hoping to segregate +> messages by year. So it would be: +> +> 2013/.mail.class +> 2013/.mail.voicemail +> 2014/.mail.class +> 2014/.mail.voicemail +> +> All the way back. Now you are saying there will be no convenient way to +> match just the "mail.class" part without the year? How very +> distressing. Ugh. + +If you are using shell commands, you can always use: + + $ notmuch count -- folder:201{3,4}/.mail.class + +Not sure how to achieve the same from the Emacs UI (or other UIs). + +Hope this helps, + +-- +Suvayu + +Open source is the future. It sets us free. -- 2.26.2