>>>>> In >>>>> Katsumi Yamaoka wrote: > I give my wholehearted support to the renaming to `post-method'. Hi, Here is an another solution. The attached patch creates the new group parameter `post-method' and related things. How about it? If it is adopted in Gnus, I will use the following setting instead of the use of the group parameter for each nnml group. (setq gnus-post-method-alist `(("^nnml:" . ,gnus-select-method))) By the way, since I am not good at English writing, I am happy if anyone writes the documentations for this feature in gnus.texi, will you? 2001-08-02 Katsumi Yamaoka * gnus.el (post-method): New group parameter. It also provides the user option `gnus-post-method-alist' and the internal function `gnus-parameter-post-method'. * gnus-msg.el (gnus-post-method): Bind the value of `gnus-post-method' to the group parameter if it is defined.