Test your regular expressions online
Wednesday, June 17th, 2009Speaking of regular expressions, I found out you can test them online at regexpal.com. Neat.
Speaking of regular expressions, I found out you can test them online at regexpal.com. Neat.
Aside: I just discovered the very useful Emacs regex builder tool. Type M-x regexp-builder. I wanted a regular expression to match the pattern of mutt mail edit buffers, to apply mail-mode, but I did not want to match the muttrc and mutt.hooks files I have. Mail edit buffers get a pattern that starts with “mutt”, […]
Not that anyone cares, but it helps to vent. This post is continually updated whenever I feel like it. Why do I use Gmail if it sucks? I use it only as a storage container for mailing lists that I don’t read daily, and I read that mail using mutt via IMAP (more precisely, I […]
I found the little pop-ups really annoying that show up when I get an icon in the system tray anyway, such as for available software updates. sudo chmod -x /usr/lib/notification-daemon/notification-daemon
I run mutt locally on several different computers. OfflineIMAP automatically synchronizes the mailboxes, and that is a huge benefit. But I still had to set up a system that synchronizes my address books and mail settings. I’ve forgotten what exactly I am doing to accomplish this, and I now think there’s a small mistake somewhere […]