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 59E48431FBC for ; Tue, 24 Nov 2009 14:50:18 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 22AVrhAsjDhK for ; Tue, 24 Nov 2009 14:50:17 -0800 (PST) Received: from mail-pz0-f197.google.com (mail-pz0-f197.google.com [209.85.222.197]) by olra.theworths.org (Postfix) with ESMTP id B3681431FAE for ; Tue, 24 Nov 2009 14:50:17 -0800 (PST) Received: by pzk35 with SMTP id 35so5185785pzk.22 for ; Tue, 24 Nov 2009 14:50:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=IOo6sGJR1ZoP+RnZwoxoZo1tfovglXm1WJDT53HLm7k=; b=XtlozQ6voOL48llR77HL2BhnVjzBw/qV9JOyUNVtEhb/xDNoI89+V5eXEwYaYZSbVg HanYcL8h8s+bIQVg1/eAlA3TjvEY7S4QC5cdgYcW8LXbfxYFeAzeomB6zJwGkRmbGI1i slFYY3fMAWylunNFvmL4ethzese9rCy4pg5X8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=s6oHPiF/c7COBRDzfaK05j8d2jIhS183XusjI5msb9GMbVsmh5pRljMWo9LRKDPGjI LJwQZ+d3ZN67pmOKDlZdjBAQ1N6TA4PMQaCkIEIo0Sjq8qrWVKNPwccC+qEVldNbb4bA hrxkhfG4R/Pp6n9F5sRi1HGtKlfvZIe6YevbM= MIME-Version: 1.0 Received: by 10.114.248.20 with SMTP id v20mr126594wah.132.1259103014540; Tue, 24 Nov 2009 14:50:14 -0800 (PST) In-Reply-To: <1259100630-13673-1-git-send-email-jan@ryngle.com> References: <1259100630-13673-1-git-send-email-jan@ryngle.com> Date: Tue, 24 Nov 2009 17:50:14 -0500 Message-ID: <46263c600911241450q11e5c2bev4762ee449fd3e28a@mail.gmail.com> From: Brett Viren To: Jan Janak Content-Type: text/plain; charset=ISO-8859-1 Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] [PATCH 0/4] Make tags applied by 'notmuch new' configurable. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Tue, 24 Nov 2009 22:50:18 -0000 On Tue, Nov 24, 2009 at 5:10 PM, Jan Janak wrote: > I would like to propose that we make the list of tags applied by 'notmuch new' > configurable. Right now notmuch applies two tags to all new messages added to > the database, 'inbox' and 'unread'. The two tags are added by the C code in > notmuch-new.c and they cannot be changed without editing the source file and > recompiling notmuch. Personally I would like this. I can't find myself leaving GNUS and so am using notmuch as "just" a search engine. Now I manually remove "inbox" and "unread" after each "new" since they just clutter up an inbox I never read. Cheers, -Brett.