* gnus-srvr.el (gnus-server-insert-server-line): The server names
authorKevin Greiner <kevin.greiner@compsol.cc>
Tue, 25 Nov 2003 02:26:16 +0000 (02:26 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Tue, 25 Nov 2003 02:26:16 +0000 (02:26 +0000)
commit0cb699f85896d35237f7a8481d90ee12c5930ae2
treebfe03e8bcd32980c960838ba8dfdc59ad064fd40
parentb67f34e34bdbd160c1ec5e1ac0d7b4e6ebbebe0f
* gnus-srvr.el (gnus-server-insert-server-line): The server names
used in gnus-agent are different (for example, the native server
uses the alias "native") from the names in gnus-srvr.
Compensating by adding a second text property storing the name
expected by gnus-agent.
(gnus-server-named-server): New function.
* gnus-agent.el (gnus-agent-remove-server, gnus-agent-add-server):
No longer expect an argument as it was ignored anyway.  Uses the
new gnus-server-named-server function to get gnus-agent compatible
names from the server buffer.
lisp/ChangeLog