From: David Levine Date: Fri, 29 Jun 2012 01:59:23 +0000 (-0500) Subject: Fixed ismymbox() to look at Local-Mailbox as well as X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/b3c37ca5f7bd503f07787e1ac87c1af2ab37f5ba?hp=b3c37ca5f7bd503f07787e1ac87c1af2ab37f5ba Fixed ismymbox() to look at Local-Mailbox as well as Alternate-Mailboxes. The problem was that when an alternate mailbox was added to the list, the node for the local mailbox information was lost. Added check to test-mymbox. Added test-repl, because this is where it was first noticed. Also enhanced output with MHWDEBUG set to show the entire list, not just each alternate mailbox as it is added to the list. [Bug #36635]. ---