From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A63D96DE0926 for ; Wed, 13 Apr 2016 01:19:01 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.179 X-Spam-Level: X-Spam-Status: No, score=-0.179 tagged_above=-999 required=5 tests=[AWL=-0.112, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_NEUTRAL=0.652, UNPARSEABLE_RELAY=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 NEqLWHud18ru for ; Wed, 13 Apr 2016 01:18:53 -0700 (PDT) Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by arlo.cworth.org (Postfix) with ESMTPS id 444BD6DE0362 for ; Wed, 13 Apr 2016 01:18:53 -0700 (PDT) Received: by mail-wm0-f65.google.com with SMTP id n3so11688327wmn.1 for ; Wed, 13 Apr 2016 01:18:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dme-org.20150623.gappssmtp.com; s=20150623; h=to:subject:in-reply-to:references:from:date:message-id:mime-version; bh=pYTdP1/5T3yUu1hn/drUTzfXAVp8UgMtonHHCsSM3C4=; b=U3OSOnD+/TI4NH6aN5WAwHJemNo9xzcA+wWe6oiM0ONmi/vc33TQZh5Ak9TdVI7RyN 7np2X8Pg0Vsy+Vw6y3ObH+rq5htfwXFQznbm69I/eJQCBoeGmnXC1UsTnAsAZeHeNbMz Yz/SoSrI+gDPyR+glR/AFtO6S02Bu45cAE292lKwNWuotKHnY1OhFHJqgPMK7QaHcsFb 3CzkG2mGZzMkKtwpRcycvhQCHGri2Zx91x85ebnlusM+wqWx+94nnNavv2huMh5g8Lc4 JKLS3SdpcSlr5Tea4dfNzYrDNTwx0JgyRYQkKNr8yXdgfUqcU7UUzWCGgcJFNvRqtwrT tUKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:subject:in-reply-to:references:from:date :message-id:mime-version; bh=pYTdP1/5T3yUu1hn/drUTzfXAVp8UgMtonHHCsSM3C4=; b=PCwDmT7EonCRLwcDOxPbijxTZddsr2nkh6gU3sErdw0KR/+r97dNLO3BlCYZQkbF9p vSguSQP72z+LPPcqaG6suTGEqkDj26/eLbOedlexudrXabzNnZny8bNSodboj5oocZYn GlLve8+MfYUr2egZinr0oliCf7UsMkUW9nCJLqR/Dv8+JQXtdg7tLfW+h6jpXOkF3xL/ Sumyg3mn8lVtD64JTtoyou0d4SCF7MgFJ2Rtg6d6SZsdyTKo0sslQrRwLrN0TRrBnNFT gexhuMZULvguVyhjK93cco1XnYIgLyg3jXdSZYIiUOmd30NB+iQqZteE6HOo1wicmJDX E8Sg== X-Gm-Message-State: AOPr4FU+8tOaF+ci8mCvbYZtRVPuEfF6iPAV1itF4ijo+sal12AD7AizNbFLTOMuAHUrDw== X-Received: by 10.194.202.168 with SMTP id kj8mr7824205wjc.8.1460535531197; Wed, 13 Apr 2016 01:18:51 -0700 (PDT) Received: from disaster-area.hh.sledj.net ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) by smtp.gmail.com with ESMTPSA id m67sm26757457wma.3.2016.04.13.01.18.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Apr 2016 01:18:50 -0700 (PDT) Received: from localhost (disaster-area.hh.sledj.net [local]) by disaster-area.hh.sledj.net (OpenSMTPD) with ESMTPA id b045d68f; Wed, 13 Apr 2016 08:18:48 +0000 (UTC) To: Chunyang Xu , notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] emacs: Fix packaging In-Reply-To: <1460534328-31748-1-git-send-email-xuchunyang.me@gmail.com> References: <1460534328-31748-1-git-send-email-xuchunyang.me@gmail.com> From: David Edmondson Date: Wed, 13 Apr 2016 09:18:48 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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 08:19:01 -0000 Both patches look good. I will be happy when flycheck stops complaining at me about these things.