Export HTML emails with images

2009-02-27 Thread Bertrand Janin
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

Re: Export HTML emails with images

2009-02-27 Thread Bertrand Janin
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

"Sending in background" with smtp_url

2009-03-17 Thread Bertrand Janin
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

Re: [ANNOUNCE] 1.5.20 released

2009-06-15 Thread Bertrand Janin
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