Re: [PATCH] How to improve the mail handling workflow?
[notmuch-archives.git] / fc / b51780b48d978dcbe9e9c948f12ee7c5496edd
1 Return-Path: <ingmar@exherbo.org>\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 04A8D431FBC\r
6         for <notmuch@notmuchmail.org>; Fri, 22 Jan 2010 18:06:05 -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.293\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.293 tagged_above=-999 required=5\r
12         tests=[AWL=-0.294, BAYES_50=0.001] autolearn=ham\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 tO-dKXL36AdM for <notmuch@notmuchmail.org>;\r
16         Fri, 22 Jan 2010 18:06:02 -0800 (PST)\r
17 Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
18         by olra.theworths.org (Postfix) with ESMTP id 0A9CF431FAE\r
19         for <notmuch@notmuchmail.org>; Fri, 22 Jan 2010 18:06:02 -0800 (PST)\r
20 Received: from [83.101.72.69] (helo=localhost)\r
21         by bach.exherbo.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69)\r
22         (envelope-from <ingmar@exherbo.org>)\r
23         id 1NYVNv-0005gt-Vh; Sat, 23 Jan 2010 02:06:01 +0000\r
24 From: Ingmar Vanhassel <ingmar@exherbo.org>\r
25 To: Felipe Contreras <felipe.contreras@gmail.com>, Ben Gamari\r
26         <bgamari.foss@gmail.com>\r
27 In-Reply-To: <94a0d4531001221658y2eb24146qc9f9f45fbd8b5150@mail.gmail.com>\r
28 References: <87hbqgttqz.fsf@convex-new.cs.unb.ca>\r
29         <1264019720-359-1-git-send-email-bgamari.foss@gmail.com>\r
30         <94a0d4531001221658y2eb24146qc9f9f45fbd8b5150@mail.gmail.com>\r
31 Message-Id: <E1NYVNv-0005gt-Vh@bach.exherbo.org>\r
32 Date: Sat, 23 Jan 2010 02:06:00 +0000\r
33 Cc: notmuch@notmuchmail.org\r
34 Subject: Re: [notmuch] [PATCH] Build and link against notmuch shared library\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Sat, 23 Jan 2010 02:06:05 -0000\r
48 \r
49 On Sat, 23 Jan 2010 02:58:53 +0200, Felipe Contreras <felipe.contreras@gmail.com> wrote:\r
50 > On Wed, Jan 20, 2010 at 10:35 PM, Ben Gamari <bgamari.foss@gmail.com> wrote:\r
51 > >  libnotmuch_modules = $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)\r
52 > > -$(dir)/notmuch.a: $(libnotmuch_modules)\r
53 > > -       $(call quiet,AR) rcs $@ $^\r
54 > > +$(dir)/$(SONAME): $(libnotmuch_modules)\r
55 > > +       $(call quiet,CXX,$(LDFLAGS)) $^ $(FINAL_LDFLAGS) -Wl,-soname=$(SONAME) -shared -o $@\r
56\r
57 > Does it need to be CXX? Why not CC instead?\r
58 \r
59 Xapian and the notmuch wrapper 'parts' are written in C++.\r
60 \r
61 -- \r
62 Exherbo KDE, X.org maintainer\r