neomutt icon indicating copy to clipboard operation
neomutt copied to clipboard

✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat

Results 350 neomutt issues
Sort by recently updated
recently updated
newest added

* **What does this PR do?** Replaces the `AliasList` data structure (based on `TAILQ_HEAD` linked list) with `AliasArray` (based on `ARRAY_HEAD` dynamic array) throughout the alias module. This modernizes the...

* **What does this PR do?** Demonstrates adding a new field to `struct Email` and exposing it through the expando system for `$index_format`. **Implementation:** - Added `custom_priority` integer field to...

Currently there is only ` compose_confirm_detach_first`, which is set to a sensible default of `yes`. (I don't know why or if anyone would ever like to change this, but that's...

type:discuss
type:enhancement

## NeoMutt Version ``` NeoMutt 20250905 Copyright (C) 2015-2025 Richard Russon and friends NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type 'neomutt -vv'. NeoMutt is free software, and you...

type:bug

## NeoMutt Version ``` NeoMutt 20250905-17-0ff430-dirty Copyright (C) 2015-2025 Richard Russon and friends NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type 'neomutt -vv'. NeoMutt is free software, and you...

type:bug

When NeoMutt copies a message between folders, it might add additional headers, e.g., Content-Length. In doing so, it terminates lines with a LF character, no matter whether the existing header...

bug:confirmed

- Add MsgOpenFlags to differentiate fetch requirements - Modify mx_msg_open and related functions to accept flags - For header patterns, fetch only BODY.PEEK[HEADER] on IMAP - For body or whole...

## What would you like to be able to do? It would be really nice if we could assign colors to custom columns : ``` index-format-hook encrypted "~p" "" #...

type:discuss
type:enhancement

The manual indicates that it is possible to use '^' as a symbol dynamically referring to the currently open mailbox. It appears that it does not work for user variables....

type:bug

## bug reports * Expected behavior don't ask for gpg passphrase, because acctually I don't setup a passphrase on my key. * Actual behavior It does asked for passphrase while...