Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 64 / d0900299f1eacd6dc5f06a3f2eddb69fac4de3
1 Return-Path: <jostein.gogstad@gmail.com>\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 2BA31431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 31 May 2012 14:43:09 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id WI2Qkvyivpdq for <notmuch@notmuchmail.org>;\r
17         Thu, 31 May 2012 14:43:07 -0700 (PDT)\r
18 Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com\r
19         [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 16368431FAF\r
22         for <notmuch@notmuchmail.org>; Thu, 31 May 2012 14:43:06 -0700 (PDT)\r
23 Received: by lbbgk8 with SMTP id gk8so1308770lbb.26\r
24         for <notmuch@notmuchmail.org>; Thu, 31 May 2012 14:43:04 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=date:from:to:subject:message-id:mail-followup-to:mime-version\r
27         :content-type:content-disposition:content-transfer-encoding;\r
28         bh=XiJX9sTZWyfhml8g3jCAyoOG0T7i56/wRNFwvz6Gqi0=;\r
29         b=PZk93gHY14IEgFs0A5RJcbaxc2H+yHcoA3f0p9FctEu3+vyJWZ1ppAjIg91nd5h+w9\r
30         5p8G61AGCT50E9rW/zZgDdMPihxYEYN/XIz7reHPsmZ0b8HdgyShUTo2fHASQ7hU9YMf\r
31         YtvfYiMEuHjg0677eSUc79RioC1xTKyf6yC9rUxdE6GTn1EkdqubhLayRYNyJvlZsKsv\r
32         +Hyd+44d1KC9ZgiPGfXveeqlWOTLpCQcaQ4dgIidz2NCwY0HAC6FxMQ5Rcj81ruzmQaO\r
33         /sqsmRgnJmqMEZHP+UyhNfK8PHQ15tBcDVHb6BAmsAPLWsADCRsMo3udkPHD6P4bDVg4\r
34         TrPA==\r
35 Received: by 10.152.112.138 with SMTP id iq10mr347017lab.13.1338500583908;\r
36         Thu, 31 May 2012 14:43:03 -0700 (PDT)\r
37 Received: from localhost ([84.48.119.48])\r
38         by mx.google.com with ESMTPS id j1sm161872lby.8.2012.05.31.14.43.02\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Thu, 31 May 2012 14:43:02 -0700 (PDT)\r
41 Date: Thu, 31 May 2012 23:42:59 +0200\r
42 From: Jostein Gogstad <jostein.gogstad@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: Can't compile notmuch-delivery\r
45 Message-ID: <20120531214259.GA18272@desktop>\r
46 Mail-Followup-To: notmuch@notmuchmail.org\r
47 MIME-Version: 1.0\r
48 Content-Type: text/plain; charset=utf-8\r
49 Content-Disposition: inline\r
50 Content-Transfer-Encoding: 8bit\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Thu, 31 May 2012 21:43:09 -0000\r
64 \r
65 Hi,\r
66 \r
67 I'm trying to compile notmuch-deliver, but after I get this error:\r
68 \r
69   CC     main.o\r
70   main.c: In function ‘main’:\r
71   main.c:432: error: too few arguments to function ‘notmuch_database_open’\r
72   make[2]: *** [main.o] Error 1\r
73 \r
74 Any ideas? Tried with the version that ships with 0.13, and the version in HEAD\r
75 (they seem similar though).\r
76 \r
77 I used no arguments to invoke autogen, configure or make.\r
78 \r
79 -- \r
80 Jostein\r