RE: [Spam-verdenking][english 100%] RE: Reply all - issue
[notmuch-archives.git] / fe / 397c3bd60a3d97c27ce87c66c9569023f9d554
1 Return-Path: <tomi.ollila@iki.fi>\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 2A287431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 31 May 2012 23:44:41 -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\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 m3Er2JgfRr3C for <notmuch@notmuchmail.org>;\r
16         Thu, 31 May 2012 23:44:40 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 39854431FAF\r
19         for <notmuch@notmuchmail.org>; Thu, 31 May 2012 23:44:40 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 684B010064E; Fri,  1 Jun 2012 09:44:37 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: Jostein Gogstad <jostein.gogstad@gmail.com>, notmuch@notmuchmail.org\r
24 Subject: Re: Can't compile notmuch-delivery\r
25 In-Reply-To: <20120531214259.GA18272@desktop>\r
26 References: <20120531214259.GA18272@desktop>\r
27 User-Agent: Notmuch/0.13+29~g3c353b7 (http://notmuchmail.org) Emacs/23.1.1\r
28         (x86_64-redhat-linux-gnu)\r
29 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
30         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
31         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
32 Date: Fri, 01 Jun 2012 09:44:36 +0300\r
33 Message-ID: <m2pq9jo7jf.fsf@guru.guru-group.fi>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=utf-8\r
36 Content-Transfer-Encoding: quoted-printable\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Fri, 01 Jun 2012 06:44:41 -0000\r
50 \r
51 On Fri, Jun 01 2012, Jostein Gogstad <jostein.gogstad@gmail.com> wrote:\r
52 \r
53 > Hi,\r
54 >\r
55 > I'm trying to compile notmuch-deliver, but after I get this error:\r
56 >\r
57 >   CC     main.o\r
58 >   main.c: In function =E2=80=98main=E2=80=99:\r
59 >   main.c:432: error: too few arguments to function =E2=80=98notmuch_datab=\r
60 ase_open=E2=80=99\r
61 >   make[2]: *** [main.o] Error 1\r
62 >\r
63 > Any ideas? Tried with the version that ships with 0.13, and the version\r
64 > in HEAD (they seem similar though).\r
65 \r
66 Yes, commit 5fddc07d (*) changes notmuch_database_open() interface. Austin\r
67 or Ali may fix that some day...\r
68 \r
69 .. or Someone Else(TM)... patches welcome :D\r
70 \r
71 > I used no arguments to invoke autogen, configure or make.\r
72 >\r
73 > --=20\r
74 > Jostein\r
75 \r
76 Tomi\r
77 \r
78 (*) grep '^[a-z].*otmuch_database_open' * */*\r
79     git blame lib/database.cc\r
80     git log 5fddc07d\r