robertklep / quotefixformac

QuoteFix for Apple Mail —
https://github.com/robertklep/quotefixformac/releases/latest
191 stars 15 forks source link

Bad placement with signature containing links #83

Open Yann-R opened 6 years ago

Yann-R commented 6 years ago

Hi, As mentioned in your FAQ, QuoteFix can be combined with Apple signatures so as to:

=> you just have to disable the (Apple Mail) option Place signature above quoted tex and it works!!! :-)

Unfortunately, I noticed that the cursor placement become buggy when the signature contains text like URL or e-mail on a same line as standard text.

For instance, this example works:

-- Signature OK
John Doe
doe@mail.org

And these examples don't work (the cursor will appear after the signature):

-- Signature not OK
John Doe
e-mail: doe@mail.org
-- Signature not OK
John Doe
Wonder Company http://wondercompany.com
doe@mail.org

The problem may be related to the fact that Apple Mail automatically convert e-mail addresses and URLs in the signature into hyperlinks in the compose window. Then the following signature is OK (preventing the auto-urlize) and becomes buggy if you restore the standard format of e-mail and URL as above:

-- Signature OK
John Doe
Wonder Company http wondercompany dot com
doe at mail dot org

Is there a solution?