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 3B5E24048D0 for ; Fri, 12 Mar 2010 01:18:39 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.479 X-Spam-Level: X-Spam-Status: No, score=-0.479 tagged_above=-999 required=5 tests=[AWL=-0.480, BAYES_50=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 VSKOjYj1HI2G for ; Fri, 12 Mar 2010 01:18:37 -0800 (PST) Received: from homiemail-a23.g.dreamhost.com (caiajhbdcbhh.dreamhost.com [208.97.132.177]) by olra.theworths.org (Postfix) with ESMTP id 5BE6B4048CF for ; Fri, 12 Mar 2010 01:18:37 -0800 (PST) Received: from sspaeth.de (unknown [84.55.211.9]) by homiemail-a23.g.dreamhost.com (Postfix) with ESMTPA id 7BFD04B0071 for ; Fri, 12 Mar 2010 01:18:35 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Fri, 12 Mar 2010 10:18:32 +0100 From: "Sebastian Spaeth" To: notmuch In-Reply-To: References: <4b990b7b.0e67f10a.073c.0686@mx.google.com> Date: Fri, 12 Mar 2010 10:18:32 +0100 Message-ID: <87eijpucd3.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Notmuch command interface 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: Fri, 12 Mar 2010 09:18:39 -0000 > To avoid breaking the current behavior, what if the set of tags applied to > new/moved/deleted(?) messages could be set on the command line or some > other library interface, while just perhaps defaulting to unread/inbox? > This would support both the current behavior and a hooks-like workflow > without notmuch itself treating any tags (new, unread, inbox, etc.) as > "special". +1. For some, the default "inbox unread" might just be the correct thing, while others may want "new". I know that I don't need any special tag for new mails, as I applied the "sync maildir flags" patch. So configurable in .notmuch-config with a default of "inbox unread" to keep behavior consistent seems the best way to me. Sebastian