Pietro Cerutti

Results 229 comments of Pietro Cerutti

This also happens with local packages from file: ```sh # ls glib-2.66.7,1.txz glib-2.66.7,1.txz # pkg lock glib glib-2.66.7,1: lock this package? [y/N]: y Locking glib-2.66.7,1 # pkg install glib-2.66.7,1.txz Updating...

pkg gets into an infinite recursion: ``` #0 pkg_jobs_universe_process_deps (universe=0x8016a9020, pkg=0x800faf200, flags=0) at pkg_jobs_universe.c:239 #1 0x00000000004c275a in pkg_jobs_universe_process_item (universe=0x8016a9020, pkg=0x800faf200, result=0x7fffffffdd50) at pkg_jobs_universe.c:615 #2 0x00000000004c3075 in pkg_jobs_universe_process_deps (universe=0x8016a9020, pkg=0x800fae400, flags=2)...

Here's the debug output: https://people.freebsd.org/~gahr/pkg-issue-1454.txt

This is making the work of downstream packagers very difficult. In the release notes you mention > Why the big breaking change caused by replacing catch.hpp with catch_all.hpp? The convenience...

> * I provide my own catch.hpp -> catch_all.hpp as a fallback Which won't work, as `catch_all.hpp` doesn't provide everything the old `catch.hpp` did. E.g., it doesn't include `iostream` and...

The `pager` setting controls the command to be use to page (view) the message. It defaults to `builtin`, which means use the built-in pager in NeoMutt. Not sure if that...

Oh, I got the question now. Perhaps we could look into using the `compose` field of mailcap when looking up a mailcap entry to use for reply. Currently, we only...

I can't repro this. I see the long line being correctly `>`-quoted and `>` is only at the beginning of the line. Can you provide a minimal neomuttrc file and...

Thanks, let me have a look.

I actually implemented it as rotating files, like the debug dumps