Mutt developer resources
Bug tracking system
This trac exists mostly for its bug tracking database: report:3
To add new tickets or comment on tickets, you must be logged in (this is to protect the database from spam). You can register immediately using the link on the menu bar. Note that bug entries are forwarded to the mutt developer's list, making the email address you register with semi-public.
All tickets that have patches attached should contain "patch" as keyword so it's easier to include/exclude them in ticket queries.
Documentation
Browse the manual for the development version, updated nightly.
Code
The source code is maintained in a Mercurial repository here. You can pull your own copy for hacking with
hg clone http://dev.mutt.org/hg/mutt
Because of a slight bug in the CVS import process (the default branch is called "HEAD" instead of "default"), you may have to use another command to get the latest version into your working directory after the clone:
hg update -C HEAD
Afterwards, hg pull -u should keep you up to date.
Nightly snapshots
Download a nightly snapshot of the mutt distribution here
