[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

anonymous rsync server open



My Gnus directory is available by anonymous rsync by doing

$ rsync -r rsync://josefsson.org/gnus .

it's a checked out CVS directory so that "cvs diff" etc against
quimby's CVS sever work, so you can inspect what I've changed (NB
there are new files!).  It will be kept in sync with quimby.gnus.org
quite frequently.

There is a Changelog.jas that describes my modifications, it's not
complete yet but I'll add more soon.

Some things it contains:

        . S/MIME (PGP/MIME is probably broken though)
       	. GCC to nnimap group work when unplugged
	. Asks you to synch flags with server when you plug in
	. Changing predicates for a group re-sync Gnus status on the
	group.
        . Agent bugfixes.  Introduces new Agent predicate `unread' instead
	of hardcoding that only unread articles should be dealt with.

Feedback from nntp Gnus Agent especially appreciated.