]> git.pond.sub.org Git - empserver/commit
Clean up how read deals with new telegram arrivals
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 23 Nov 2011 18:56:24 +0000 (19:56 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 29 Dec 2011 10:47:07 +0000 (11:47 +0100)
commitb6f666cff95509391b86dc12b3cd5c003a76ba2b
tree9986cbfae9956c3206a33c23f9ce17fc8287c271
parent43f562145eab56e12255b8b53b11f365591a9000
Clean up how read deals with new telegram arrivals

Fooling around with the file size is silly.  It works only because
read has flag C_MOD set, so they can only arrive while we're sitting
at the delete confirmation prompt, not during reading.

Simply try to read more telegrams instead.
src/lib/commands/rea.c