Re: v3 of --stderr=FILE patches

Subject: Re: v3 of --stderr=FILE patches

Date: Wed, 29 May 2013 16:34:33 -0400

To: Tomi Ollila

Cc: notmuch@notmuchmail.org

From: Austin Clements


LGTM.

Quoth Tomi Ollila on May 28 at  9:38 pm:
> This is v3 of id:1369557954-13439-1-git-send-email-tomi.ollila@iki.fi
> 
> In id:m2a9nfr4tb.fsf@guru.guru-group.fi I suggested to use 0600 as
> permission bits so that files written to /tmp would not have write
> bits set in any case. That would have been inconsistent what is
> normally expected in redirection cases. The problem I described
> is easily avoided in emacs as (make-temp-file "nmerr") will create
> file "/tmp/nmerrXXXXXX" with permissions 0600 -- and writing to
> that already-created file will not change its permissions. Writing
> elsewhere is usually covered with directory permissions.

Thread: