diff options
| author | Katsumi Yamaoka | 2010-08-31 00:34:43 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-08-31 00:34:43 +0000 |
| commit | f02566ce1e47303059374c38d995d41e9e724793 (patch) | |
| tree | d30fb1ecdbb7774eb54384e0babf07dec093ae89 /doc | |
| parent | b0e4f3fc00a6ffc13e5ed4391e06fefea35b9f8e (diff) | |
| download | emacs-f02566ce1e47303059374c38d995d41e9e724793.tar.gz emacs-f02566ce1e47303059374c38d995d41e9e724793.zip | |
gnus.texi (Changing Servers): Remove documentation on gnus-change-server and friends, since it's been removed; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 26 |
2 files changed, 5 insertions, 23 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 5d3cde38553..ab84e78c74f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * gnus.texi (Summary Mail Commands): Note that only the addresses from | 3 | * gnus.texi (Summary Mail Commands): Note that only the addresses from |
| 4 | the first message are used for wide replies. | 4 | the first message are used for wide replies. |
| 5 | (Changing Servers): Remove documentation on gnus-change-server and | ||
| 6 | friends, since it's been removed. | ||
| 5 | 7 | ||
| 6 | 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | 8 | 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 7 | 9 | ||
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index abe0f465744..9b9230f6297 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -1384,31 +1384,11 @@ you have read is by keeping track of article numbers. So when you | |||
| 1384 | change @code{gnus-select-method}, your @file{.newsrc} file becomes | 1384 | change @code{gnus-select-method}, your @file{.newsrc} file becomes |
| 1385 | worthless. | 1385 | worthless. |
| 1386 | 1386 | ||
| 1387 | Gnus provides a few functions to attempt to translate a @file{.newsrc} | ||
| 1388 | file from one server to another. They all have one thing in | ||
| 1389 | common---they take a looong time to run. You don't want to use these | ||
| 1390 | functions more than absolutely necessary. | ||
| 1391 | |||
| 1392 | @kindex M-x gnus-change-server | ||
| 1393 | @findex gnus-change-server | ||
| 1394 | If you have access to both servers, Gnus can request the headers for all | ||
| 1395 | the articles you have read and compare @code{Message-ID}s and map the | ||
| 1396 | article numbers of the read articles and article marks. The @kbd{M-x | ||
| 1397 | gnus-change-server} command will do this for all your native groups. It | ||
| 1398 | will prompt for the method you want to move to. | ||
| 1399 | |||
| 1400 | @kindex M-x gnus-group-move-group-to-server | ||
| 1401 | @findex gnus-group-move-group-to-server | ||
| 1402 | You can also move individual groups with the @kbd{M-x | ||
| 1403 | gnus-group-move-group-to-server} command. This is useful if you want to | ||
| 1404 | move a (foreign) group from one server to another. | ||
| 1405 | |||
| 1406 | @kindex M-x gnus-group-clear-data-on-native-groups | 1387 | @kindex M-x gnus-group-clear-data-on-native-groups |
| 1407 | @findex gnus-group-clear-data-on-native-groups | 1388 | @findex gnus-group-clear-data-on-native-groups |
| 1408 | If you don't have access to both the old and new server, all your marks | 1389 | You can use the @kbd{M-x gnus-group-clear-data-on-native-groups} |
| 1409 | and read ranges have become worthless. You can use the @kbd{M-x | 1390 | command to clear out all data that you have on your native groups. |
| 1410 | gnus-group-clear-data-on-native-groups} command to clear out all data | 1391 | Use with caution. |
| 1411 | that you have on your native groups. Use with caution. | ||
| 1412 | 1392 | ||
| 1413 | @kindex M-x gnus-group-clear-data | 1393 | @kindex M-x gnus-group-clear-data |
| 1414 | @findex gnus-group-clear-data | 1394 | @findex gnus-group-clear-data |