mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 18:35:38 +02:00
Fix wrong assignment of default subject
This commit is contained in:
@@ -118,7 +118,7 @@ class MailCollector:
|
||||
content = self._get_header_field(msg_dict, 'Subject')
|
||||
subject = self._convert(content)
|
||||
except:
|
||||
content = _('No subject')
|
||||
subject = _('No subject')
|
||||
|
||||
# Get date
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user