>>> "EB" == Emanuel Berg writes: > Uwe Brauer wrote: >> This function is called when I am sending a message >> and stored in the diary. The point is, maybe in 3 >> weeks I want to read it again, so I visit the diary >> and just want to click on its ID. That is the use >> case > OK.. > What I do is: > (setq gnus-gcc-mark-as-read t) > (setq gnus-message-archive-group "nnml:mail.sent") ;; [1] I have as recommended (setq gnus-message-archive-group '((if (message-news-p) "misc-news" "misc-mail"))) However now that I think of, what the heck is (message-news-p) I can't find anything in the documentation, it seems not a variable and not a function, what is a bit odd