Download abook-autoexport

This is a wrapper script for abook to keep the abook database and Mutt's aliases synchronized. You can do all your editing in abook while using regular address completion in Mutt.


Download patch-1.5.24.aw.jumptagged.1

This patch implements two new functions: previous-tagged and next-tagged. Binding them to keys you can jump forward and backward between tagged messages.

Example: bind index \Ct next-tagged


Download patch-1.5.24.aw.listreply.1

This patch introduces a new (optional) check when replying to messages originating from a mailing list. It will ask the user if he really intended to reply to the author only (instead of the mailing list).

Example: set list_reply=ask-yes


Download patch-1.5.24.aw.timeouthook.1

This patch implements a new hook that is called periodically when Mutt checks for new mail. To call the hook every minute add set timeout=60 to your .muttrc.

Example: timeout-hook . "exec sync-mailbox"