On Sun, Sep 01 2013, Jens K. Loewe wrote:

>> `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 did. The archive/ folder is still created in ~/Mail...

I have the following in ~/.gnus, so apparently I had the same problem at
some point...

(setq gnus-update-message-archive-method t)
(setq gnus-message-archive-method
      `(nnfolder "archive"
                 (nnfolder-directory  ,(expand-file-name "archive" 
message-directory))
                 (nnfolder-active-file ,(expand-file-name "archive/active" 
message-directory))
                 (nnfolder-get-new-mail nil)
                 (nnfolder-inhibit-expiry t)))


Wolfgang

_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to