Since sylpheed disables all html I was wondering how I could easily view any html messages if I really wanted to see the mail with all its pretty images (actually, someone else in my house was, so I did this). This is a very simple trick so you can view it with your web browser. In this situation I'm using Firebird but you can use whatever.
Under Configuration, go to Actions. Create a new action called "View HTML" or something similiar and put this in the command line:
Code: Select all
cat %f > ~/temp.html; MozillaFirebird ~/temp.html; rm ~/temp.html
Now whenever you want to view a certain email in html, you go to Tools>Actions> View HTML.
Yes it's, very simple and basic, but very cool. Show's the configurability of sylpheed.
