Jakub Jindra

Results 17 comments of Jakub Jindra

I haven't compared the solutions listed. There's one should be working fine, although I'm not using it. Here's a solution I've created and another user improved beyond that in similar...

@nickwynja I have the same setup as you do. Perhaps I'm using a different function than you do. The trick is in `modify-tags-then-hide` This is my bindings to archive a...

ah, understood. I'm afraid that only reopening the current mailbox is currently the only way. Sometimes I need to do this also. For this case I have some bindings for...

unfortunately it's not. ! refers to spoolfile (usually inbox). But having a special character to represent current folder sounds like a good idea to me. Let's wait for @flatcap, what...

There's one more occurrence of `mutt_parse_hook` in the code in init.c inside `mutt_get_hook_type()`. The function is called inside `mutt_parse_unhook()`. I don't fully understand what I'm supposed to do here. https://github.com/neomutt/neomutt/blob/f84c4c4e39dc16248037a177265d2a2725ad3585/init.c#L695-L707...

Selecting address from external addressbook works also – see https://github.com/neomutt/neomutt/issues/3#issuecomment-490706985 Doesn't apply for aliases.

Perhaps one more enhancement. add `-m` fzf option to enable selection of multiple files with Tab, while loop to read all selected files and get rid of the condition which...

I know what's going on, but I don't know yet how to prevent it happening. If you remove and try to attach a single file with spaces in filename: `/tmp/File...

I think I don't observe the bug also. It seems this issue is a duplicate of #2091. I'm mentioning it here so both could be closed at once.

@marvinwankersteen: How about importing the certificates authorities into gpgsm database and keep using gpgme instead of legacy smime_*? ```bash gpgsm --import /etc/ssl/certs/ca-certificates.crt ```