neomutt
neomutt copied to clipboard
✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat
## NeoMutt Version ``` NeoMutt 20220429 Copyright (C) 1996-2022 Michael R. Elkins and others. NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type 'neomutt -vv'. NeoMutt is free software, and...
This issue has been plaguing me for years and I can't take it anymore. When marking mails as read and deleting mails and syncing the deleted mails to the server...
## NeoMutt Version & relevant configuration file entry ### NeoMutt version ``` NeoMutt 20250510 Copyright (C) 2015-2025 Richard Russon et autres. NeoMutt ne fournit ABSOLUMENT AUCUNE GARANTIE ; pour les...
## NeoMutt Version ``` NeoMutt 20250510 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...
* **What does this PR do?** Cryptographically protect the Message-ID header field. * **Screenshots (if relevant)** * **Does this PR meet the acceptance criteria?** (This is just a reminder for...
The [ctype(3)](https://man.netbsd.org/ctype.3) functions only accept, per ANSI and POSIX, values representable as `unsigned char` and `EOF` (which is usually `-1`). NetBSD is especially picky about enforcing this. On NetBSD 10.99.14,...
Hi. I have installed neomutt from the Ubuntu 22.04 repository. But I cannot find how to setup reply to all key binding. The global-reply command is not found. What am...
I have about 4000 email messages in my main virtual folder, which uses notmuch to query email which is in a local Maildir which is periodically sync'ed with Gmail using...
Sometimes when my IMAP connection is timing out at nights the mail list become empty. I think this is not user-desirable behavior, as is feels confusing and slightly stressful as...
The rich text handler uses wide characters, but some file streams do not support fgetwc/ungetwc (e.g. streams created with fmemopen in glibc). The rich text handler now takes care of...