Project

General

Profile

« Previous | Next » 

Revision 7e264b11

Added by Marc Dequènes over 10 years ago

[fix] missing stop condition

View differences:

lib/cyborghood/imap.rb
begin
check_inbox(&message_handler)
# don't loop forever
return if @stop_mail_check
return if @config.debug.flags.include?('nomaildeletion')
end while waiting_mails?

Also available in: Unified diff