Package: neomutt / 20250510+dfsg-2

Metadata

Package Version Patches format
neomutt 20250510+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian specific/neomuttrc.patch | (download)

docs/neomuttrc.head | 36 33 + 3 - 0 !
docs/neomuttrc.man.head | 4 2 + 2 - 0 !
2 files changed, 35 insertions(+), 5 deletions(-)

 neomuttrc

Some Debian specific changes to the official neomuttrc configuration.
debian specific/use_usr_bin_editor.patch | (download)

docs/config.c | 2 1 + 1 - 0 !
main.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 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.
debian specific/document_debian_defaults.patch | (download)

docs/config.c | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

 document_debian_defaults

Some customization of the options which are straying
from the default only on Debian systems.
upstream/fix groff C font.patch | (download)

docs/config.c | 418 209 + 209 - 0 !
docs/makedoc.c | 6 3 + 3 - 0 !
docs/neomuttrc.man.head | 14 7 + 7 - 0 !
3 files changed, 219 insertions(+), 219 deletions(-)

 docs: use roff's cr font instead of c (non-portable) for monospace
 fonts

C is a non-portable font. Use CR instead which is a "Regular constant
width font".