Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 42269431FBC for ; Thu, 19 Jan 2012 16:06:38 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1] 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 rQ0FZc7FodvD for ; Thu, 19 Jan 2012 16:06:37 -0800 (PST) Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222]) by olra.theworths.org (Postfix) with ESMTP id 6B862431FAE for ; Thu, 19 Jan 2012 16:06:37 -0800 (PST) Received: from odin.local (nancy.schnouki.net [78.238.0.45]) by ks3536.kimsufi.com (Postfix) with ESMTPSA id 003EE6C000A; Fri, 20 Jan 2012 01:06:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net; s=key-schnouki; t=1327017990; bh=FLfHyi90z96+XCeDqUtbsGRH1aGNsakpwuAKjnV9lGM=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References; b=IZAr3IT73pY1tWmdNiRGipIvPqE0bud8yPoic0bWqTF8ukUbh0ORr+a0SGLxZvkIO zC6D8sQmzeaecHHqNearwj2cRLY7QZFbY8YZ7y+WFlTM4Fw1VhsSEUzPsshxNjHGhl oRLIkEffcJLzNizg9dMykKs3Rm0ABPFYNUhwbv6w= From: Thomas Jost To: notmuch@notmuchmail.org Subject: [PATCH v3 0/2] gmime 2.6 compatibilty, 3rd iteration Date: Fri, 20 Jan 2012 01:06:25 +0100 Message-Id: <1327017987-3361-1-git-send-email-schnouki@schnouki.net> X-Mailer: git-send-email 1.7.8.4 In-Reply-To: <87ty3r2rqt.fsf@schnouki.net> References: <87ty3r2rqt.fsf@schnouki.net> 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: Fri, 20 Jan 2012 00:06:38 -0000 Hi list, Here's another update of the patches to add gmime 2.6 compatibilty while still preserving compatibility with gmime 2.4. Any comments or review will be much appreciated. The changes compared to the previous version ([1] and [2]) are pretty minor: - space and indentation fixes - correctly dereference the instance of GMimeDecryptResult allocated by g_mime_decrypt_result_get_signatures() - remove a useless local variable - rename the preprocessor constant GMIME_26 to GMIME_ATLEAST_26 - mark one crypto test as broken when using gmime 2.6 (because of a bug in gmime [3]) The first patch is really not specific to gmime so it could probably be pushed right away. Thanks to Austin Clements, Tomi Ollila and Adrian Perez for their reviews of the previous patches! Best regards, Thomas [1] id:"1326797453-9405-1-git-send-email-schnouki@schnouki.net" [2] id:"1326797453-9405-2-git-send-email-schnouki@schnouki.net" [3] https://bugzilla.gnome.org/show_bug.cgi?id=668085 Thomas Jost (2): show: don't use hex literals in JSON output Add compatibility with gmime 2.6 mime-node.c | 60 +++++++++++++++++++++++++++++++-- notmuch-client.h | 30 +++++++++++++++- notmuch-reply.c | 7 ++++ notmuch-show.c | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++- show-message.c | 4 ++ test/crypto | 2 + 6 files changed, 193 insertions(+), 7 deletions(-) -- 1.7.8.4