vimperator / vimperator-labs

Vimperator
http://vimperator.org
Other
1.19k stars 196 forks source link

muttator: add "Show remote content in this message" for Message mode #790

Closed vlcinsky closed 7 years ago

vlcinsky commented 7 years ago
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.

Kerruba commented 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
vlcinsky commented 7 years ago

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.

Kerruba commented 7 years ago

Sometimes happens also to me. Try to set the remapping inside thunderbird directly...usually this solve the problem for me.