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 84559431FAF for ; Sun, 15 Apr 2012 19:57:40 -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 G5o14rAWC6np for ; Sun, 15 Apr 2012 19:57:40 -0700 (PDT) Received: from dmz-mailsec-scanner-2.mit.edu (DMZ-MAILSEC-SCANNER-2.MIT.EDU [18.9.25.13]) by olra.theworths.org (Postfix) with ESMTP id E52EA431FAE for ; Sun, 15 Apr 2012 19:57:39 -0700 (PDT) X-AuditID: 1209190d-b7fbf6d0000008ba-d7-4f8b8aa3d107 Received: from mailhub-auth-2.mit.edu ( [18.7.62.36]) by dmz-mailsec-scanner-2.mit.edu (Symantec Messaging Gateway) with SMTP id 8B.35.02234.3AA8B8F4; Sun, 15 Apr 2012 22:57:39 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id q3G2vclM031643; Sun, 15 Apr 2012 22:57:38 -0400 Received: from drake.mit.edu (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q3G2vbME001833 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 15 Apr 2012 22:57:38 -0400 (EDT) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1SJc8H-00049x-6o; Sun, 15 Apr 2012 22:57:37 -0400 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH] emacs: Put notmuch-hello-sections in custom group notmuch-hello Date: Sun, 15 Apr 2012 22:57:36 -0400 Message-Id: <1334545056-15957-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.9.1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprNIsWRmVeSWpSXmKPExsUixG6noru4q9vfYMkxZYvrN2cyOzB6PFt1 izmAMYrLJiU1J7MstUjfLoErY97LZ6wFPawVHVMeMjcwTmbpYuTkkBAwkZj//jgzhC0mceHe erYuRi4OIYF9jBKfj65lgnA2MEr0f73KAuHcZ5J4+Ww2lDOfUaL31g52kH42AQ2JbfuXM4LY IgLSEjvvzmbtYuTgYBZQk/jTpQISFhYIkHjfeRCshEVAVeLdlH1grbwCDhJ7vm5khDhDQeLZ uuNMExh5FzAyrGKUTcmt0s1NzMwpTk3WLU5OzMtLLdI10svNLNFLTSndxAgKA05J3h2M7w4q HWIU4GBU4uFdGdftL8SaWFZcmXuIUZKDSUmUl68dKMSXlJ9SmZFYnBFfVJqTWnyIUYKDWUmE N0YWKMebklhZlVqUD5OS5mBREudV1XrnJySQnliSmp2aWpBaBJOV4eBQkuA93QnUKFiUmp5a kZaZU4KQZuLgBBnOAzTcBKSGt7ggMbc4Mx0if4pRUUqc9w5IQgAkkVGaB9cLi9NXjOJArwjz ngOp4gHGOFz3K6DBTECD40u6QAaXJCKkpBoYxZ5uto4zmCChsIol8FfO8kn+r06taeB0y6s7 darM44mlke+i7vQFrj9uzF42pWS3WIo1Z1iVNq+KeuV3l6crdO6IvSyR51nw8M7+9+9NVgqe L+m5YHwq8lCd4IRGOWG9RnvfX1XbL3tKNH333y7AHMDmYpUvZ+9lsfmsW9ORFcvDl/6c+OaB EktxRqKhFnNRcSIAXBUL0q4CAAA= 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 02:57:40 -0000 --- 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