Next: Comparing Mail Back Ends, Previous: Article Marks, Up: Choosing a Mail Back End
nnfolder is a back end for storing each mail group in a
separate file. Each file is in the standard Un*x mbox format.
nnfolder will add extra headers to keep track of article
numbers and arrival dates.
Virtual server settings:
nnfolder-directorynnfolder mail boxes will be stored under this
directory. The default is the value of message-directory
(whose default is ~/Mail)
nnfolder-active-filennfolder-newsgroups-filennfolder-get-new-mailnil, nnfolder will read incoming mail. The
default is t
nnfolder-save-buffer-hooknnfolder buffers. If
you wish to switch this off, you could say something like the
following in your .emacs file:
(defun turn-off-backup ()
(set (make-local-variable 'backup-inhibited) t))
(add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
nnfolder-delete-mail-hooknnfolder-nov-is-evilnil, this back end will ignore any NOV files. The
default is nil.
nnfolder-nov-file-suffixnnfolder-nov-directorynil, nnfolder-directory is used.
If you have lots of nnfolder-like files you'd like to read with
nnfolder, you can use the M-x nnfolder-generate-active-file
command to make nnfolder aware of all likely files in
nnfolder-directory. This only works if you use long file names,
though.