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 D5C0C421174 for ; Sun, 12 Feb 2012 17:19:24 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 Nmi9AcQ1JWF8 for ; Sun, 12 Feb 2012 17:19:24 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6DA78421171 for ; Sun, 12 Feb 2012 17:19:22 -0800 (PST) Received: by mail-ww0-f45.google.com with SMTP id dt12so3923384wgb.2 for ; Sun, 12 Feb 2012 17:19:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=C64EpB8G5VljONLPg1Z2kYdw7+f/vYjYSTF5/0YAChU=; b=T28Ed9REMM4ywl7lX65WYRwvnXvIkKWCPblBDz9HghsRCgWMKToFxXzgkqycHAsJO5 V1a8wgltfNJ27OskyL/rz6DPBwntSI6luArAYe3Ff+CPAePA7KpdA423KL1+s82rRVZw baQynPE0iHIxw2x/9hgUraqKfng8zdOqrMh0w= Received: by 10.180.101.228 with SMTP id fj4mr10060881wib.4.1329095962190; Sun, 12 Feb 2012 17:19:22 -0800 (PST) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id by3sm2815558wib.3.2012.02.12.17.19.20 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Feb 2012 17:19:21 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [RFC PATCH v3 05/11] emacs: add defcustom group for notmuch-pick Date: Mon, 13 Feb 2012 01:20:09 +0000 Message-Id: <1329096015-8078-6-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1329072579-27340-1-git-send-email-markwalters1009@gmail.com> References: <1329072579-27340-1-git-send-email-markwalters1009@gmail.com> 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, 13 Feb 2012 01:19:25 -0000 --- emacs/notmuch-lib.el | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index d315f76..b88bb80 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -40,6 +40,10 @@ "Showing messages and threads." :group 'notmuch) +(defgroup notmuch-pick nil + "Showing message and thread structure." + :group 'notmuch) + (defgroup notmuch-send nil "Sending messages from Notmuch." :group 'notmuch) -- 1.7.2.3