X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/af586ebe59b73c23b2291624ab0015913c5a3687..da0f112f05d57488a7c7f1fcf6a696696d7df385:/test/format/test-mymbox diff --git a/test/format/test-mymbox b/test/format/test-mymbox index 786d9435..040390c9 100755 --- a/test/format/test-mymbox +++ b/test/format/test-mymbox @@ -41,4 +41,11 @@ run_test "echo `${MH_LIB_DIR}/ap -format '%(mymbox{text})' "${myname}"`" \ output=`${MH_LIB_DIR}/ap -format '%(mymbox{text})' "${user}@${host}"` run_test "echo $output" 0 "Local-mailbox overriding user@host test" +# Add an Alternate-Mailbox. This caused ismymbox() to lose the +# Local-Mailbox, Bug #36635: -nocc me doesn't account for +# Alternate-Mailboxes. +printf 'Alternate-Mailboxes: user@example.com\n' >> $MH +run_test "echo `${MH_LIB_DIR}/ap -format '%(mymbox{text})' "${myname}"`" \ + 1 "Local-Mailbox with Alternate-Mailbox test" + exit $failed