Gnus development mailing list
 help / color / mirror / Atom feed
From: craffert@sps.ml.com (Colin Rafferty)
Cc: (ding) GNUS Mailing List <ding@ifi.uio.no>
Subject: Re: filepermissons
Date: Tue, 23 Jan 96 13:02:04 EST	[thread overview]
Message-ID: <9601231802.AA27094@sparc10.sps.ml.com> (raw)
In-Reply-To: larsi@ifi.uio.no's message of 23 Jan 1996 16:57:14 +0100

Lars Magne Ingebrigtsen writes:
> Markus Linnala <maage@cs.tut.fi> writes:

>> Is there a way to make all .newsrc* stuff permanently unreadable to
>> group & others? I know what umask is. I don't want to change it.

> Hmn.  The *dribble autosave files do not normally have a corresponding
> "real" file.

Sure they do.  In fact, I have the following in my .gnus to make certain
of that:

    (add-hook 'gnus-summary-exit-hook 'gnus-dribble-save)

> How does one specify the file permissions for that file
> then?

In `gnus-dribble-read-file' after the call to `set-visited-file-name':

    (set-file-modes dribble-file (+ (* 6 64) (* 0 8) (* 0 1)))

; Colin


  reply	other threads:[~1996-01-23 18:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-01-22 13:40 filepermissons Markus Linnala
1996-01-22 15:45 ` filepermissons Karl_Kleinpaste
1996-01-23 15:57 ` filepermissons Lars Magne Ingebrigtsen
1996-01-23 18:02   ` Colin Rafferty [this message]
1996-01-25 20:08     ` filepermissons Lars Magne Ingebrigtsen
1996-01-25 21:19       ` filepermissons Colin Rafferty
1996-01-26 16:46         ` filepermissons Lars Magne Ingebrigtsen
1996-02-01 16:58           ` filepermissons Hallvard B Furuseth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9601231802.AA27094@sparc10.sps.ml.com \
    --to=craffert@sps.ml.com \
    --cc=craffert@ml.com \
    --cc=ding@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).