Adam Sjøgren <[email protected]> writes:

> Take a look at the variable message-syntax-checks - it might allow you
> to disable the from check you don't want?

Default *message-syntax-checks* value: '((sender . disabled))

I set:

(setq message-syntax-checks '((sender . disabled)
                              (from . disabled)))

works! thanks

Reply via email to