Re: notmuch.el: controlling what does and doesn't get expanded in searches
[notmuch-archives.git] / 76 / 06e30e135878c261dca238285149e8e9ce07a3
1 Return-Path: <flo@chaoflow.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 84D6C429E25\r
6         for <notmuch@notmuchmail.org>; Sun, 20 Nov 2011 13:15:54 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id gq1lwiVRIP56 for <notmuch@notmuchmail.org>;\r
16         Sun, 20 Nov 2011 13:15:53 -0800 (PST)\r
17 Received: from tesla.chaoflow.net (tesla.chaoflow.net [188.40.54.22])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id B5840431FD0\r
21         for <notmuch@notmuchmail.org>; Sun, 20 Nov 2011 13:15:53 -0800 (PST)\r
22 Received: from eve.chaoflow.net (adsl-99-170-146-107.dsl.pltn13.sbcglobal.net\r
23         [99.170.146.107])\r
24         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
25         (No client certificate requested)\r
26         (Authenticated sender: flo@chaoflow.net)\r
27         by tesla.chaoflow.net (Postfix) with ESMTPSA id 8A7D1A8F;\r
28         Sun, 20 Nov 2011 22:15:51 +0100 (CET)\r
29 Received: from eve.chaoflow.net (eve.chaoflow.net [127.0.0.1])\r
30         by eve.chaoflow.net (Postfix) with ESMTP id 1967E240149;\r
31         Sun, 20 Nov 2011 13:15:49 -0800 (PST)\r
32 From: Florian Friesdorf <flo@chaoflow.net>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH] fix a double // to single /\r
35 Date: Sun, 20 Nov 2011 13:15:24 -0800\r
36 Message-Id: <1321823724-20260-1-git-send-email-flo@chaoflow.net>\r
37 X-Mailer: git-send-email 1.7.7\r
38 X-Virus-Scanned: clamav-milter 0.97.3 at tesla\r
39 X-Virus-Status: Clean\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sun, 20 Nov 2011 21:15:54 -0000\r
53 \r
54 ---\r
55  test/raw |    2 +-\r
56  1 files changed, 1 insertions(+), 1 deletions(-)\r
57 \r
58 diff --git a/test/raw b/test/raw\r
59 index b7e265a..99d3a3b 100755\r
60 --- a/test/raw\r
61 +++ b/test/raw\r
62 @@ -1,4 +1,4 @@\r
63 -#!/usr//bin/env bash\r
64 +#!/usr/bin/env bash\r
65  \r
66  test_description='notmuch show --format=raw'\r
67  . ./test-lib.sh\r
68 -- \r
69 1.7.7\r
70 \r