Go to the previous, next chapter.
Each user who reads news has a file called the startup file which records which groups he or she subscribes to and which articles have been read.
GNUS actually uses two startup files that contain the same information. The raw startup file, named `~/.newsrc', is the master copy of the information; this is the same file that other news readers use, and it is kept in the standard format. The quick startup file contains the same information in a format convenient for Lisp to read. GNUS automatically updates the quick startup file from the raw startup file whenever the latter is newer; but normally it saves time by reading only the quick startup file.
These commands in Group mode operate on the startup files:
gnus-group-restart
).
gnus-group-force-update
).
Go to the previous, next chapter.