From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bremner@tethera.net>
Received: from localhost (localhost [127.0.0.1])
	by olra.theworths.org (Postfix) with ESMTP id 1A43B431FD8
	for <notmuch@notmuchmail.org>; Wed, 12 Mar 2014 20:21:42 -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 6LtjhnUFgGfz for <notmuch@notmuchmail.org>;
	Wed, 12 Mar 2014 20:21:36 -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 B6BE7431FAE
	for <notmuch@notmuchmail.org>; Wed, 12 Mar 2014 20:21:36 -0700 (PDT)
Received: from remotemail by yantan.tethera.net with local (Exim 4.80)
	(envelope-from <bremner@tethera.net>) id 1WNwD6-0000CX-Iu
	for notmuch@notmuchmail.org; Thu, 13 Mar 2014 00:21:32 -0300
Received: (nullmailer pid 25672 invoked by uid 1000); Thu, 13 Mar 2014
	03:21:28 -0000
From: David Bremner <david@tethera.net>
To: notmuch@notmuchmail.org
Subject: 
Date: Thu, 13 Mar 2014 00:21:13 -0300
Message-Id: <1394680877-25572-1-git-send-email-david@tethera.net>
X-Mailer: git-send-email 1.8.5.3
In-Reply-To: <m238iozjmc.fsf@guru.guru-group.fi>
References: <m238iozjmc.fsf@guru.guru-group.fi>
X-BeenThere: notmuch@notmuchmail.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: "Use and development of the notmuch mail system."
	<notmuch.notmuchmail.org>
List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>
List-Archive: <http://notmuchmail.org/pipermail/notmuch>
List-Post: <mailto:notmuch@notmuchmail.org>
List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>
List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=subscribe>
X-List-Received-Date: Thu, 13 Mar 2014 03:21:42 -0000

Several people observed a problem with the test T010-help not finding
the man pages anymore. To fix that, I had change the previous fix:
instead of flattening the rst2man output into one directory, I had to
move the sphinx output into a hierarchy.

Patches 1 and 3 should be the same as 

	id:1394539555-28334-1-git-send-email-david@tethera.net