diff --git a/fetchmail-errors b/fetchmail-errors index a0d297a..33d6d72 100755 --- a/fetchmail-errors +++ b/fetchmail-errors @@ -7,7 +7,7 @@ import systemd.journal as journal yesterday = datetime.datetime.today() - datetime.timedelta(1) SINCE = yesterday -MINCOUNT = 5 +MINCOUNT = 20 j = journal.Reader()