Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
debian-specific/neomuttrc.patch | Some changes to the official documentation for neomutt.rc. =================================================================== |
no | ||||
debian-specific/use_usr_bin_editor.patch | use_usr_bin_editor Even if EDITOR is not set, mutt will always use /usr/bin/editor (which is set by update-alternatives), rather than falling back to vi. |
Antonio Radici <antonio@debian.org> | no | 2014-02-27 | ||
debian-specific/document_debian_defaults.patch | document_debian_defaults Some customization of the option which are straying from the default only on Debian systems. |
Antonio Radici <antonio@debian.org> | no | 2014-02-27 | ||
misc/smime.rc.patch | smime.rc Add CA's provided by ca-certificates to the ones distributed by the default installation of Mutt. =================================================================== |
Antonio Radici <antonio@debian.org> | no | 2015-09-15 | ||
upstream/981306-mime-forwarding.patch | [PATCH] fix mime forwarding When libsend's was converted to use the config system, rather than global variables, a typo was introduced. |
Richard Russon <rich@flatcap.org> | no | 2021-01-28 | ||
upstream/redraw-on-sigwinch.patch | clear the message window on SIGWINCH (#2756) When the terminal is resized (or the font-size is changed), the screen must be redrawn. This *used* to involve clearing the entire screen. Soon, it will be delegated to individual windows to refresh themselves. In the mean time, forcibly clear the MessageWindow. |
Richard Russon <rich@flatcap.org> | no | https://github.com/neomutt/neomutt/commit/88f0b0572da9414550608054e960fd00b8d6b939 | 2020-12-07 | |
upstream/CVE-2021-32055.patch | [PATCH] Fix seqset iterator when it ends in a comma If the seqset ended with a comma, the substr_end marker would be just before the trailing nul. In the next call, the loop to skip the marker would iterate right past the end of string too. The fix is simple: place the substr_end marker and skip past it immediately. |
Kevin McCarthy <kevin@8t8.us> | no | 2021-05-03 |