Gnus development mailing list
 help / color / mirror / Atom feed
From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo)
To: ding@gnus.org
Subject: Re: unused ~/News and ~/Mail get recreated
Date: Tue, 09 Sep 2014 10:47:31 -0400	[thread overview]
Message-ID: <87fvg0vojg.fsf@yale.edu> (raw)
In-Reply-To: <87tx4glw1q.fsf@grothesque.org>

Hi Christoph.

Christoph Groth writes: 

> In ~/.emacs I set the variable gnus-directory to "~/.news". I do 
> not use nnml, only nntp and nnimap. [...] Sill, Gnus keeps 
> recreating the ~/News and ~/Mail directories [...]  Any 
> suggestions? 

You can move the gnus-home-directory to another place. Also change 
message-directory, because that is set by message.el, not gnus. 
For example I moved them to Dropbox to keep my gnus synchronized 
between machines:

#+BEGIN_SRC emacs-lisp
  (setq gnus-home-directory "~/Dropbox/gnus/") (setq 
  message-directory "~/Dropbox/gnus/Mail/") 
#+END_SRC

This has to go in your .emacs, not your .gnus.el.

Best,

-- 
Jorge.




  reply	other threads:[~2014-09-09 14:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-09 14:15 Christoph Groth
2014-09-09 14:47 ` Jorge A. Alfaro-Murillo [this message]
2014-09-10 10:39   ` Christoph Groth

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=87fvg0vojg.fsf@yale.edu \
    --to=jorge.alfaro-murillo@yale.edu \
    --cc=ding@gnus.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).