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 3521F431FAF for ; Wed, 11 Apr 2012 17:26:16 -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 Ve+fkaR1Xc0r for ; Wed, 11 Apr 2012 17:26:14 -0700 (PDT) Received: from mail-ob0-f181.google.com (mail-ob0-f181.google.com [209.85.214.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 738BB431FAE for ; Wed, 11 Apr 2012 17:26:14 -0700 (PDT) Received: by obbwd20 with SMTP id wd20so2183267obb.26 for ; Wed, 11 Apr 2012 17:26:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent:x-gm-message-state; bh=O6ImlXi5cujyAx+m/uIS5moQh9/HBDliqPd9sWmnHso=; b=KEBgM/nzQbJ+csdDoUW0V9lOdwDPEZSH4adf4NXqLk/jyTP2LtWp6+zefF45bfsJ92 dG8dsP3m4pxUpHOXjsTmtg/gH98ksqnZJo+ff35nGbeGvjRhLpvjeiqmkvyqEVrFDwLa lw6Ua9c9FTob6DmvfUf0AsdqHFFlndD79PLvX8pCFIdgku9M+KWaIekcbWhA3xRM3PQS 3afB/s3BN+/wAFbuAQqBg7a2O0V+HQGzmt0EklESRoxncLIx1hHQRPQG8GxqDNea3hmH uIgLdMdlsYDYQdT2Kmb/fqUI9osdMy2Wu3kiMcZODOQ2/OV8+/GqhGFFuI3b+o4isQpg c9XA== Received: by 10.60.13.196 with SMTP id j4mr612052oec.14.1334190372787; Wed, 11 Apr 2012 17:26:12 -0700 (PDT) Received: from localhost (cpe-173-174-57-204.austin.res.rr.com. [173.174.57.204]) by mx.google.com with ESMTPS id es5sm4660578obc.11.2012.04.11.17.26.11 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 11 Apr 2012 17:26:11 -0700 (PDT) Date: Wed, 11 Apr 2012 19:26:09 -0500 From: Taylor Carpenter To: notmuch@notmuchmail.org Subject: [PATCH] notmuch-mutt: Using /usr/bin/env to call perl Message-ID: <20120412002609.GA26981@codecafe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQnKgUPaMcCEw2KZGfuJa7/PiZSZzdIs+5UCKFdggBxUHImud8BQvefW8qAcK4y9Nqdf9q/o 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: Thu, 12 Apr 2012 00:26:16 -0000 Supports other perl install locations --- contrib/notmuch-mutt/notmuch-mutt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/notmuch-mutt/notmuch-mutt b/contrib/notmuch-mutt/notmuch-mutt index 71206c3..424f9a3 100755 --- a/contrib/notmuch-mutt/notmuch-mutt +++ b/contrib/notmuch-mutt/notmuch-mutt @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # # notmuch-mutt - notmuch (of a) helper for Mutt # -- 1.7.7.4