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 D1DC8418C25 for ; Mon, 26 Apr 2010 08:09:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] 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 x7D-dBBAcfaH for ; Mon, 26 Apr 2010 08:09:46 -0700 (PDT) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by olra.theworths.org (Postfix) with ESMTP id AA083431FC1 for ; Mon, 26 Apr 2010 08:09:46 -0700 (PDT) Received: by wwi18 with SMTP id 18so504295wwi.26 for ; Mon, 26 Apr 2010 08:09:46 -0700 (PDT) Received: by 10.216.93.79 with SMTP id k57mr5103848wef.161.1272294579684; Mon, 26 Apr 2010 08:09:39 -0700 (PDT) Received: from ut.hh.sledj.net (host83-217-165-81.dsl.vispa.com [83.217.165.81]) by mx.google.com with ESMTPS id d16sm99013wej.21.2010.04.26.08.09.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Apr 2010 08:09:38 -0700 (PDT) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id 2176D59413B; Mon, 26 Apr 2010 16:09:47 +0100 (BST) From: dme@dme.org To: notmuch@notmuchmail.org Subject: [PATCH] emacs: Remove duplicate declaration of `notmuch-folders' Date: Mon, 26 Apr 2010 16:09:43 +0100 Message-Id: <1272294583-18209-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.0 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, 26 Apr 2010 15:09:48 -0000 From: David Edmondson --- emacs/notmuch.el | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 428ae6c..e207180 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -659,11 +659,6 @@ characters as well as `_.+-'. (apply 'notmuch-call-notmuch-process "tag" (append action-split (list notmuch-search-query-string) nil)))) -(defcustom notmuch-folders (quote (("inbox" . "tag:inbox") ("unread" . "tag:unread"))) - "List of searches for the notmuch folder view" - :type '(alist :key-type (string) :value-type (string)) - :group 'notmuch) - (defun notmuch-search-buffer-title (query) "Returns the title for a buffer with notmuch search results." (let* ((folder (rassoc-if (lambda (key) -- 1.7.0