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 5E03F431FAF for ; Sun, 4 Nov 2012 13:35:48 -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 5LO1OHsnBZG7 for ; Sun, 4 Nov 2012 13:35:48 -0800 (PST) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B1B38431FAE for ; Sun, 4 Nov 2012 13:35:47 -0800 (PST) Received: by mail-la0-f53.google.com with SMTP id l5so4034376lah.26 for ; Sun, 04 Nov 2012 13:35:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:x-gm-message-state; bh=ruDzUlpsIe/SN1TEQXBBemHcSTjIhe+ndmmvzPFNzTI=; b=P95/g1MyAuAE5HpqBARE37BbNFhyc5jDticiaUF7b6+p0Pa7ypbNDNuH4Cq0pI8W6J jJpiQm/TzOkS0NBF3YZjKtGXDZWwO7kfxo0KlASC9DPdZ375giIIFGag3V5/c32+Ua95 5YfgJJLAbKtPbMzWeIQcmAunvoNXbtdKVH7Miaey0c3PqK4G/S2zKmvdaYa/EBB44kwE YYZD2R/Pd6uFAd5Ltvkf9Y1GSUyL9ly2UPmZuS0xE8badDMwi4gwOkTnF28dJ0CrhVOM tVvfaZ5pC98nyjJiTekyoCrIJ/HGlER+QcvSjubgau9P46cXpZx1jSaF2NQRfg3Z5rgE kXXA== Received: by 10.152.47.97 with SMTP id c1mr7279156lan.37.1352064946149; Sun, 04 Nov 2012 13:35:46 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id i7sm5095275lbg.13.2012.11.04.13.35.44 (version=SSLv3 cipher=OTHER); Sun, 04 Nov 2012 13:35:45 -0800 (PST) From: Jani Nikula To: Blake Jones , notmuch@notmuchmail.org Subject: Re: [PATCH 00/10] Solaris support In-Reply-To: <1351998962-25135-1-git-send-email-blakej@foo.net> References: <1351998962-25135-1-git-send-email-blakej@foo.net> User-Agent: Notmuch/0.14+81~g1924356 (http://notmuchmail.org) Emacs/23.4.1 (i686-pc-linux-gnu) Date: Sun, 04 Nov 2012 23:35:43 +0200 Message-ID: <87a9uxf3v4.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQlLhal5AfGKtHmPRWe6MDPDmCRqdg4zNxRS8JW0Y1QTvbMDpsGVwPkab+qzSpMALmospmb7 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: Sun, 04 Nov 2012 21:35:48 -0000 On Sun, 04 Nov 2012, Blake Jones wrote: > Hi all, > > This patch series fixes several issues which are needed to allow notmuch > to build on Solaris 11. I've been "testing" it for a month or so by > using Karel Zak's fork of mutt along with a copy of notmuch-0.13.2 that > I got to compile. After a friend asked for a copy of my setup, I > decided to try to get my patches cleaned up enough to submit, so that he > wouldn't need to deal with them if he wanted to hack on it. Thanks for doing this. I had a *very* brief look at the patches, and commented on what I thought stood out. Otherwise I didn't spot anything out of the ordinary, but I'd like it if someone else had a glance too. BR, Jani.