From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A15D8429E3B for ; Mon, 16 Jan 2012 18:25:14 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30izoUpxn5NU for ; Mon, 16 Jan 2012 18:25:14 -0800 (PST) Received: from smtp4.mundo-r.com (smtp4.mundo-r.com [212.51.32.151]) by olra.theworths.org (Postfix) with ESMTP id E6ED3429E35 for ; Mon, 16 Jan 2012 18:25:13 -0800 (PST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAFnbFE9bdWOb/2dsb2JhbABErDCCEYJPFV5KiDOWPZ9UiWABBQgFBBEFAQYBAQYBBSwBAgEBAgMBAgEBAQECB0kMZIFwAgYBTIMcBJURkkM X-IronPort-AV: E=Sophos;i="4.71,521,1320620400"; d="scan'208";a="856064773" Received: from 155.99.117.91.static.mundo-r.com (HELO fanzine.igalia.com) ([91.117.99.155]) by smtp4.mundo-r.com with ESMTP; 17 Jan 2012 03:25:10 +0100 Received: from dsl-hkibrasgw3-fe7cfb00-20.dhcp.inet.fi ([84.251.124.20] helo=kaze.ara-ara.org) by fanzine.igalia.com with esmtpsa (Cipher TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim) id 1RmyjV-0008JU-PH for ; Tue, 17 Jan 2012 03:25:09 +0100 Received: (nullmailer pid 25211 invoked by uid 1000); Tue, 17 Jan 2012 02:26:48 -0000 From: Adrian Perez To: notmuch@notmuchmail.org Subject: [PATCH] Make notmuch build and work with GMime 2.6 Date: Tue, 17 Jan 2012 04:26:47 +0200 Message-Id: <1326767208-25174-1-git-send-email-aperez@igalia.com> X-Mailer: git-send-email 1.7.8.3 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2012 02:25:14 -0000 Hello to all, I have made a patch that enables to build notmuch with gmime 2.6 and it has been working for me for a while. I'm no notmuch/gmime expert, so feedback is welcome to polish it before merging -- supposing that there is the will to support gmime 2.6, BTW. Regards, -Adrian Adrian Perez (1): Update notmuch to use the GMime 2.6 API mime-node.c | 20 ++++++++------ notmuch-client.h | 8 +++--- notmuch-reply.c | 4 +-- notmuch-show.c | 75 +++++++++++++++++++++++++---------------------------- 4 files changed, 51 insertions(+), 56 deletions(-) -- 1.7.8.3