Next: FAQ 5-12, Previous: FAQ 5-10, Up: FAQ 5 - Composing messages [Contents][Index]
I want Gnus to locally store copies of my send mail and news, how to do it?
You must set the variable gnus-message-archive-group to do this. You can set it to a string giving the name of the group where the copies shall go or like in the example below use a function which is evaluated and which returns the group to use.
(setq gnus-message-archive-group '((if (message-news-p) "nnml:Send-News" "nnml:Send-Mail")))