Yes, Armory will not show you any tx that don't satisfy "isFinal()" conditions. A transaction is considered not final if:
(1) Locktime+OneDay is in the future
(2) Any TxIns have non-0xFFFFFFFF sequence numbers
Why is one day added to the locktime? Because I was being ultra-conservative, and wasn't 100% positive that I was handling the timezones correctly (which would open up an attack vector to pay someone using Armory then retract it). Therefore it should show up by tomorrow.
I would've been smarter about it, but I didn't have the patience to go hand-craft some transactions and mess with my locale to test the timezones, just to handle a case that 99.99% of users will never hit. Congrats on being in the top 0.01%
So, it will appear tomorrow in my transaction list instantly with however many confirmations it has 'n all that?
Personally, I feel a single confirmation should overrule it all, shouldn't it? My understanding is if it's got a single confirmation, and, that block isn't invalidated/orphaned, then, that transaction can't be taken back, or, am I misunderstanding?