[PATCH v3 1/2] emacs: Add thread-outline functionality
authorDaniel Schoepe <daniel@schoepe.org>
Sat, 17 Dec 2011 00:32:07 +0000 (01:32 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:57 +0000 (09:40 -0800)
4c/439458439f64b1e06fefdd57d4d7750c39a5b9 [new file with mode: 0644]

diff --git a/4c/439458439f64b1e06fefdd57d4d7750c39a5b9 b/4c/439458439f64b1e06fefdd57d4d7750c39a5b9
new file mode 100644 (file)
index 0000000..e7fb58c
--- /dev/null
@@ -0,0 +1,61 @@
+Return-Path: <daniel@schoepe.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id CFA08429E30\r
+       for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 16:32:15 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.8\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id clbJ7UTZkfGH for <notmuch@notmuchmail.org>;\r
+       Fri, 16 Dec 2011 16:32:15 -0800 (PST)\r
+Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com\r
+ [74.125.83.53])       (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
+ certificate requested)        by olra.theworths.org (Postfix) with ESMTPS id\r
+ 23220429E21   for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 16:32:15 -0800\r
+ (PST)\r
+Received: by eekd41 with SMTP id d41so4346943eek.26\r
+       for <notmuch@notmuchmail.org>; Fri, 16 Dec 2011 16:32:14 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google;\r
+       h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
+       bh=t7re7gsnUY9U/TAZKxIxmrLorfuyKgBTKEJT4o19dn0=;\r
+       b=X7t7NTkZ5DIDZAFjRJQipzh98uqI9MaPvLYRMLULSL1D/OlNj/RXYN50LmTD3bxNvU\r
+       mFK8oJXFSRN0Uje1f3YBeGOC2Wb+W4/UwNP0HlQ3PRYa1JluMWDCR0/na3jVHNBqdVKC\r
+       jRZBlDyIzaX/AUCTn8hFzqLHaPv5MtgN5H4/E=\r
+Received: by 10.213.3.14 with SMTP id 14mr733438ebl.110.1324081933873;\r
+       Fri, 16 Dec 2011 16:32:13 -0800 (PST)\r
+Received: from localhost (dslb-088-069-153-158.pools.arcor-ip.net.\r
+       [88.69.153.158])\r
+       by mx.google.com with ESMTPS id j20sm4031172eej.8.2011.12.16.16.32.12\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Fri, 16 Dec 2011 16:32:13 -0800 (PST)\r
+From: Daniel Schoepe <daniel@schoepe.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v3 1/2] emacs: Add thread-outline functionality \r
+Date: Sat, 17 Dec 2011 01:32:07 +0100\r
+Message-Id: <1324081929-23025-1-git-send-email-daniel@schoepe.org>\r
+X-Mailer: git-send-email 1.7.7.3\r
+In-Reply-To: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com>\r
+References: <1307921480-17130-1-git-send-email-daniel.schoepe@googlemail.com>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 17 Dec 2011 00:32:16 -0000\r
+\r
+I somehow managed to forget the actual test file in the previous version...\r
+\r