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 84E434048D3 for ; Fri, 12 Mar 2010 14:13:34 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.437 X-Spam-Level: X-Spam-Status: No, score=-1.437 tagged_above=-999 required=5 tests=[AWL=-1.252, BAYES_40=-0.185] 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 cYpo-7SYFl5l for ; Fri, 12 Mar 2010 14:13:33 -0800 (PST) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by olra.theworths.org (Postfix) with ESMTP id A943B4048D2 for ; Fri, 12 Mar 2010 14:13:33 -0800 (PST) Received: by fg-out-1718.google.com with SMTP id 22so468683fge.2 for ; Fri, 12 Mar 2010 14:13:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:x-mailer; bh=c+ablbK+nJKfQekijHtS6A3F2EwQfAAolTP55KuPWsI=; b=J3OQrLt2hUG0aj/UgnU+p+aS0G+jfGPG040rQL9mvmnK+UIw+ACxJe4T0ho9WoDWrF 7gCjOBM+t214e03blbvXoPw5sfSaQXyXU7iNJOwqx0m6rZDM3vGNdZWjcZMd9F9MYYUK Q0diBR8Rpagw4EnlowJ9kyUQd6UB6Fdpi8EpQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; b=cMcFxfqvGqxn2oWVBr3O+CZS//UGZeKHo/2uqHqZ1B/s5YbGi8IawMXDonwlaOjpEj zDeddptPfhTF5Qzikco8pazArMCIWYZ+XWcGIktDLKWuYAFfHpvMEBlfQ5fvOHwxcyDA wHpMQPz+6slPwHf6r/7OohmYflw6tEWGUBlmE= Received: by 10.103.135.25 with SMTP id m25mr158552mun.32.1268432012721; Fri, 12 Mar 2010 14:13:32 -0800 (PST) Received: from localhost.localdomain (physnat56.physics.umass.edu [128.119.50.56]) by mx.google.com with ESMTPS id j9sm7141932mue.47.2010.03.12.14.13.31 (version=SSLv3 cipher=RC4-MD5); Fri, 12 Mar 2010 14:13:32 -0800 (PST) From: Ben Gamari To: notmuch Date: Fri, 12 Mar 2010 17:13:25 -0500 Message-Id: <1268432006-24333-1-git-send-email-bgamari.foss@gmail.com> X-Mailer: git-send-email 1.7.0.2 Subject: [notmuch] [PATCH] Configurable tags for notmuch new 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 22:13:34 -0000 Hey all, I had some time today to finally put together a patch to make the tags used by notmuch new configurable. I added a [messages] section to the .notmuch-config to hold this new option, although this can be easily changed. Let me know what you think! Thanks! - Ben