Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

Gnus (Emacs Newsreader) FAQ
Section - Q2.13 Changing Mail and News directories

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Neighborhoods ]


Top Document: Gnus (Emacs Newsreader) FAQ
Previous Document: Q2.12 Using Gnus and Other Packages
Next Document: Q2.14 Gnus colors have problems with my background.
See reader questions & answers on this topic! - Help others by sharing your knowledge
   I don't like the default locations for storing Mail and News how do I
   change them?
   
   The following variables are used at present for News:
     * gnus-article-save-directory
     * gnus-kill-files-directory
       
   Mark Eichin <eichin@cygnus.com> writes
(setq gnus-startup-file "~/.mit-newsrc")
(setq nnml-directory "~/MITmail/")
(setq nnmail-crash-box "~/.mit-gnus-crash-box")
(setq nnml-newsgroups-file
  (concat (file-name-as-directory nnml-directory) "newsgroups"))

(setq gnus-message-archive-method
      '(nnfolder "archive"
                 (nnfolder-directory "~/MITmail/archive/")
                 (nnfolder-active-file "~/MITmail/archive/active")
                 (nnfolder-get-new-mail nil)
                 (nnfolder-inhibit-expiry t)))

   but that's only for mail, not news.
   
   An additional note: Be careful if you set variables such as
   nnfolder-directory in your ~/.emacs and then change them again at a
   later date. Server parameters are stored in your ~/.newsrc.eld and
   will need to be changed there as well.
   

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: Gnus (Emacs Newsreader) FAQ
Previous Document: Q2.12 Using Gnus and Other Packages
Next Document: Q2.14 Gnus colors have problems with my background.

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
Justin Sheehy <dworkin@ccs.neu.edu>





Last Update March 27 2014 @ 02:11 PM