Closed vlcinsky closed 7 years ago
Can't you map the behavior to a key sequence? For example I've set up these:
nnoremap v :setlocal remotecontent<CR> # Show remote content for the current message
nnoremap <S-v> :setlocal noremotecontent<CR> # Disable remote content for currentmessage
Yes, this works. I wonder, where could I find the information about remotecontent
being variable, which can be set.
I consider this issue to be resolved by this answer. Added those two lines to /.muttatorrc
file and it works nicely.
Thanks.
Sometimes happens also to me. Try to set the remapping inside thunderbird directly...usually this solve the problem for me.
Issue type:
Expected behavior:
Today when I open a message using remote content (images), it does not show them (and this is correct).
In some cases I need to do [Preferences] -> [Show remote content in this message].
As this is rather common use case for me, I would like to do that using some muttator command.