klartext

Results 58 comments of klartext

``` $ opam pin add https://github.com/pqwy/unmark [unmark] downloaded from https://github.com/pqwy/unmark [ERROR] Could not retrieve Unknown archive type: /tmp/opam-4410-9b8556/unmark $ ```

The first one is a fast helper, which might make sense, even though I would like to have the possibility to provide a format string. My workaround I used, was...

A "\n" at the end would also not be too bad... but maybe format strings would be the best option.

> > (Removing globals might be worth some effort. in general in neomutt...) > > Yes and no. There are still lots to eliminate, but `MuttLogger` needs to be global....

> Sample code > > ```c > struct Buffer buf = mutt_buffer_make(256); > mutt_buffer_strcpy(&buf, "hello %d world\n"); > mutt_debug_buffer(LL_DEBUG1, &buf, 42); > mutt_buffer_dealloc(&buf); > ``` OK, nice. Thanks for the...

There seem to be at least some of the broken-down functions: mutt_message_hook(), mutt_startup_shutdown_hook()?! But they will not be called. And it looks like this has been work in progress and...

The function is long... I need a larger screen for it... but I doubt to find one, that is large enough ;-) Printed with 6-point font, the file would need...

The variable names are not realy telling: ```mutt_parse_hook(struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err)``` I think ```err``` and ```data``` are ok (even though a comment on...