From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2087E431FAF for ; Sun, 15 Apr 2012 23:58:43 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 AmPnOKw9BqxM for ; Sun, 15 Apr 2012 23:58:37 -0700 (PDT) Received: from mail-qa0-f43.google.com (mail-qa0-f43.google.com [209.85.216.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5E1F0431FAE for ; Sun, 15 Apr 2012 23:58:37 -0700 (PDT) Received: by qadb15 with SMTP id b15so7683355qad.2 for ; Sun, 15 Apr 2012 23:58:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:x-gm-message-state; bh=Yj0GMLMWUsMj6GFyirMc6tEZYb8CytvKE2RzcTMPtZI=; b=j1lrOlwf+SjhBSuzZvK0cjMBhR/iX4QqmjmwgFmlcj6gjj1x7/clLaUedmtjzn/3my agM5c8WzRMVye+14/1AeTCj2f6LgW9rg4b5EWoN4KLfzhJbcpp40chekDEbFjQkN+R+p ojLBKcog5VGmGO+UJQ77hfdvkSfFO9hV5CwvutIczVsZ00OCPOjUdlnQ4mcOiHvOP8c5 QYO/OWam3DFAhAtkw3bs0Bs5AoWbV2y3+Bz460nyIIHol9KhIM8h2xRJhfuSM3sYndw9 TqlGezeU7dh/G21T1Zk+72D9MO6tla4aEwevcYRa/cI/X93Te4YFWeQRru37MhiZ80+f laWg== Received: by 10.224.108.193 with SMTP id g1mr13807738qap.7.1334559514611; Sun, 15 Apr 2012 23:58:34 -0700 (PDT) Received: from localhost ([92.243.24.172]) by mx.google.com with ESMTPS id dr4sm6578428qab.16.2012.04.15.23.58.32 (version=SSLv3 cipher=OTHER); Sun, 15 Apr 2012 23:58:33 -0700 (PDT) From: Jani Nikula To: Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Put notmuch-hello-sections in custom group notmuch-hello In-Reply-To: <1334545056-15957-1-git-send-email-amdragon@mit.edu> References: <1334545056-15957-1-git-send-email-amdragon@mit.edu> User-Agent: Notmuch/0.11.1+222~ga47a98c (http://notmuchmail.org) Emacs/23.1.1 (i686-pc-linux-gnu) Date: Mon, 16 Apr 2012 06:58:27 +0000 Message-ID: <87hawkjh7w.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQlgOht+rI46uiKXHgCf4a6gUh62jNwRAAK7gdSdRBmspPvTPktXHkkIBOHumVXw/HyDT8Cl 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, 16 Apr 2012 06:58:43 -0000 Hi Austin, id:"1330811724-30901-1-git-send-email-jani@nikula.org" :) Mark had a valid point about ordering within groups, which I didn't follow up on, but this is a necessary intermediate step in the right direction no matter what. I don't care whose patches get merged, but let's merge the change. Jani. On Sun, 15 Apr 2012 22:57:36 -0400, Austin Clements wrote: > --- > emacs/notmuch-hello.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el > index 71d37b8..f10d98d 100644 > --- a/emacs/notmuch-hello.el > +++ b/emacs/notmuch-hello.el > @@ -226,7 +226,7 @@ by an additional filter query. Similarly, the count of messages > displayed next to the buttons can be generated by applying a > different filter to the tag query. These filters are also > supported for \"Customized queries section\" items." > - :group 'notmuch > + :group 'notmuch-hello > :type > '(repeat > (choice (function-item notmuch-hello-insert-header) > -- > 1.7.9.1 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch