Discussion:
[bug-mailutils] Not one single debugging example
積丹尼 Dan Jacobson
2018-10-04 07:33:10 UTC
Permalink
No matter (info "(mailutils) debugging") nor man mail,
there is not one single example to get the user started.

Sure, there is tons of documentation. But not one single example.

So, after

--debug-level=LEVEL
set Mailutils debugging level

please add:

Example:
--debug-level=ALL (?)

Turn on all debugging output.

At least tell the user how to turn on ALL. Thanks.
Sergey Poznyakoff
2018-10-04 10:34:14 UTC
Permalink
Post by 積丹尼 Dan Jacobson
Sure, there is tons of documentation. But not one single example.
Yes, unfortunately. However, it is described in detail here:

http://mailutils.org/wiki/Debug_level

If and when I have sufficient time, I'll transfer it to the docs. Until
then, any help is appreciated.

Regards,
Sergey
積丹尼 Dan Jacobson
2018-10-04 11:14:05 UTC
Permalink
SP> http://mailutils.org/wiki/Debug_level

Actually that seems already in e.g., (info "(mailutils) Level Syntax")
Where we read:

Additionally, a comma-separated list of level specifications is allowed after the dot. For example, the following
specification:

acl.prot,!=trace9,!trace2

Which I would write like e.g.,
--debug-level='mailbox.prot,!trace9'
so the user sees where it is supposed to go.
Sergey Poznyakoff
2018-10-04 14:22:01 UTC
Permalink
Post by 積丹尼 Dan Jacobson
Which I would write like e.g.,
--debug-level='mailbox.prot,!trace9'
so the user sees where it is supposed to go.
This is reasonable, indeed. Thanks for the suggestion.

Regards,
Sergey

Loading...