Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org, "Steven E. Harris" <seh@speakeasy.org>
Subject: Re: default mail spool directory
Date: 13 Oct 2000 12:37:04 +0200	[thread overview]
Message-ID: <vafk8bdvxgv.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <udy9zthiin.fsf@box.home.de>

On 12 Oct 2000, Jochen Küpper wrote:
>>>>>> "Kai" == Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
>>>>>> writes:
> 
>  Kai> rmail-spool-directory should be used.
> 
>  Kai> * In Emacs, the above variable is defined in paths.el, so that
>  Kai> we can just use it.  What about XEmacs?  What about Emacs 20?
> 
> Here, XEmacs-21.1.12 it is defined in paths.el as well.

Good.  I propose the following, then:

(defvar mail-source-spool-directory
  (if (boundp 'rmail-spool-directory) rmail-spool-directory
    "/usr/spool/mail/"))

And then, the default file name for a `file' mail-sources entry is
(expand-file-name user-login-name mail-source-spool-directory).

If nobody objects, I'll do this.

kai
-- 
I like BOTH kinds of music.



      reply	other threads:[~2000-10-13 10:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-12 13:24 Kai Großjohann
2000-10-12 14:23 ` Kai Großjohann
2000-10-13 15:40   ` Steven E. Harris
2000-10-12 21:11 ` Jochen Küpper
2000-10-13 10:37   ` Kai Großjohann [this message]

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=vafk8bdvxgv.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    --cc=seh@speakeasy.org \
    /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).