The name in textsec-email-suspicious-p is optional
* lisp/international/textsec.el (textsec-email-suspicious-p): The name is optional.
This commit is contained in:
parent
ce63f91025
commit
5006e19856
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ problem is returned."
|
|||
(or
|
||||
(textsec-domain-suspicious-p domain)
|
||||
(textsec-local-address-suspicious-p local)
|
||||
(textsec-name-suspicious-p name))))
|
||||
(and name (textsec-name-suspicious-p name)))))
|
||||
|
||||
(provide 'textsec)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue