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 C34F7431FBC for ; Wed, 30 May 2012 00:02:54 -0700 (PDT) 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 Xtehys5CBm9b for ; Wed, 30 May 2012 00:02:54 -0700 (PDT) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 4838E431FAF for ; Wed, 30 May 2012 00:02:54 -0700 (PDT) Received: by vcbf1 with SMTP id f1so4187995vcb.26 for ; Wed, 30 May 2012 00:02:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:x-gm-message-state; bh=Dhzokm1n8JdIVlOLxTlkhTl6vvHlGrIfO8AiLZGqExs=; b=To5M6nERnZ54I4QwO8+w+7AvwMue8vgzi4LFFPM49auRCk/z1h5s0PKQ3jZ/dNw9dL 6T2jlIdPytCERe02yu0SucH0shelMi/Fe/pN57rVtLSSVu8T0p8gnnKiNMbl2zz2vNxN 2+LLC3NgRJCW2lRVljXd7FbbB7qIf7kDxP21S0QCNei2sG4U/WJq3iE+snZpKW2GgFJp S0hYe+gq7mp7PlRhhu1MgN8WL7b8GLGQRugnECcE9p1KYOQH8kzXkZNF3JHlF28qXP9V Go61L5l/wayHDB/pgE/fWiq9p/wII4/9NeFjjWXrmYzameDDEEgYYZMviXuOxxUtOp5i nt8w== Received: by 10.52.64.242 with SMTP id r18mr13555291vds.90.1338361373396; Wed, 30 May 2012 00:02:53 -0700 (PDT) Received: from nas.home.pioto.org (pool-71-182-155-97.pitbpa.fios.verizon.net. [71.182.155.97]) by mx.google.com with ESMTPS id d20sm28307303vde.20.2012.05.30.00.02.52 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 May 2012 00:02:52 -0700 (PDT) Received: by nas.home.pioto.org (Postfix, from userid 1001) id 4BA89287D2; Wed, 30 May 2012 03:02:50 -0400 (EDT) From: Mike Kelly To: notmuch@notmuchmail.org Subject: [PATCH v2 0/9] FreeBSD Support Patches Date: Wed, 30 May 2012 03:01:55 -0400 Message-Id: <1338361324-57289-1-git-send-email-pioto@pioto.org> X-Mailer: git-send-email 1.7.10.2 X-Gm-Message-State: ALoCoQlrnASQ5zQ6ClVdg1NFoJym0FeSnLasvxX4z1zWGyiUHKMRplx0jodNV0+sWfDF3ymq90cq 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: Wed, 30 May 2012 07:02:55 -0000 Hi, Here's a second attempt at adding FreeBSD support. Hopefully most of the concerns raised about the initial patch set have been addressed. I'll send my "I don't have emacs" patches in a separate email.