Archive for the 'mutt' Category
Mutt and Lynx
So, in my time with mutt, I have grown to have a disdain for people that send HTML only email. And surprisingly, this happens alot! So, instead of trying to change the world, I’ve decided to just use mutt and lynx to my advantage and call it a day. Thanks to one of my co-workers for showing me how to do this.
At the end of your ~/.mailcap file, add the following
text/html; lynx -dump -width=78 -nolist %s | sed ’s/^Â Â //’; copiousoutput; needsterminal; nametemplate=%s.html
Then, in the ~/.muttrc add
auto_view text/x-vcard text/html text/enriched
And restart mutt. This will use lynx to render the email. You can substitute lynx for any text-based html browser you’d like.
No commentsReverse Alias in mutt
A need has arisen here recently for me to need to “change” the headers on an email, so I can tell two people at work apart. Both have their name in the email header the same. Let’s call them “John Doe.” So in order to tell them apart, I’ve added a reverse alias rule to mutt to handle this. First enable the use of them by using
set reverse_alias
Then set up the alias. This can be added to your alias file, or straight into your .muttrc
alias fake_john john_doe2@example.com (Fake John Doe)
Now all mail that comes in from john_doe2@example.com will show up as from “Fake John Doe” but the headers will remain the same, and no one is the wiser.
No commentsSteam + Windows = FAIL!
I understand that operating systems crash. This happens, I know. However, the frequency in which my Windows installation crashes is just sad. This usually only causes annoyance when it crashes in the middle of a game. I can deal with that. However, when I am updating an application, such as, I don’t know….Left 4 Dead and Windows crashes, I have 30 minutes of pain, and an hour+ of waiting. I assumed that steam would do like it does when it installs a game. If you shut down the system, it pauses the download, and then resumes it. But when my system crashed it ate the update, and it wouldn’t launch.
Then I tried to remove and then reinstall via steam. This failed. Then I tried to remove the game files. This failed. After seaching I found a page that talked about removing the client blob file. That failed. I eventually had to remove all the files but the steam.exe and the steamApps folder. But I did have to remove any files that talked about L4D.
So, after about 1 hour of downloading I should have a ready to play game. Sigh. If only the other peices, like the game verification, game removal or update worked I would have this hassle.
No comments