[PATCH v2 03/14] cli/reply: reuse show_reply_headers() in headers-only format
[notmuch-archives.git] / 54 / 38c78c769f381775ef8765fdb8faf1ff5cdac9
1 Return-Path: <aidecoe@aidecoe.name>\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 B3837431FC0\r
6         for <notmuch@notmuchmail.org>; Mon, 12 May 2014 01:05:14 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 rCfoERWIEOnk for <notmuch@notmuchmail.org>;\r
16         Mon, 12 May 2014 01:05:10 -0700 (PDT)\r
17 Received: from mail-la0-f45.google.com (mail-la0-f45.google.com\r
18         [209.85.215.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 5516A431FBF\r
21         for <notmuch@notmuchmail.org>; Mon, 12 May 2014 01:05:10 -0700 (PDT)\r
22 Received: by mail-la0-f45.google.com with SMTP id gl10so1615413lab.4\r
23         for <notmuch@notmuchmail.org>; Mon, 12 May 2014 01:05:07 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=1e100.net; s=20130820;\r
26         h=x-gm-message-state:from:to:cc:subject:date:message-id;\r
27         bh=aBvisjTIUPCswUuksqSiLYHCMWN4wAI5U2eH6Asf1ls=;\r
28         b=VBoKfVV0dXiT5M8rDK5qX34CmaOIgmetMdkjdlKljxHl+86vce/varyx5Ou/MQHveH\r
29         r7BwNCWutnHAu2FXhSECLqLaHCOEohCwaARW+ZlXh2miFkSIj5saVSn8H4hUimeadoCT\r
30         aI9Yr5vdJDDykjtCLXwq+IvNIQAHjwMIjDseyWLi0rnTV8EsYZLLo/P7aY/QtRBP+1B0\r
31         aoyiYVneAg/XdcJP9ZqMcEcuDvgdxy1sLPBEoymoTzXgtWiTTJW2W7ct8UGhAUmnFs0s\r
32         5/qJwLBp+B4NuKZwmPgEIorQEbW2sIKhPZHg+EYPfcNxkLr5vMh1pBMpm5aAqc3UFSIj\r
33         7i/Q==\r
34 X-Gm-Message-State:\r
35  ALoCoQnGSwQMRchSe6PAd3J2Ov4l9++9nA6cssh9kohifiTe5/alxOI49GNq3m3ROaDep5h45o0K\r
36 X-Received: by 10.112.149.36 with SMTP id tx4mr376182lbb.59.1399881906460;\r
37         Mon, 12 May 2014 01:05:06 -0700 (PDT)\r
38 Received: from localhost (217-67-221-143.itsa.net.pl. [217.67.221.143])\r
39         by mx.google.com with ESMTPSA id z1sm10848181lal.6.2014.05.12.01.05.04\r
40         for <multiple recipients>\r
41         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
42         Mon, 12 May 2014 01:05:05 -0700 (PDT)\r
43 From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name>\r
44 To: notmuch@notmuchmail.org\r
45 Subject: [PATCH] Unset html_static_path\r
46 Date: Mon, 12 May 2014 10:04:56 +0200\r
47 Message-Id: <1399881896-1735-1-git-send-email-aidecoe@aidecoe.name>\r
48 X-Mailer: git-send-email 1.9.2\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Mon, 12 May 2014 08:05:14 -0000\r
62 \r
63 html_static_path is a kind of source directory and it was set to\r
64 destination directory (../html) which caused infinite recursion with\r
65 Sphinx 1.2 and above.\r
66 ---\r
67  bindings/python/docs/source/conf.py | 2 +-\r
68  1 file changed, 1 insertion(+), 1 deletion(-)\r
69 \r
70 diff --git a/bindings/python/docs/source/conf.py b/bindings/python/docs/source/conf.py\r
71 index 9db377f..c93b2ee 100644\r
72 --- a/bindings/python/docs/source/conf.py\r
73 +++ b/bindings/python/docs/source/conf.py\r
74 @@ -140,7 +140,7 @@ html_theme = 'default'\r
75  # Add any paths that contain custom static files (such as style sheets) here,\r
76  # relative to this directory. They are copied after the builtin static files,\r
77  # so a file named "default.css" will overwrite the builtin "default.css".\r
78 -html_static_path = ['../html']\r
79 +#html_static_path = ['../html']\r
80  \r
81  # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,\r
82  # using the given strftime format.\r
83 -- \r
84 1.9.2\r
85 \r