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 EB83D4196F2 for ; Mon, 12 Apr 2010 01:00:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_20=-0.001] autolearn=ham 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 s-R30KWTUzl6 for ; Mon, 12 Apr 2010 01:00:45 -0700 (PDT) Received: from homiemail-a24.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by olra.theworths.org (Postfix) with ESMTP id 56038431FC1 for ; Mon, 12 Apr 2010 01:00:45 -0700 (PDT) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a24.g.dreamhost.com (Postfix) with ESMTPA id 0D0462C8082; Mon, 12 Apr 2010 01:00:39 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Mon, 12 Apr 2010 10:00:37 +0200 From: "Sebastian Spaeth" To: Anthony Towns , notmuch Subject: Re: [PATCH] notmuch new --new-tags=tags... In-Reply-To: References: Date: Mon, 12 Apr 2010 10:00:37 +0200 Message-ID: <871velp0be.fsf@SSpaeth.de> User-Agent: notmuch version 0.1.1 (Emacs 23.1.1/x86_64-pc-linux-gnu) 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: Mon, 12 Apr 2010 08:00:46 -0000 On 2010-04-10, Anthony Towns wrote: > Hi *, > > The attached patch makes "notmuch new --new-tags=unread,new" set the > "unread" and "new" tags on any new mail it finds rather than "unread" > and "inbox". Or whatever other tags you happen to specify. Thanks for the patch. I can't comment on the code quality, but rather than having to specify the set of new tags on the command line every time, I think it would make more sense to put them in the notmuch config file as this patch does: id:1268432006-24333-2-git-send-email-bgamari.foss@gmail.com Looking forward to configurable notmuch tags. Sebastian