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 529266DE0173 for ; Fri, 4 Nov 2016 11:04:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.804 X-Spam-Level: X-Spam-Status: No, score=-0.804 tagged_above=-999 required=5 tests=[AWL=0.218, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.211, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 5UedE1fRwpP8 for ; Fri, 4 Nov 2016 11:04:30 -0700 (PDT) Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com [209.85.192.175]) by arlo.cworth.org (Postfix) with ESMTPS id C07446DE00D3 for ; Fri, 4 Nov 2016 11:04:30 -0700 (PDT) Received: by mail-pf0-f175.google.com with SMTP id n85so55549973pfi.1 for ; Fri, 04 Nov 2016 11:04:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:mime-version; bh=ojLGUXMZAtnqjXvIF3i+z/0Z7P4PHZZ71p3wLW8dY8o=; b=IJJHEqoZ4zqtcWnsntbBuy43xz2BlEeFISGSJj3bqjmiyM1LaZhVFqX1HGY0yLIyG0 qO8BAS6Bf7yUv2pMeSoW7hWp0JlmpnL4soAKXjWqfqXESNvmkcKfjTNEOHpPy6Wz+Btp /5Rd7T/MSzaGs+shAPhsJppnbVCwole8y9FuA6fa3z8Xjy6+ZxnKVJijQAUrVjLI2LIh r4/nS9FPSSsqsZJFh+jmpo6dbPCK1s5ERsdOXT7LQ7NdWIHuGeWMbhvx/b5/U+AOuRUS U2uyXLpysNCD4q7M8qCioLnAAc4H2Ghu2pSFa+wHiCsFApqhHTxVPV6zH9fCIgJjSvJg s/Ow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=ojLGUXMZAtnqjXvIF3i+z/0Z7P4PHZZ71p3wLW8dY8o=; b=XHYtpjbyHMwhBpIFUAiybanyezYkNU6/qjqy2+VyFhumN4g7MQ0mEUsM+RqLNZBSID G8iPWcGv+ApHhE44lDIEraYvs3GKPUSmxa5VGlScqu1bGPAQEpB4ZLh1AXBCMVLYGGRd uHbpFjDvmrP9WC8tM+RyK+l9eE17L/tKHTaFbLZQrDa65L+sizD4SjqgHgM2z1mNNaUO wK0g0Lu5f0ySxdDrB6PAioFCQB6Am4LPlA+D72hB0/98YwLk4rXFiTy21pijdIaogXNc sar2BgrMFcSd8mQYcacq1zY1Hs4toUCiiKzFTwFOb2711TsxdXOVYGb/ahC/zjDHD5Wh reLA== X-Gm-Message-State: ABUngveE3KfmOwATPgegPyOVtaBsVjsj7WjE4I3qDtE9NGFHI2yfQTN9ghPvyzLCQIkn0K0h X-Received: by 10.98.14.82 with SMTP id w79mr28426029pfi.153.1478282668002; Fri, 04 Nov 2016 11:04:28 -0700 (PDT) Received: from marmstrong-linux.kir.corp.google.com ([2620:0:1008:11:602f:e3dc:766a:65f3]) by smtp.gmail.com with ESMTPSA id xh9sm3259370pab.4.2016.11.04.11.04.27 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Nov 2016 11:04:27 -0700 (PDT) From: Matt Armstrong To: notmuch@notmuchmail.org Subject: Is there a separate git repo for the notmuch website? Date: Fri, 04 Nov 2016 11:04:26 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Fri, 04 Nov 2016 18:04:31 -0000 I noticed that https://notmuchmail.org/emacstips/#index21h2 is stale (the patch it mentions is now part of notmuch). Is there a git repository for the website that I can suggest patches against?