Hi, Bower is yet another curses frontend for the Notmuch email system. I wrote it for me, but you might like it, too. https://github.com/wangp/bower Bower 0.2 (2012-03-04) ====================== * Renamed addressbook section to [bower:addressbook]. * Support for configurable search aliases in [bower:search_alias]. * Improved date range syntax, e.g. `~d {last week}..` * Removed builtin date range macros: ~lw, ~ly, ~yesterday, ~today. * Cap number of search results by default; override with ~A. * Display non-standard tags. * '+'/'-' changes arbitrary tags. * 'd'/'u' now also works in the index view; modifies 'deleted' tag. * Tab completion for entering tag names. * ^R removes 'unread' tag on preceding messages in thread view. * 'p' jumps to parent message in thread view. * 'v' now also highlights URLs; 'o' opens with an external program. * Ignore 'sent' messages when polling for new messages. * Retain history of save filenames and external program commands. * Work around non-UTF-8 JSON output from notmuch. * Bug fixes. Peter