* mm updates
This commit is contained in:
@ -407,7 +407,7 @@ This is meant to be called from message mode's
|
||||
(let ((refs))
|
||||
(while (re-search-forward "<[^ <]+@[^ <]+>" nil t)
|
||||
(push (match-string 0) refs))
|
||||
(setq forwarded-from (last refs))))))
|
||||
(setq forwarded-from (car-safe (last refs)))))))
|
||||
|
||||
;; remove the <>
|
||||
(when (and in-reply-to (string-match "<\\(.*\\)>" in-reply-to))
|
||||
|
||||
Reference in New Issue
Block a user