nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] Determining my draft folder


From: David Levine
Subject: Re: [Nmh-workers] Determining my draft folder
Date: Sat, 18 Feb 2017 09:22:32 -0500

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) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]