nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Determining my draft folder

2017-02-18 08:22:53
Paul F wrote:

oh:  it looks like "mhparam -all -debug" might give everything.

This is kinda interesting.  -debug is currently ignored with -all.
It wasn't before commit 234c9cc4, which replaced a badly formatted
conditional statement with an else branch.  Instead, it could be
changed to be two separate conditional statements.  The diff is
below.  Any objection?

David


$ git diff 234c9cc4^ 234c9cc4
diff --git a/uip/mhparam.c b/uip/mhparam.c
index 19f418e..8384544 100644
--- a/uip/mhparam.c
+++ b/uip/mhparam.c
@@ -151 +151 @@ main(int argc, char **argv)
-    } if (debug) {
+    } else if (debug) {


_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>