1

I found the signature option for Geary and I tried making a signature with an image. Referring to a file on my pc doens't work. When i paste the data-url from the image in the src box, it shows the image correct, but when I send the mail, the receiver gets the error 'filename of attachment not set' or equivalent depending on email client. Anyone an idea how to fix this?

Kind regards

2 Answers2

1

There currently isn't any support including attached images in signatures, but there is an open bug requesting this and it's something that we would like to add support for in the future.

I would be surprised if using a external URL or a data URLs for the image source (i.e. <img src="https://..."/>, or <img src="data:..."/>) don't work, however. If not, please file a bug and we'll look into it.

(Edited to clarify the difference between external and attached)

0

I added <img src="data:...."/> in ~/.config/geary/account_01/geary.ini .

In this file you can edit raw HTML, otherwise it will be escaped if you do it using geary UI.

Dowst
  • 3