Posts Tagged ‘Email’

Microsoft Office Outlook 2007

Thursday, April 2nd, 2009

Microsoft Office Outlook 2007. It's not that scary.

With our recent transition to the MeritMail collaboration suite, we deprecated our campus Meeting Maker service. As a result, I lost the fat client I had grown fond of over the last three years. I am not saying Meeting Maker is a gem, but I had learned to appreciate the ability to manage my calendar without the uncertainty of a typical AJAX interface.

After giving the web client a respectable chance, I was provoked by a colleague to try Outlook 2007. Fast forward a few months, and I’m loving it. The Calendar and Task integration is wonderful. Need to flag a message for follow-up? Click the little flag to the right of the “Subject” line. A list of tasks is then compiled in a To-Do Bar, which contains a handy view of the current month, my upcoming calendar events, and my incomplete tasks.

This entire experience has been chilling for me as I am not a Microsoft fan-boy, and am typically a big proponent of Open Source Software. I would have laughed had told me a few years ago that I would be using Outlook as my primary email / calendar / task management software.

Mutt 1.5.15, sidebar patch, rpmbuild

Wednesday, May 23rd, 2007

Craving more mutt functionality I was enticed by the mutt sidebar patch[1]. Instructions appeared simple enough, but it required a rebuild of mutt so I took the opportunity to build[2] an rpm. Having only made a few rpms in the past and wanting to do it in a manner that conforms with best practices, I used one of Josh’s spec files as an example. Red Hat’s How To documentation[3] was also helpful, although probably quite dated.

After building & installing mutt I appended the following to my .muttrc.

# Sidebar settings
set sidebar_width=20
set sidebar_visible=yes
set sidebar_delim=' '
color sidebar_new yellow default
macro index b 'toggle sidebar_visible'
macro pager b 'toggle sidebar_visible'
bind index K sidebar-prev
bind pager K sidebar-prev
bind index J sidebar-next
bind pager J sidebar-next
bind index O sidebar-open
bind pager O sidebar-open
bind index B bounce-message

I like the sidebar a lot, we’ll see how long it lasts.

[1]http://www.lunar-linux.org/index.php?option=com_content&task=view&id=44
[2]mutt-1.5.15-mtu.1.spec
[3]http://www.rpm.org/RPM-HOWTO/build.html