mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
mail handling: When exceptions occur during account/rule/message handling, paperless will continue with the next account/rule/message.
mail handling: When paperless encounters a very long fixes #82
This commit is contained in:
parent
991a46c4f0
commit
371745b6dc
6 changed files with 197 additions and 140 deletions
|
|
@ -139,4 +139,4 @@ class MailRule(models.Model):
|
|||
)
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
return f"{self.account.name}.{self.name}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue