Hey everyone,
I work in a company using mainly HTML emails. They format their mails
and from time to time insert screenshots and images to illustrate their
point. While I obviously disagree with the process, I am not in position
to change that right now.
The text version generated by their thunde
Christian Ebert wrote :
> Shamelessly plugging my muttils package (needs Python >= 2.4):
>
> http://www.blacktrash.org/hg/muttils/
>
> You can use its viewhtmlmsg command in a macro:
>
> macro index,pager "\
> set my_wait_key=\$wait_key wait_key=no\
> viewhtmlmsg\
> set wait_key=\$my_wait_key
Hello all,
The smtp server at work seems to be hanging randomly lately and after a
timeout mutt errors with "Could not send the message" followed by a
"Sending in background".
>From what I can see, I should only get this when using sendmail, not
when using smtp_url. When this happens I have to di
Brendan Cully wrote :
> + $ssl_verify_hostname controls whether mutt will accept certificates whose
> host names do not match the host name in the folder URL.
The correct parameter seems to be $ssl_verify_host not $ssl_verify_hostname.
Bertrand