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 E4F41431FD7 for ; Fri, 24 Oct 2014 01:27:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 PYXWgJOC4UPT for ; Fri, 24 Oct 2014 01:27:23 -0700 (PDT) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 944C3431FBD for ; Fri, 24 Oct 2014 01:27:23 -0700 (PDT) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1XhaDS-0002VO-Q1; Fri, 24 Oct 2014 05:27:22 -0300 Received: (nullmailer pid 6791 invoked by uid 1000); Fri, 24 Oct 2014 08:27:17 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH] doc: add README.md especially for github Date: Fri, 24 Oct 2014 10:27:09 +0200 Message-Id: <1414139229-6746-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 2.1.1 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: Fri, 24 Oct 2014 08:27:32 -0000 Apparently README.md overrides README, so this will show up instead of our generic README on github. If the user is already on github, then clicking a link for more information is not a hardship. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce579d8 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +If you're reading this on github.com, this is a read-only mirror of +the notmuch project. + +For more information about the project, see + + http://notmuchmail.org + +Please don't send us pull requests on github. If you have a feature +branch that you want us to look at, use `git send-email` to send to +notmuch@notmuchmail.org. + +For more information about contributing to the project, see + + + http://notmuchmail.org/contributing/ -- 2.1.1