]> git.notmuchmail.org Git - sup/commit
don't require has_errors? in Source objects
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 29 Apr 2009 17:48:18 +0000 (13:48 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 29 Apr 2009 17:52:48 +0000 (13:52 -0400)
commit55133abad76e8415a078fa0b0749094406f4d08a
tree20624680e18e3ffe33c51e20c659837a192e3471
parent11ba44823d731a5e5bd18401e46cc6cb5f8bfb55
don't require has_errors? in Source objects

Properly speaking that's a function of a Recoverable object, not of a
source, so only call that method when it's availably.
lib/sup/message.rb
lib/sup/poll.rb
test/dummy_source.rb