diff options
-rw-r--r-- | lib/App/ImapNotify.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/App/ImapNotify.pm b/lib/App/ImapNotify.pm index c67c903..675d695 100644 --- a/lib/App/ImapNotify.pm +++ b/lib/App/ImapNotify.pm @@ -125,6 +125,7 @@ method loop() { next if $line =~ /\* \d+ RECENT/; next if $line =~ /\* \d+ EXISTS/; next if $line =~ /\* \d+ EXPUNGE/; + next if $line =~ /\* \d+ FLAGS /; last if $line =~ /\* BYE /; confess(sprintf("Got unexpected line: '%s'", $line)); |