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 2D27D431FAF for ; Sat, 14 Apr 2012 11:53:08 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 HQzklmLj+l5k for ; Sat, 14 Apr 2012 11:53:07 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id B3A04431FBD for ; Sat, 14 Apr 2012 11:53:05 -0700 (PDT) Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1]) by fire-doxen-postvirus (Postfix) with ESMTP id 2408432802A for ; Sat, 14 Apr 2012 11:53:03 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new Received: from finestructure.net (unknown [76.89.193.65]) (Authenticated sender: jrollins) by fire-doxen-submit (Postfix) with ESMTP id 733872E50D69 for ; Sat, 14 Apr 2012 11:53:01 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id 242E145D; Sat, 14 Apr 2012 11:53:01 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: emacs tagging cleanup, v3 Date: Sat, 14 Apr 2012 11:52:49 -0700 Message-Id: <1334429574-12918-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1333845338-22960-1-git-send-email-jrollins@finestructure.net> References: <1333845338-22960-1-git-send-email-jrollins@finestructure.net> 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: Sat, 14 Apr 2012 18:53:08 -0000 This is a further cleaned up and simplified version of [0]. The scope is slightly reduced, but we still end up with a simpler user interface, with the primary tagging functions being: notmuch-search-tag notmuch-show-tag In this series only one user facing tagging function, notmuch-search-tag-thread, is removed, since it is completely redundant with the now more flexible notmuch-search-tag. jamie. [0] id:"1333845338-22960-1-git-send-email-jrollins@finestructure.net"