[ Content | View menu ]

Monthly Archive November, 2005

Die Verwandlung

25 Nov, 2005

Finished reading Die Verwandlung (The Metamorphosis). One of the most famous writings of Franz Kafka.

- 0 Comments

No two snowflakes are identical

16 Nov, 2005

The first snow of the season arrived today. Not sure if it really counts as it promptly melted away.

- 0 Comments

Sane thread handling in Mutt

02 Nov, 2005

A simple but important tip to make handling of threads in Mutt saner. From Nicholas Lee.

set sort=threads # default sort messages by thread
set sort_browser=reverse-date # showing mbox list default to newest first
set sort_aux=last-date-received # showing threads with youngest message last
This sorts threads so that they are sorted by the youngest message. Perfect for long discussions [...]

- 0 Comments