You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
I have recently seen a total failure happen in my email setup. I do not know exactly what the cause was, and it was hard to diagnose because my systemd setup (#10) didn't log anything to disk.
But even if it would log, I would like to have it a little more verbose. Right now I see this in my logs:
Even in --verbose --show-tags mode, I don't see the actual emails modified, which is strange because we do see those when running in --dry-mode (see #6 for that). The --verbose flag only adds the following lines:
which are fairly useless in a non-interactive context.
Would it be possible to show which mails were downloaded/uploaded/deleted in --verbose mode instead of --dry-run?
Also: I run notmuch new as a post-hook. Because I first notice the catastrophe through notmuch (which was slowly removing all the emails from its database), it would be tremendously helpful it the output from hooks was also shown instead of silencing them. For example here notmuch shows:
Processed 4 total files in almost no time.
Added 3 new messages to the database.
Would you welcome patches that would change at least that behavior?
Thanks!
The text was updated successfully, but these errors were encountered:
I have recently seen a total failure happen in my email setup. I do not know exactly what the cause was, and it was hard to diagnose because my systemd setup (#10) didn't log anything to disk.
But even if it would log, I would like to have it a little more verbose. Right now I see this in my logs:
Even in
--verbose --show-tags
mode, I don't see the actual emails modified, which is strange because we do see those when running in--dry-mode
(see #6 for that). The--verbose
flag only adds the following lines:which are fairly useless in a non-interactive context.
Would it be possible to show which mails were downloaded/uploaded/deleted in
--verbose
mode instead of--dry-run
?Also: I run
notmuch new
as a post-hook. Because I first notice the catastrophe through notmuch (which was slowly removing all the emails from its database), it would be tremendously helpful it the output from hooks was also shown instead of silencing them. For example here notmuch shows:Would you welcome patches that would change at least that behavior?
Thanks!
The text was updated successfully, but these errors were encountered: