Slashdot Mirror


Mutt Fork Adds Features From Notmuch

Karel Zak started a fork of Mutt back in January to integrate features the upstream authors deemed too radical, and today released the first status update. So far implemented is native notmuch support (inspired by Sup) which adds fast search, tagging, and virtual folders from notmuch queries. Unlike the current hackish solutions, all of these are available as native mutt commands and can be used in your muttrc. Additionally, patches from Debian and other distributions will be integrated. Source is over at Github, and a few screenshots are on their wiki.

2 of 93 comments (clear)

  1. Re:Who uses Mutt? by cas2000 · · Score: 5, Insightful

    * it's fast

    * it *doesn't* run javascript or display images

    * it doesn't try to display messages in some ghastly proportional font.

    * it doesn't fuck with my mailboxes or try to move/import them into it's own format.

    * it's a mail reader. it doesn't pretend to be a mail sorter/filter as well, i leave that to procmail.

    * excellent searching and tagging operations.

    * regexp support for searching and tagging.

    * it works identically for me whether i'm physically in front of the machine or connected via ssh.

    * in combination with screen, I don't even have to restart mutt when i login, i just connect to the screen session.

    * i get multi-folder support by running 20 or so mutts in the background, each one with a different mailbox open. switch using ^Z and shell fg command.

    * no crappy built-in editor.

    * 'set edit_headers' in .muttrc lets me edit the ALL of the headers as well as the body - convenient for trimming the To:/CC: list, or deleting unwanted In-Reply-To or References headers (i.e. lazy group reply for a new msg without hijacking an existing thread).

    * lots of other benefits, too numerous to mention.

  2. Re:Who uses Mutt? by tonytraductor · · Score: 5, Insightful

    I use mutt. I tend to like straightforward programs that do what I need and nothing else, free of bloat, and, especially, that I can control from the keyboard without a mouse. Mutt is teh awesome.