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 22B64431FD0 for ; Thu, 22 Dec 2011 14:53:40 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 YVZw0n8UUkDL for ; Thu, 22 Dec 2011 14:53:39 -0800 (PST) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 38059431FB6 for ; Thu, 22 Dec 2011 14:53:39 -0800 (PST) Received: by eekd41 with SMTP id d41so10575186eek.26 for ; Thu, 22 Dec 2011 14:53:36 -0800 (PST) Received: by 10.213.13.140 with SMTP id c12mr2554583eba.94.1324594405349; Thu, 22 Dec 2011 14:53:25 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id z43sm40118830eef.7.2011.12.22.14.53.23 (version=SSLv3 cipher=OTHER); Thu, 22 Dec 2011 14:53:23 -0800 (PST) From: Jani Nikula To: Xavier Maillard , notmuch@notmuchmail.org Subject: Re: Filter one-post thread only ? In-Reply-To: References: User-Agent: Notmuch/0.10.2+120~ga2d869a (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Fri, 23 Dec 2011 00:53:21 +0200 Message-ID: <87wr9ob4m6.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Thu, 22 Dec 2011 22:53:40 -0000 On Thu, 22 Dec 2011 21:45:14 +0100, Xavier Maillard wrote: > Hi, > > In order to clean up and to trash out as many posts as possible in > several mailing lists I did not check lately, I am trying to find a way > to limit the current display to messages matching this requirements: > > 1. post older than 1 month See the last paragraphs of 'notmuch help search-terms'. Some people use lisp to generate the timestamp ranges in searches. There's an old draft patchset for user friendly date range searches [1]. I am writing a better one, but that's very much a low priority background process. It's not too far from surpassing the earlier version in quality, though. BR, Jani. [1] id:"cover.1312964528.git.jani@nikula.org"