Gnus development mailing list
 help / color / mirror / Atom feed
From: Xavier Maillard <zedek@gnu-rox.org>
Subject: Re: [Q]: ~/Mail directory
Date: Tue, 10 Feb 2004 07:35:56 +0100	[thread overview]
Message-ID: <plop87oes7bfw3.fsf@gnu-rox.org> (raw)
In-Reply-To: <m3llncx9xp.fsf@water.tss.usg.edu> (Mark Plaksin's message of "Mon, 09 Feb 2004 15:41:22 -0500")

[-- Attachment #1: Type: text/plain, Size: 1987 bytes --]

On 9 Feb 2004, Mark Plaksin uttered the following:

> > Given the fact I don't use it and have deleted it from my system
> > several times, how can this directory appear again ?
> 
> I set the following before starting Gnus so it doesn't create or write
> to ~/Mail:
> 
> ;; Main Gnus directory
> (setq gnus-directory "~/src/mail")
> ;; Directory Gnus buffers will be in
> (setq gnus-default-directory "~/src/mail")
> ;; Where to put the dribble file
> (setq gnus-dribble-directory "~/src/mail")
> ;; Set directory for message
> (setq message-directory "~/src/mail")

I personally set it as:

,----
| ;;;_ + Change default Gnus places. Avoid to see it in a 'ls' command
| (setq nnml-directory (concat xm-gnusdir xm-maildir)
|       gnus-cache-directory (concat xm-gnusdir "var/cache/")
|       gnus-directory xm-gnusdir
|       gnus-group-faq-directory nil
|       gnus-x-face-directory (concat xm-gnusdir "etc/faces/")
|       gnus-home-directory xm-gnusdir
|       gnus-kill-files-directory (concat xm-gnusdir "etc/scores/")
|       message-directory (concat xm-gnusdir xm-maildir)
|       gnus-agent-directory (concat xm-gnusdir "var/agent/")
|       gnus-audio-directory (concat xm-gnusdir "etc/audio/")
|       gnus-startup-file (concat xm-gnusdir "etc/newsrc")
|       nndraft-directory (concat xm-gnusdir xm-maildir "drafts/")
|       nnml-active-file (concat xm-gnusdir "etc/active"))
| 
| 
| (setq mail-source-directory (concat xm-gnusdir xm-maildir))
| (setq mail-source-delete-incoming t)
| (setq nnmail-tmp-directory (concat xm-gnusdir xm-maildir "tmp/"))
| 
| (setq gnus-article-save-directory (concat xm-gnusdir "save/"))
`----

I think the only related missing thing I should have configure is the
`message-directory` variable.

I will change and see what happen.

Thank you for your enlightenment.

zeDek
-- 
GNUSFR.ORG                       http://gnusfr.org/
EMACSFR.ORG                      http://emacsfr.org/
Xavier Maillard                  Tel: +33 6 68 04 64 37


[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2004-02-10  6:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-09  8:12 Xavier Maillard
2004-02-09 20:41 ` Mark Plaksin
2004-02-10  6:35   ` Xavier Maillard [this message]
2004-02-10 13:28   ` Reiner Steib
2004-02-10 16:03     ` D. Michael McFarland
2004-02-11 22:06       ` Xavier Maillard
2004-07-18 23:58     ` Andrew J. Korty
2004-07-19 11:01       ` Reiner Steib

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=plop87oes7bfw3.fsf@gnu-rox.org \
    --to=zedek@gnu-rox.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).