[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnfolder-directory is entirely ignored
From: |
Alex Kost |
Subject: |
Re: nnfolder-directory is entirely ignored |
Date: |
Sun, 01 Sep 2013 17:59:39 +0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Hello,
Jens K. Loewe (2013-08-30 18:50 +0400):
> I use Emacs 24.3 on Win32. Although I set nnfolder-directory to
> "~/.emacs.d/Mail/archive/", Emacs creates an empty ~/Mail/archive/
> folder on every startup. Why does it do that?
`nnfolder-directory' got its default value from `message-directory'.
It's not clear whether you want to separate "archive" directory or you
don't want to have the whole "~/Mail" dir. If the latter, try
(setq message-directory "~/.emacs.d/Mail") in your .emacs.
I also wanted to write that you can check your "~/.newsrc.eld", but i've
just found that i have (nnfolder-directory "~/Mail/archive") in
`gnus-server-alist' there (and i don't use this default value either).
So it's not the point i think.
- Re: nnfolder-directory is entirely ignored,
Alex Kost <=