Bug#991873: neomutt: Input fields are left when backspacing in position 0

2021-08-04 Thread Richard Russon
Hi Markus, set abort_backspace = no will stop this new feature. It was introduced to make the input field work more like vim's. > clear the To: field using backspace (or ^U) As you've discovered, many Readline commands are supported, for navigation, text clearing, etc: https://neomutt

Bug#857687: closed by Antonio Radici (Bug#857687: fixed in mutt 1.8.0-1)

2017-03-15 Thread Richard Russon
Hi Ivam > the problem with the password field is still present. Argh! Sorry, that's my fault. The release was good, but I messed up the diff somehow. I've regenerated the diff and uploaded it. https://github.com/neomutt/neomutt/releases/download/neomutt-20170306/neomutt-20170306.diff.gz sha25

Bug#857433: mutt: Garbage in chdir prompt due to unescaped string

2017-03-11 Thread Richard Russon
Hi Guillem, > I tracked it down to an unescaped string handling. > Attached a patch fixing the issue. Thanks for the bug report and thank you very much for the fix. I've tidied the surrounding code a little and tested your fix. You can follow its progress in the pull-request: https://github.

Bug#837982: mutt: sort order different in sidebar

2016-09-16 Thread Richard Russon
Hi Philipp, > The IMAP folders in the sidebar are ordered differently than those in the > browser (sorted alphanumerically, of course) Ah, good. A nice easy, entertaining bug :-) I've changed the Sidebar to "collate" the strings, rather than just "sort" them. This is what the browser does.

Bug#837045: mutt: wrong handling of symbol '>' in conditional expression

2016-09-08 Thread Richard Russon
Hi Andrey, Thanks for the bug report. > The problem is in part '%?M?<%M> ?'. Number of hidden messages in thread are > only shown it thread is collapsed, like this '<10>'. This is a known issue which comes from the "nested-if" patch. Mutt allows you to nest conditionals, but the syntax is very s

Bug#834903: mutt: No news server defined!

2016-08-20 Thread Richard Russon
Hi Kurt, > I regularly get to see this message: > No news server defined! That's from the NNTP patch. It mapped the 'i' key to look for news servers. > I never get that before, it started showing up recently. Debian recently adopted the NeoMutt patches and we're still ironing out some problems.

Bug#834818: mutt: Saving a mail into a compressed mbox deletes all existing mails in this mbox

2016-08-19 Thread Richard Russon
Hi Stephan, Thanks for the bug report. > Severity: critical > Justification: causes serious data loss I'm really sorry to hear that. > I had to restore the mbox from backup. I'm glad you had the backup. > It doesn’t matter if your mbox is compressed with xz or gzip. > I can always reproduce t

Bug#834408: mutt: segfault/crash on displaying attached message

2016-08-15 Thread Richard Russon
Hi Andreas, Thanks for the detailed bug report -- that's made it very quick to track down the problem. > mutt crashes when trying to display attached message. A quick test shows that this bug was introduced with the first version of NeoMutt, 6 months ago! The problem is caused by the "fmemopen"

Bug#834024: mutt: "double free or corruption" when closing a compressed mbox

2016-08-11 Thread Richard Russon
Hi Berto, Thanks for the bug report. > mutt is crashing with compressed mbox files. I think this is quite > recent since I use these often and I only noticed the crash now. Hmm... I fixed something like this recently. And, I can't reproduce it in the latest version. I saw a lot of version info,

Bug#832971: It is not possible to reset X-Labels

2016-07-30 Thread Richard Russon
Hi Klaus, I'm Rich/FlatCap -- Maintainer of NeoMutt. I've just tested the labels and they work for me. There seem to be a LOT of quotes in your config example. I've removed a few and everything works as expected: ifdef edit-label "macro index 'M0' '^U!' 'Clear priority (X-Label) of message'" I