From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6304 Path: main.gmane.org!not-for-mail From: Hallvard B Furuseth Newsgroups: gmane.emacs.gnus.general Subject: Re: mail Date: Tue, 21 May 1996 18:57:00 +0200 (MET DST) Message-ID: <199605211657.SAA02580@durin.uio.no> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146780 3247 80.91.224.250 (20 Oct 2002 20:46:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:46:20 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id KAA22395 for ; Tue, 21 May 1996 10:36:07 -0700 Original-Received: from goggins.uio.no (6089@goggins.uio.no [129.240.201.2]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id ; Tue, 21 May 1996 18:57:19 +0200 Original-Received: from ulrik.uio.no by goggins.uio.no with local-SMTP (PP) id <11629-0@goggins.uio.no>; Tue, 21 May 1996 18:57:03 +0200 Original-Received: by durin.uio.no ; Tue, 21 May 1996 18:57:00 +0200 (MET DST) Original-To: Lars Magne Ingebrigtsen In-reply-to: Xref: main.gmane.org gmane.emacs.gnus.general:6304 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6304 Lars Magne Ingebrigtsen writes: > Ketil Z Malde writes: > >> IMHO, there should be two variables, say mail-directory-prefix and >> gnus-directory-prefix or some such, which all the other variables could >> default to. No? > > I think all the Gnusey variables are initilized from the "SAVEDIR" > environment variable. Well, except this one -- I don't know if the directory name is relevant (is it used for a default filename or something?). If not, you might just as well use directory `/' instead; it can be accessed faster:-) (defun gnus-score-score-files-1 (dir) ... ;; Return a dummy value. (list "~/News/this.file.does.not.exist.SCORE")))) And there is no Mailey variable to set these defaults from: gnus.el: (defvar gnus-message-archive-method '(nnfolder "archive" (nnfolder-directory "~/Mail/archive/") (nnfolder-active-file "~/Mail/archive/active") ...)) message.el: (defvar message-autosave-directory "~/Mail/drafts/" nnfolder.el: (defvoo nnfolder-directory (expand-file-name "~/Mail/") nnmh.el: (defvoo nnmh-directory "~/Mail/" nnml.el: (defvoo nnml-directory "~/Mail/" Regards, Hallvard