Skip navigation

(add-to-list 'gnus-secondary-select-methods '(nnfolder "archive"))
(setq nnfolder-directory "~/.emacs.d/mail/archive")
;; where to store sentmail
(setq gnus-message-archive-method
      '(nnfolder "archive"
                 (nnfolder-inhibit-expiry t)
                 (nnfolder-active-file "~/.emacs.d/mail/archive/active")
                 (nnfolder-directory "~/.emacs.d/mail/archive")))

gnus-message-archive-method 是用来设置已发送邮件存储位置的。同样的目 录再加入到 gnus-secondary-select-methods 里面,让“已发件”文件夹能在 Group列表里显示。

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>