From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12865 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: Aargh! Netscape mail reader creates .newsrc-foo Date: 20 Nov 1997 09:12:21 -0500 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035152328 6104 80.91.224.250 (20 Oct 2002 22:18:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:18:48 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id HAA24284 for ; Thu, 20 Nov 1997 07:49:39 -0800 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA06860 for ; Thu, 20 Nov 1997 09:49:54 -0600 (CST) Original-Received: from pocari-sweat.jprc.com (POCARI-SWEAT.JPRC.COM [207.86.147.217]) by ifi.uio.no (8.8.7/8.8.7/ifi0.2) with ESMTP id PAA23250 for ; Thu, 20 Nov 1997 15:12:59 +0100 (MET) Original-Received: (from karl@localhost) by pocari-sweat.jprc.com (8.8.5/8.8.5) id JAA11640; Thu, 20 Nov 1997 09:12:21 -0500 Original-To: ding@ifi.uio.no X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Hrvoje Niksic's message of "20 Nov 1997 10:12:08 +0100" Xref: main.gmane.org gmane.emacs.gnus.general:12865 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12865 Hrvoje Niksic writes: > Can this somehow be turned off? Couldn't Gnus be made to ignore > `.newsrc-foo' files? (setq gnus-startup-file "~/Mail/.private/.newsrc") Generally, bury everything (such as nnmail's ID cache) in such a directory. Then you don't have random folks snooping around in .newsrc* to learn your reading habits, either. $ chmod 700 ~/Mail/.private # for normal UNIXish filesystems, or $ fs sa ~/Mail/.private -clear YourID rlidwka # for $HOMEs in AFS.