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 CFA08429E30 for ; Fri, 16 Dec 2011 16:32:15 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.8 X-Spam-Level: X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7] 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 clbJ7UTZkfGH for ; Fri, 16 Dec 2011 16:32:15 -0800 (PST) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 23220429E21 for ; Fri, 16 Dec 2011 16:32:15 -0800 (PST) Received: by eekd41 with SMTP id d41so4346943eek.26 for ; Fri, 16 Dec 2011 16:32:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=t7re7gsnUY9U/TAZKxIxmrLorfuyKgBTKEJT4o19dn0=; b=X7t7NTkZ5DIDZAFjRJQipzh98uqI9MaPvLYRMLULSL1D/OlNj/RXYN50LmTD3bxNvU mFK8oJXFSRN0Uje1f3YBeGOC2Wb+W4/UwNP0HlQ3PRYa1JluMWDCR0/na3jVHNBqdVKC jRZBlDyIzaX/AUCTn8hFzqLHaPv5MtgN5H4/E= Received: by 10.213.3.14 with SMTP id 14mr733438ebl.110.1324081933873; Fri, 16 Dec 2011 16:32:13 -0800 (PST) Received: from localhost (dslb-088-069-153-158.pools.arcor-ip.net. [88.69.153.158]) by mx.google.com with ESMTPS id j20sm4031172eej.8.2011.12.16.16.32.12 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Dec 2011 16:32:13 -0800 (PST) From: Daniel Schoepe To: notmuch@notmuchmail.org Subject: [PATCH v3 1/2] emacs: Add thread-outline functionality Date: Sat, 17 Dec 2011 01:32:07 +0100 Message-Id: <1324081929-23025-1-git-send-email-daniel@schoepe.org> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com> References: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com> 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: Sat, 17 Dec 2011 00:32:16 -0000 I somehow managed to forget the actual test file in the previous version...