Richard G Riley | 2 Jul 20:03

group specific message IDs


I read here

http://gnus.org/manual/gnus_367.html

that I can generate my own message IDs like this:

(defun message-make-message-id()
   (concat "<"(message-unique-id)"@yourmachine.yourdomain.tld>"))

But how can I do this ONLY for specific groups?

Gmane