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 E7D47431FAE for ; Mon, 10 Dec 2012 14:15:12 -0800 (PST) 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 pmMuS8opkf8a for ; Mon, 10 Dec 2012 14:15:12 -0800 (PST) Received: from mail-ea0-f181.google.com (mail-ea0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6647A431FAF for ; Mon, 10 Dec 2012 14:15:12 -0800 (PST) Received: by mail-ea0-f181.google.com with SMTP id k14so1256439eaa.26 for ; Mon, 10 Dec 2012 14:15:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=zyz3FN1TinqUPbbmqkp553xw7pvphFEWUJXA8HIJuOI=; b=IYc9ndsAfY8M1n0A2RmXH3SmB+oKqj06e/jykXrTIyTaWnDz1D+ieONy7Gf9UfPhvr l7OjKgMERgYvqMXxWfhqp//ZJfk/exeJvcR5kJgkbbjtvB/WD+hRYjFpdYK+O+7/Gsnu KVUlY0LhufbdYrTQWcMWLb2H6t4mutOY+5hKkK53GJUdwdkUknIyOXaqUjt+AtmA3Ut4 Zx29ekSEaw1rroBMAK+saRWDg2MqHY4k4s8mRs8BxsDpR68ShjdFlivWTMyvlzaCnQSR hKnNhtxnw+4Xpg+RCeRyMGv4+k8VeKgRkqIe84eZWAvD6m3tqdteeYTs6VrxzvanPF2K 5iYw== Received: by 10.14.221.5 with SMTP id q5mr53730860eep.33.1355177711264; Mon, 10 Dec 2012 14:15:11 -0800 (PST) Received: from localhost (f126143.upc-f.chello.nl. [80.56.126.143]) by mx.google.com with ESMTPS id q44sm46003769eep.5.2012.12.10.14.15.09 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Dec 2012 14:15:10 -0800 (PST) Date: Mon, 10 Dec 2012 23:15:01 +0100 From: Maxim Vuets To: Rainer M Krug Subject: Re: OT: Sorting emails in maildir? Message-ID: <20121210221501.GA4517@shroompy> References: <20121210113922.GE3507@sid.nuvreauspam> <50C5CE45.5060701@gmail.com> <20121210134022.GB6462@sid.nuvreauspam> <50C5F138.9080108@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <50C5F138.9080108@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: notmuch@notmuchmail.org 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: Mon, 10 Dec 2012 22:15:13 -0000 On Mon, Dec 10, 2012 at 03:27:04PM +0100, Rainer M Krug wrote: >notmuch search [...] | xargs -0 -I {} mv {} ~/rkrug/Maildir/Archive/2009/cur ... >I though about using mutt or , but I am using usually thunderbird and notmuch for searching and >occasionally answering emails and archiving. So mutt is not that straight forward to me. You may also try archivemail[1]. Unfortunately its the only output format is mbox, so you cannot keep your archive indexed. However I like your approach better. Thanks for the hint. [1] http://archivemail.sourceforge.net/