Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 888AD6DE0352 for ; Wed, 13 Apr 2016 00:59:57 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.809 X-Spam-Level: X-Spam-Status: No, score=-0.809 tagged_above=-999 required=5 tests=[AWL=0.202, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.211, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D0l7db1OQ3KP for ; Wed, 13 Apr 2016 00:59:49 -0700 (PDT) Received: from mail-pa0-f66.google.com (mail-pa0-f66.google.com [209.85.220.66]) by arlo.cworth.org (Postfix) with ESMTPS id 7C4226DE0355 for ; Wed, 13 Apr 2016 00:59:26 -0700 (PDT) Received: by mail-pa0-f66.google.com with SMTP id k3so3264499pav.3 for ; Wed, 13 Apr 2016 00:59:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=SouaxNi/6WhuHiv598H7LTlcwinXWatGyZtHaeC26OY=; b=DEGglrCzcki9C7FrLe3WyPG5+gRvEPg/UgyxVVH5Mf1914StKvfYWgc20oMHmrXJ88 UL6MpCLIdtSnFiWe6Fpxr8o6+Ys8+0WMqf1XW7mau1pw77gtaRfHVNUhLtO3tg2avfRr UEvSbOz921V9TmvO6Dhrrtrj8baGHJKijTQMX4SDgzXNVKHpCNNm2mDCF/Z8vMOz6p1w KCbMxOy6+nhgLgRP7zz+GE7bKNaMVD7kOxLli4wDtLQeGsjwCnRPq9TmoSZhhx5+E5hZ m/EyCnyoIFQ6a0S3ebUHWXSCljmAkQzB/d3LHvBQr5Hq6bxacQ4GmOdNPs2aaZnY/a2h eqSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=SouaxNi/6WhuHiv598H7LTlcwinXWatGyZtHaeC26OY=; b=UKupOSnzkm1rWRYkBdjsXbuBfKlXSE5anEt5rHPPQT3qdenRjCzTiHaXzI3BbEOy3D wgQ1DS3cOagcLRA02nHsr/KKChJ0n81PXCaeVV1g0MhwDiBqmxwksnBtHiMQ/S4mM8Fp 3XC8SrxZCYmfafcb1bG6O8IJDd+qU1E3Q7pWkmRYmIUKe/ljjcOR3sxloSiQsHnyBHaz WeAbktqaWIjE2kFOqO/4cRtQbRWn+6L23M5mzx+Mrg2vm1bGk798U9zeUC/cD9+T4Z6h aPgIvKJMC9+tLExECyYPfLMQb4DExnSZPdjbThWmrk3ORgqVti/CT+o0+Sd8wstWg4se RlNw== X-Gm-Message-State: AOPr4FXxowW7QMh06I/O0jDCME+T7WvyWpvAw04ZJPqs5abof8jh9UzALR/O06vWJw8vwg== X-Received: by 10.66.227.229 with SMTP id sd5mr11072897pac.115.1460534366195; Wed, 13 Apr 2016 00:59:26 -0700 (PDT) Received: from localhost.localdomain ([128.199.88.169]) by smtp.gmail.com with ESMTPSA id yj1sm48924434pac.16.2016.04.13.00.59.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 13 Apr 2016 00:59:25 -0700 (PDT) From: Chunyang Xu To: notmuch@notmuchmail.org Subject: [PATCH 2/2] emacs: Add notmuch homepage to package header Date: Wed, 13 Apr 2016 03:58:48 -0400 Message-Id: <1460534328-31748-2-git-send-email-xuchunyang.me@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1460534328-31748-1-git-send-email-xuchunyang.me@gmail.com> References: <1460534328-31748-1-git-send-email-xuchunyang.me@gmail.com> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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: Wed, 13 Apr 2016 07:59:57 -0000 So user can find out notmuch's homepage with: C-h P ('describe-package') notmuch --- emacs/notmuch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index b45b5ec..a8a4c8e 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -18,6 +18,7 @@ ;; along with Notmuch. If not, see . ;; ;; Authors: Carl Worth +;; Homepage: https://notmuchmail.org/ ;;; Commentary: -- 2.8.0