Favorite Terminal Applications - BSD
Users browsing this thread: 2 Guest(s)
|
|||
(14-07-2020, 08:02 AM)phillbush Wrote:(14-07-2020, 07:53 AM)z3bra Wrote: I'm curious to know why you consider "nq" as a mail client ? It's more of a tool like at(1) or crond(8), than an MUA. Ah, that's what I though :) I use mblaze for cleaning my inbox, but still use mutt to manage and read mails, this is much more convenient. Threading is a bit complex to do, for example to bring the full thread back in your inbox when you receive a new message. Here's my digthread script for it for example: Code: #!/bin/sh A bit complex, but it works :) And at list, you can do it. It is much more simple to do with mu though: Code: mu find -t m:/inbox My main issue with "mu" is its query system which I could never get right on first try. Plus the escaping is odd… I prefer mblaze regarding that, and I'm slowly switching away from mu. All that remains is my "mailsearch" script, which symlinks the result of the search is a directory, so you can browse the result within mutt. I couldn't replicate this with mblaze yet, as it usually works in a pipeline, and require different tools/mutliple piping to find your result. |
|||