All mail clients suck. This one just sucks less. http://www.mutt.org/
2024-12-02 11:38:38 +08:00
.builds Fix freebsd build on srht. 2020-12-28 18:50:42 -08:00
autocrypt Add explicit void to 0-parameter function definitions. 2022-11-04 13:29:33 -07:00
contrib Merge branch 'stable' 2024-04-13 18:31:59 +08:00
doc Add a documentation note that aliases are case insensitive. 2023-08-23 15:40:19 +08:00
imap Abort imap_fast_trash() if previously checkpointed. 2023-03-12 19:42:27 -07:00
m4 Update gpgme autoconf files to the latest versions. 2022-11-07 14:35:09 -08:00
po Merge branch 'stable' 2023-06-05 18:55:17 +08:00
_mutt_regex.h Rename _regex.h to _mutt_regex.h to avoid name collision on Macs. 2018-04-09 15:31:45 -07:00
.gitignore Update gettext to version 0.21. 2021-02-18 13:24:27 -08:00
.gitlab-ci.yml Turn off pylint in gitlab-ci. 2021-04-24 15:20:02 -07:00
.hgsigs mutt-1.9.1 signed 2017-09-23 11:40:44 -07:00
.hgtags Added tag mutt-1-9-1-rel for changeset 869633ef393e 2017-09-23 11:39:54 -07:00
.pylintrc mutt_oauth2: update for pylint / flake8 warnings 2020-08-22 10:13:47 -07:00
ABOUT-NLS Update gettext to version 0.21. 2021-02-18 13:24:27 -08:00
account.c Make sure username is included in header and body cache paths. 2022-02-17 15:24:28 -08:00
account.h Make sure username is included in header and body cache paths. 2022-02-17 15:24:28 -08:00
addrbook.c Change mutt_FormatString() data parameter to type void *. 2020-03-06 14:35:19 -08:00
alias.c Fix mbrtowc() error handling in check_alias_name(). 2022-05-27 14:15:28 -07:00
ascii.c Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
ascii.h Add GNU SASL support for authentication. 2021-12-23 14:59:01 -08:00
attach.c Add $attach_save_charset_convert quadoption. 2021-10-04 13:11:35 -07:00
attach.h Add $forward_attachments quadoption for inline-forward mode. 2019-04-27 16:03:05 -07:00
background.c Update copyright notices. 2023-03-13 18:24:31 -07:00
background.h Add $status_format 'B' expando for backgrounded count. 2020-03-02 14:14:10 -08:00
base64.c Use base64 URL safe alphabet for message id generation. 2023-03-04 18:11:15 -08:00
bcache.c Make sure username is included in header and body cache paths. 2022-02-17 15:24:28 -08:00
bcache.h Convert copyright years to all use 4 digit years. 2016-01-01 12:07:46 -08:00
browser.c Change the initial browser file to to cwd. 2022-12-03 18:04:42 -08:00
browser.h Change browser sort "unsorted" to preserve the original order. 2021-04-25 14:49:55 -07:00
buffer.c Update source file copyright lines based on commit history. 2022-01-27 13:06:26 -08:00
buffer.h Update source file copyright lines based on commit history. 2022-01-27 13:06:26 -08:00
buffy.c Update copyright notices. 2023-03-13 18:24:31 -07:00
buffy.h Add -nonotify argument to mailboxes command 2021-01-22 13:14:59 -08:00
build-release Document my release process. 2020-05-16 14:34:07 -07:00
ChangeLog automatic post-release commit for mutt-2.2.13 2024-03-09 18:29:03 +08:00
charset.c Add explicit void to 0-parameter function definitions. 2022-11-04 13:29:33 -07:00
charset.h Change M_* symbols to MUTT_* 2016-05-09 14:06:54 -07:00
check_sec.sh refactor: update shell scripts for shellcheck warnings 2020-08-25 19:59:54 -07:00
color.c Convert COLOR_DEFAULT constant to -1. 2021-11-12 14:53:13 -08:00
color.h Use bkgrndset() as ATTRSET() backend if available. 2021-04-15 17:58:56 -07:00
commands.c Change a few cases of endwin() to call mutt_endwin(). 2022-10-08 12:37:58 -07:00
complete.c Convert mutt_complete() to use the buffer pool. 2019-09-19 19:14:03 -07:00
compose.c Fix strlen() assigns to be of type size_t where obvious. 2022-04-12 11:07:34 -07:00
compress.c Change a few cases of endwin() to call mutt_endwin(). 2022-10-08 12:37:58 -07:00
compress.h Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync. 2016-11-13 20:02:35 -08:00
config.rpath Update gettext to version 0.21. 2021-02-18 13:24:27 -08:00
configure.ac Merge branch 'stable' 2024-11-04 11:15:11 +08:00
copy.c Fix strlen() assigns to be of type size_t where obvious. 2022-04-12 11:07:34 -07:00
copy.h Filter ANSI sequences when forwarding too. 2021-02-05 13:37:58 -08:00
COPYRIGHT Update copyright notices. 2023-03-13 18:24:31 -07:00
crypt-gpgme.c crypt-gpgme.c: Fix NULL dereference 2024-04-20 11:41:04 +08:00
crypt-gpgme.h Change send_menus to set sctx instead of globals. 2020-02-29 19:15:09 -08:00
crypt-mod-pgp-classic.c Create crypt glue cleanup method. 2020-03-31 16:19:00 -07:00
crypt-mod-pgp-gpgme.c Create crypt glue cleanup method. 2020-03-31 16:19:00 -07:00
crypt-mod-smime-classic.c Create crypt glue cleanup method. 2020-03-31 16:19:00 -07:00
crypt-mod-smime-gpgme.c Create crypt glue cleanup method. 2020-03-31 16:19:00 -07:00
crypt-mod.c Nuke trailing white space from the crypt-* files. 2018-12-04 18:49:56 -08:00
crypt-mod.h Create crypt glue cleanup method. 2020-03-31 16:19:00 -07:00
crypt.c Add $smime_pkcs7_default_smime_type config option. 2024-04-13 18:29:40 +08:00
cryptglue.c Create crypt glue cleanup method. 2020-03-31 16:19:00 -07:00
crypthash.h Don't define uint32_t anywhere but in config.h. Spotted by Alain Bench. 2005-03-15 04:40:40 +00:00
curs_lib.c Divide browser "LastDir" into separate file and mailbox locations. 2022-12-03 18:04:42 -08:00
curs_main.c Merge branch 'stable' 2023-04-15 12:46:04 -07:00
curs_ti_lib.c Include <term.h> before invoking tigetstr() and tigetflag(). 2021-12-27 12:15:18 -08:00
date.c Clean up code indentation. 2019-01-04 13:59:27 -08:00
dotlock.c Fix argc==0 handling. 2022-01-29 14:42:14 -08:00
dotlock.h Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
edit.c Fix strlen() assigns to be of type size_t where obvious. 2022-04-12 11:07:34 -07:00
editmsg.c Improve mutt_decrease_mtime() error handling. 2020-05-08 14:11:45 -07:00
enter.c Divide browser "LastDir" into separate file and mailbox locations. 2022-12-03 18:04:42 -08:00
extlib.c Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
filter.c Reset SIGPIPE signal handler in child process before exec(). 2021-06-18 15:13:16 -07:00
flags.c Reset header color after mutt_set_flag(). 2022-11-21 12:44:18 -08:00
flymake.am add check-syntax target for flymake 2014-10-11 11:05:21 -07:00
from.c Add internal mutt_ctime() implementation. 2021-10-20 09:59:37 -07:00
functions.h Break the menu OPS/funcs and keybindings into separate tables. 2021-07-28 15:02:11 -07:00
gen_defs Scan OPS files directly for gettext translation strings. 2021-02-21 14:47:25 -08:00
getdomain.c Convert mutt_init() to use buffer pool for path operations. 2020-03-31 13:19:48 -07:00
gettext.h Update gettext to version 0.21. 2021-02-18 13:24:27 -08:00
globals.h Merge branch 'stable' 2024-04-13 18:31:59 +08:00
gnupgparse.c Convert all mutt_atoX functions to behave strictly. 2021-01-27 13:54:38 -08:00
GPL Update FSF address (via sed, I hope nothing got mangled). Closes: . 2005-09-17 19:15:35 +00:00
group.c Create send.h header. 2020-02-28 11:57:38 -08:00
group.h Fix header file indentation after M_ prefix renaming. 2016-05-26 14:45:02 -07:00
handler.c base64val: Add support to decode base64 safe URL. 2023-03-04 18:06:11 -08:00
hash.c Clean up code indentation. 2019-01-04 13:59:27 -08:00
hash.h Clean up code indentation. 2019-01-04 13:59:27 -08:00
hcache.c Fix strlen() assigns to be of type size_t where obvious. 2022-04-12 11:07:34 -07:00
hcache.h Convert hcache_open to use buffer pool. 2019-09-27 18:12:27 -07:00
hcachever.pl Update source file copyright lines based on commit history. 2022-01-27 13:06:26 -08:00
hdrline.c Change hdrline make_from(_addr) to use snprintf for from. 2021-07-17 15:14:59 -07:00
headers.c Don't untag after edit-label. 2024-04-13 18:39:33 +08:00
help.c Improve generic menu type handling. 2021-07-28 19:34:13 -07:00
history.c Change mutt_FormatString() data parameter to type void *. 2020-03-06 14:35:19 -08:00
history.h Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
hook.c Merge branch 'stable' 2022-05-21 09:35:27 -07:00
init.c Fix strlen() assigns to be of type size_t where obvious. 2022-04-12 11:07:34 -07:00
init.h Add note about remote mailboxes to $spoolfile docs 2024-06-20 11:29:12 -07:00
INSTALL Explicitly mention --with-sqlite3 in the INSTALL file. 2022-10-08 13:47:15 -07:00
keymap.c Fix non-printable keyname printing to use <octal> syntax. 2022-11-07 14:46:46 -08:00
keymap.h Break the menu OPS/funcs and keybindings into separate tables. 2021-07-28 15:02:11 -07:00
lib.c Add allow_8bit flag to sanitize_filename functions. 2021-05-01 14:16:17 -07:00
lib.h Don't use subtraction for qsort numeric value comparisons. 2021-09-23 14:58:54 -07:00
listmenu.c Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter. 2021-07-17 15:34:41 -07:00
mailbox.h Add "headers" parameter to mx_open_message(). 2020-12-12 13:17:09 -08:00
main.c Merge branch 'stable' 2023-03-13 18:27:45 -07:00
Makefile.am Fix GPGME build failure on MacOS. 2023-08-15 13:03:58 +08:00
mapping.h Convert COLOR_DEFAULT constant to -1. 2021-11-12 14:53:13 -08:00
mbox.c Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter. 2021-07-17 15:34:41 -07:00
mbyte.c Filter Arabic Letter Mark due to display corruption. 2022-05-25 09:53:07 -07:00
mbyte.h Filter directional markers that corrupt the screen. (closes ) 2016-07-20 16:29:55 -07:00
md5.c Drop declaration for unused argv/argc parameters. 2010-08-06 21:22:52 +02:00
md5.h md5.h, md5.c: updated to latest version from gnulib. 2008-11-15 19:51:39 -08:00
menu.c Add explicit void to 0-parameter function definitions. 2022-11-04 13:29:33 -07:00
messageid.c Use base64 URL safe alphabet for message id generation. 2023-03-04 18:11:15 -08:00
mh.c Fix counters for external maildir 'T' flag changes. 2022-12-12 14:44:23 -08:00
mime.h Use base64 URL safe alphabet for message id generation. 2023-03-04 18:11:15 -08:00
mime.types Update sample mime.types. 2006-08-09 19:29:22 +00:00
mkchangelog.sh Switch build scripts to use `` instead of $() 2018-06-03 14:40:31 -07:00
mkdtemp.c Fix mkdtemp() random signedness 2019-01-05 14:32:00 -08:00
mkreldate.sh Switch build scripts to use `` instead of $() 2018-06-03 14:40:31 -07:00
monitor.c Add explicit void to 0-parameter function definitions. 2022-11-04 13:29:33 -07:00
monitor.h Merge branch 'stable' 2019-09-09 18:07:16 -07:00
mutt_crypt.h Assert mutt_decode_attachment() doesn't modify body fields. 2021-09-24 19:38:17 -07:00
mutt_curses.h Merge branch 'stable' 2021-12-27 12:25:24 -08:00
mutt_idna.c fix gcc-11 build warnings for H_TO_INTL() 2021-05-28 09:23:27 -07:00
mutt_idna.h Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
mutt_lisp.c Add mutt_buffer_rewind() function. 2020-11-30 18:41:03 -08:00
mutt_lisp.h Add first version of MuttLisp. 2020-07-19 14:23:52 -07:00
mutt_menu.h Use bkgrndset() as ATTRSET() backend if available. 2021-04-15 17:58:56 -07:00
mutt_random.c Consistently use uint32_t (closes ) 2020-11-09 10:59:44 +01:00
mutt_random.h Implement LFRS113 PRNG functions 2020-09-14 08:59:00 -04:00
mutt_regex.h Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
mutt_sasl_gnu.c Update copyright notices. 2023-03-13 18:24:31 -07:00
mutt_sasl_gnu.h Add GNU SASL support for authentication. 2021-12-23 14:59:01 -08:00
mutt_sasl.c Fix mutt_sasl buffer size to hold ip_port strings. 2021-07-17 15:14:59 -07:00
mutt_sasl.h Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
mutt_socket.c Add socket send/receive timeout options 2022-12-03 17:55:36 -08:00
mutt_socket.h Add mutt_socket_buffer_readln(). 2021-12-22 14:45:27 -08:00
mutt_ssl_gnutls.c Add error handling for cert prompts in batch mode. 2022-08-25 13:23:43 -07:00
mutt_ssl.c mutt_ssl: refactor Implicit TLS and STARTTLS code 2022-12-03 18:04:42 -08:00
mutt_ssl.h Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
mutt_tunnel.c Reset SIGPIPE signal handler in child process before exec(). 2021-06-18 15:13:16 -07:00
mutt_tunnel.h Gah, forgot the zip code when updating the FSF address... 2005-09-17 20:46:09 +00:00
mutt_zstrm.c Fix $imap_deflate reconnection issue. 2019-12-18 13:03:40 -08:00
mutt_zstrm.h Fix copyright header in mutt_zstrm.[ch] 2019-12-01 07:31:41 -08:00
mutt.h Divide browser "LastDir" into separate file and mailbox locations. 2022-12-03 18:04:42 -08:00
muttbug Add stub flea and muttbug scripts back. 2018-02-01 11:10:01 -08:00
muttlib.c Decouple expand_path() relpath vs trailing slash handling. 2022-05-21 09:23:39 -07:00
mx.c Fix sidebar counters with $maildir_trash. 2021-12-03 11:16:19 -08:00
mx.h Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
NEWS More on ~=. 2002-01-12 11:42:18 +00:00
OPS Suggested translation changes. 2021-06-13 14:58:47 -07:00
OPS.CRYPT Scan OPS files directly for gettext translation strings. 2021-02-21 14:47:25 -08:00
OPS.MIX Scan OPS files directly for gettext translation strings. 2021-02-21 14:47:25 -08:00
OPS.PGP Scan OPS files directly for gettext translation strings. 2021-02-21 14:47:25 -08:00
OPS.SIDEBAR Scan OPS files directly for gettext translation strings. 2021-02-21 14:47:25 -08:00
OPS.SMIME Scan OPS files directly for gettext translation strings. 2021-02-21 14:47:25 -08:00
pager.c Filter U+200C in pager. 2022-11-15 19:36:35 -08:00
pager.h Refactor mutt_buffer_strip_formatting() inside of pager.c. 2020-05-23 14:48:58 -07:00
parse.c Fix mutt_read_rfc822_line() to use is_email_wsp(). 2022-08-05 12:33:29 -07:00
PATCHES Ups. 2002-12-09 17:44:54 +00:00
patchlist.sh Update patchlist.sh to support `guilt' patch queues 2019-11-11 10:06:44 +00:00
pattern.c Add explicit void to 0-parameter function definitions. 2022-11-04 13:29:33 -07:00
pgp.c Fix strlen() assigns to be of type size_t where obvious. 2022-04-12 11:07:34 -07:00
pgp.h Change send_menus to set sctx instead of globals. 2020-02-29 19:15:09 -08:00
pgpewrap.c Fix argc==0 handling. 2022-01-29 14:42:14 -08:00
pgpinvoke.c Fix exact-address handling when addr->personal is set. 2020-11-24 18:14:13 -08:00
pgpkey.c Fix $pgp_sort_keys sorting. 2022-05-27 15:37:11 -07:00
pgplib.c Clean up code indentation. 2019-01-04 13:59:27 -08:00
pgplib.h Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
pgpmicalg.c Convert pgp_find_hash to use buffer pool. 2019-10-20 15:52:22 +08:00
pgppacket.c Add gcc comments for fallthrough case statements. 2019-11-10 19:58:43 -08:00
pgppacket.h Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
pgppubring.c Fix argc==0 handling. 2022-01-29 14:42:14 -08:00
pop_auth.c Add GNU SASL support for authentication. 2021-12-23 14:59:01 -08:00
pop_lib.c Clean up formatting. 2019-01-04 19:50:16 -08:00
pop.c Ensure pop_data is freed for mailbox and fetch-mail usage. 2022-08-30 15:31:24 -07:00
pop.h Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
postpone.c Merge branch 'stable' 2021-08-20 13:37:39 -07:00
prepare autoreconf --include doesn't pass its argument to aclocal. 2007-09-08 15:30:20 -07:00
protos.h Use base64 URL safe alphabet for message id generation. 2023-03-04 18:11:15 -08:00
query.c Tighten $query_command parsing to allow empty name field. 2022-07-28 13:03:27 -07:00
README Minor edits to the README. 2018-11-07 14:19:25 -08:00
README.SECURITY Corrected various spelling mistakes (most of them reported by codespell). 2015-01-26 13:07:25 +01:00
README.SSL Corrected various spelling mistakes (most of them reported by codespell). 2015-01-26 13:07:25 +01:00
recvattach.c Add $attach_save_charset_convert quadoption. 2021-10-04 13:11:35 -07:00
recvcmd.c Change attach inline forward messages default CH flag. 2021-02-05 14:23:08 -08:00
regex.c Remove obsolete AC_HEADER_STDC and STDC_HEADERS checks. 2021-01-03 13:00:29 -08:00
remailer.c Change mutt_FormatString() data parameter to type void *. 2020-03-06 14:35:19 -08:00
remailer.h Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
resize.c Fix small error in mutt_resize_term(). 2021-01-27 13:54:50 -08:00
rfc822.c Tighten up group list parsing a bit more. 2021-01-22 15:46:06 -08:00
rfc822.h Loosen message-id parser to parse ids without angle brackets. 2020-05-13 19:25:04 -07:00
rfc1524.c Add allow_8bit flag to sanitize_filename functions. 2021-05-01 14:16:17 -07:00
rfc1524.h Add typelen parameter to rfc1524_mailcap_lookup(). 2019-10-23 19:17:09 +08:00
rfc2047.c Remove "." from MimeSpecials (RFC2045 tspecials). 2024-12-02 11:34:24 +08:00
rfc2047.h Turn off writing exact-addresses that require 2047-encoding. 2020-04-28 16:04:56 -07:00
rfc2231.c Add comments to the 2231 decode blocks. 2021-05-01 14:18:47 -07:00
rfc2231.h Write rfc2231 parameter continuations for long parameters. 2019-05-02 18:02:27 -07:00
rfc3676.c Factor out stuff/unstuff routines for attachment handling. 2020-07-10 14:26:22 -07:00
rfc3676.h Factor out stuff/unstuff routines for attachment handling. 2020-07-10 14:26:22 -07:00
safe_asprintf.c Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
score.c Reset header color after mutt_set_flag(). 2022-11-21 12:44:18 -08:00
send.c Allow Fcc'ing to IMAP in batch mode. 2022-10-13 13:25:51 -07:00
send.h Update source file copyright lines based on commit history. 2022-01-27 13:06:26 -08:00
sendlib.c Remove "." from MimeSpecials (RFC2045 tspecials). 2024-12-02 11:34:24 +08:00
setenv.c Clean up code indentation. 2019-01-04 13:59:27 -08:00
sha1.c Add config.h to the top of every C file that could possibly want it. 2005-02-03 17:01:42 +00:00
sha1.h Fix uint32_t portability problem. Reported by Steve Kennedy. 2004-08-08 10:48:39 +00:00
sidebar.c Update copyright notices. 2023-03-13 18:24:31 -07:00
sidebar.h Change sidebar to consistently use realpath for context and buffy comparison. 2016-06-23 12:38:07 -07:00
signal.c Reset SIGPIPE signal handler in child process before exec(). 2021-06-18 15:13:16 -07:00
smime_keys.pl Update smime_keys.pl 2023-07-18 19:03:05 +00:00
smime.c Fix strlen() assigns to be of type size_t where obvious. 2022-04-12 11:07:34 -07:00
smime.h Create crypt glue cleanup method. 2020-03-31 16:19:00 -07:00
smtp.c Fix smtp client to respect $use_envelope_from option. 2024-03-09 18:01:11 +08:00
sort.c Don't use subtraction for qsort numeric value comparisons. 2021-09-23 14:58:54 -07:00
sort.h Merge branch 'stable' 2021-08-24 12:50:53 -07:00
status.c Improve the statusbar modified flag for $maildir_trash. 2021-12-03 11:13:19 -08:00
strcasecmp.c Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
strcasestr.c Remove always true conditional (#if 1) 2020-08-26 12:37:36 -07:00
strdup.c Remove trailing whitespace. 2018-12-31 16:06:53 -08:00
strsep.c Add glibc implementation of strsep() in case a system misses it. Closes . 2007-11-20 08:45:40 +00:00
strtok_r.c Replace strtok_r when it's not available. The implementation comes 2008-04-09 15:57:51 -07:00
system.c Reset SIGPIPE signal handler in child process before exec(). 2021-06-18 15:13:16 -07:00
thread.c Fix <collapse-all> behavior for sort=reverse-threads. 2023-04-14 19:55:52 -07:00
TODO Corrected various spelling mistakes (most of them reported by codespell). 2015-01-26 13:07:25 +01:00
txt2c.c Clean up code indentation. 2019-01-04 13:59:27 -08:00
txt2c.sh refactor: update shell scripts for shellcheck warnings 2020-08-25 19:59:54 -07:00
UPDATING Update UPDATING file for 2.2.13 release. 2024-03-09 18:24:58 +08:00
url.c Change mailto_allow to be exact match only. 2022-02-06 11:15:51 -08:00
url.h Add mutt_buffer_expand_path(). 2019-03-11 10:24:22 +08:00
utf8.c Clean up code indentation. 2019-01-04 13:59:27 -08:00
VERSION automatic post-release commit for mutt-2.2.13 2024-03-09 18:29:03 +08:00
version.sh version.sh: fix robustness on git failure 2022-07-28 12:56:28 -07:00
wcscasecmp.c Add wcscasecmp() compatibility function (for OS X) 2009-03-15 16:44:11 +01:00
wcwidth.c Clean up formatting. 2019-01-04 19:50:16 -08:00

When updating mutt from an earlier release or from Git, please
make sure to read the compatibility notes in ``UPDATING''.

Installation instructions are detailed in ``INSTALL''. The user manual
is in doc/manual.txt. GnuPG users should use the sample configuration in
contrib/gpg.rc.

Before you start hacking on mutt, read doc/devel-notes.txt.  Before
applying patches to mutt, read doc/applying-patches.txt.  Please,
read these files, as they will save you from asking FAQs.

For more information, see the Mutt home page:

 http://www.mutt.org/

The primary distribution points for Mutt is:

 ftp://ftp.mutt.org/pub/mutt

A list of mirror sites can be found under
<http://www.mutt.org/download.html>.