From 034cc50e5f88dd671b3432554e209e45a68eadae Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 1 Aug 2014 07:17:26 +2100 Subject: [PATCH] Re: [PATCH] config: read user.name from $NAME if set --- b7/f03f47a9bbfa4e270ea79ce8bd08d8b0ca9173 | 59 +++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 b7/f03f47a9bbfa4e270ea79ce8bd08d8b0ca9173 diff --git a/b7/f03f47a9bbfa4e270ea79ce8bd08d8b0ca9173 b/b7/f03f47a9bbfa4e270ea79ce8bd08d8b0ca9173 new file mode 100644 index 000000000..9e6365c4d --- /dev/null +++ b/b7/f03f47a9bbfa4e270ea79ce8bd08d8b0ca9173 @@ -0,0 +1,59 @@ +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 42837431FC3 + for ; Thu, 31 Jul 2014 03:17:32 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 Ti81i6p5hi34 for ; + Thu, 31 Jul 2014 03:17:30 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 964D0431FC2 + for ; Thu, 31 Jul 2014 03:17:30 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1XCnQQ-0007P5-15; Thu, 31 Jul 2014 07:17:30 -0300 +Received: (nullmailer pid 16971 invoked by uid 1000); Thu, 31 Jul 2014 + 10:17:26 -0000 +From: David Bremner +To: Mark Oteiza , notmuch@notmuchmail.org +Subject: Re: [PATCH] config: read user.name from $NAME if set +In-Reply-To: <87r41fo1fv.fsf@holos.localdomain> +References: <87r41fo1fv.fsf@holos.localdomain> +User-Agent: Notmuch/0.18.1+45~gf47eeac (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Thu, 31 Jul 2014 07:17:26 -0300 +Message-ID: <87r411hlxl.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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, 31 Jul 2014 10:17:32 -0000 + +Mark Oteiza writes: + +> Try to read the config parameter user.name from $NAME before taking the +> user name from /etc/passwd. + +pushed + +d -- 2.26.2