mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Fix: Pass rule id to consumed .eml files (#5800)
This commit is contained in:
parent
cfc64d37bb
commit
4d0e8a338f
1 changed files with 1 additions and 0 deletions
|
|
@ -831,6 +831,7 @@ class MailAccountHandler(LoggingMixin):
|
|||
input_doc = ConsumableDocument(
|
||||
source=DocumentSource.MailFetch,
|
||||
original_file=temp_filename,
|
||||
mailrule_id=rule.pk,
|
||||
)
|
||||
doc_overrides = DocumentMetadataOverrides(
|
||||
title=message.subject,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue