Hi,

"Dmitrij D. Czarkoff" <czark...@gmail.com> wrote:
 |>Or just "export NAILRC=~/.nailrc" in ~/.kshrc, ~/.bashrc or wherever you
 |>set your environment.
 |
 |>Well, the Heirloom code does this:
 [.]
 |>So: yes and no.
 |
 |I didn't mention that to avoid complicating things, but MAILRC isn't set by
 |default and rarely ever set.

What should i say – you are right.

 |Dmitrij D. Czarkoff

(Just so that i don't have to say that i never have had any
------ relationship.)
Ciao,

--steffen
Delivered-To: sdao...@gmail.com
Received: by 10.43.4.198 with SMTP id od6csp321537icb; Thu, 26 Sep 2013 
06:47:14 -0700 (PDT)
X-Received: by 10.14.8.72 with SMTP id 48mr1428346eeq.25.1380203233824; Thu, 26 
Sep 2013 06:47:13 -0700 (PDT)
Return-Path: <czark...@gmail.com>
Received: from mail-ea0-x22c.google.com (mail-ea0-x22c.google.com 
[2a00:1450:4013:c01::22c])
        by mx.google.com with ESMTPS id w44si1569842eef.195.1969.12.31.16.00.00 
(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Sep 2013 
06:47:13 -0700 (PDT)
Received-SPF: pass (google.com: domain of czark...@gmail.com designates 
2a00:1450:4013:c01::22c as permitted sender) client-ip=2a00:1450:4013:c01::22c;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of 
czark...@gmail.com designates 2a00:1450:4013:c01::22c as permitted sender) 
smtp.mail=czark...@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE 
dis=NONE) header.from=gmail.com
Received: by mail-ea0-x22c.google.com with SMTP id r16so567113ead.17
        for <sdao...@gmail.com>; Thu, 26 Sep 2013 06:47:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; 
h=date:from:to:subject:message-id:references:mime-version 
:content-type:content-disposition:in-reply-to:user-agent; 
bh=sN/KrIJHhEmSOngzpBfaBGU+VPEz/cQiYvt2cDpLaEs=; 
b=fRTRWMgSAPFIHYf5pWziWhYXwX/ISZ8tCcdIkUg0TkRuJk+K5qKYM9BGlBUWWiE23Y 
ZYyaFLVFKZDYnL8ZfLHhSsNUPFLc6fwLV4Hlk5ge25ahWlliX3M5YPkfk4g8TB84Dwl4 
INMNVsHCIovtR4fDQUoWhhNpfM6JTUY/C+0ssqV8h64C2p+UkHhQxRYtHeu9kThRs2PX 
r/hmS2BjG7ejW5DR61MKRp6KfwvaNd2b8/W/wiBloG+EOFt1iX8sJT1fSqPGWwEjFLY6 
7Zv2pL9VONYPTcvG7NkHqtBoHuvp7gh9X4pzpcCGi0VzZ6adr0EQE5vEglR7NkEi6fO6 sWjw==
X-Received: by 10.14.3.9 with SMTP id 9mr1493300eeg.72.1380203233216; Thu, 26 
Sep 2013 06:47:13 -0700 (PDT)
Return-Path: <czark...@gmail.com>
Received: from e325.bedova.me ([46.33.214.79])
        by mx.google.com with ESMTPSA id r48sm4159073eev.14.1969.12.31.16.00.00 
(version=TLSv1.2 cipher=AES128-SHA bits=128/128); Thu, 26 Sep 2013 06:47:12 
-0700 (PDT)
Received: from localhost (1000@localhost [local]);
        by e325.bedova.me (OpenSMTPD) with ESMTPA id 07507be2;
        for <sdao...@gmail.com>; Thu, 26 Sep 2013 15:47:10 +0200 (CEST)
Date: Thu, 26 Sep 2013 15:47:09 +0200
From: "Dmitrij D. Czarkoff" <czark...@gmail.com>
To: "Steffen \"Daode\" Nurpmeso" <sdao...@gmail.com>
Subject: Re: mailx : mime handling?
Message-ID: <20130926134709.ga21...@e325.bedova.me>
References: <20130925075424.b48b61b5...@wolfman.devio.us> 
<20130925080941.ga2...@e325.bedova.me> 
<alpine.bso.2.00.1309250656320.13...@mathlab.gruver.net> 
<5242db36.Rct/avxjtlldjb0h%hru...@gmail.com> 
<20130925170446.ga5...@e325.bedova.me> 
<52431f6d.5ladptfg26qsybax%hru...@gmail.com> 
<loom.20130925t212338-...@post.gmane.org> 
<20130925195920.ga3...@e325.bedova.me> <loom.20130926t123257-...@post.gmane.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <loom.20130926t123257-...@post.gmane.org>
User-Agent: Mutt/1.5.21 (2010-09-15)
Status: RO

Dmitrij D. Czarkoff <czarkoff <at> gmail.com> writes:
> Or just "export NAILRC=~/.nailrc" in ~/.kshrc, ~/.bashrc or wherever you
> set your environment.

Steffen "Daode" Nurpmeso said:
> 
> Well, the Heirloom code does this:
> 
>         if ((cp = getenv("MAILRC")) != NULL)
>                 load(expand(cp));
>         else if ((cp = getenv("NAILRC")) != NULL)
>                 load(expand(cp));
>         else
>                 load(expand("~/.mailrc"));
>         if (getenv("NAIL_EXTRA_RC") == NULL &&
>                         (cp = value("NAIL_EXTRA_RC")) != NULL)
>                 load(expand(cp));
> 
> So: yes and no.

I didn't mention that to avoid complicating things, but MAILRC isn't set by
default and rarely ever set.

-- 
Dmitrij D. Czarkoff

Reply via email to