Terminal copy (into memory buffer) e-mail address function work incorrectly. If typed (copied) string format is test@mydomain.ru it works OK. But if the string looks like: <a href="mailto:test@mydomain.ru">send message</a> terminal also suggests to copy e-mail address, but it copies the entire string "mailto:test@mydomain.ru" although the "mailto:" prefix should be skipped.
Created attachment 3832 Patch #1
Fixed in ef00597.
*** Bug 7762 has been marked as a duplicate of this bug. ***