I want the subject to be clickable not just visually but also programmatically via something like Vimium extension, thus a or button tag is required to enable that behavior.
At this point, I haven't done any testing and it's a simple swapping of span to button, so I do not expect this PR to be merged as it is, since the real solution would require more exploring on how to implement this properly (please consider this PR as more like an issue).
All I want (as a user) is that to be able to click the subject to open the mail via Vimium which is possible at Gmail website.
I want the subject to be clickable not just visually but also programmatically via something like Vimium extension, thus
a
orbutton
tag is required to enable that behavior.At this point, I haven't done any testing and it's a simple swapping of
span
tobutton
, so I do not expect this PR to be merged as it is, since the real solution would require more exploring on how to implement this properly (please consider this PR as more like an issue).All I want (as a user) is that to be able to click the subject to open the mail via Vimium which is possible at Gmail website.
Hope the screenshots below are helpful
Protonmail without Vimium
Protonmail with Vimium
Gmail without Vimium
Gmail with Vimium