[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] support-envelope-sender.diff
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] support-envelope-sender.diff |
Date: |
Mon, 19 Sep 2005 11:37:57 +0200 |
User-agent: |
KMail/1.8 |
On Monday 19 September 2005 06:15, Gary V. Vaughan wrote:
> The -f option to hostname is very linux specific; even coreutils hostname
> doesn't support it. Add a user overridable HOSTNAME variable that, by
> default, sets itself to the first of `hostname -f` or `hostname` that
> succeeds. With this patch, quilt mail works on Linux and Mac OS (at least)
> without any further intervention, and allows others to set HOSTNAME
> otherwise.
HOSTNAME is set to $(hostname) on many systems so with the patch, the domain
part would get lost -- not really useful.
I would also prefer adding a new option to the mail command rather than adding
more special .quiltrc variables. How about the attached patch instead? You
have convinced me that setting the envelope sender with -t by default is a
good idea.
-- Andreas.
sender.diff
Description: Text Data