For anyone wanting to reclaim "coins sent, but still with 0 confirmations", without re-downloading the blockchain...
This should recover unconfirmed sent coins back into the available balance (on windows)...
1. Open the C2.0 wallet.... Help > Debug Window > Console > 'RepairWallet' >> Recovered amount will be displayed in output.
2. Close the C2.0 wallet...
3. Open the c2.0 wallet with "-rescan" parameter *
4. The recovered coins should now be included in the available balance.
* Shortcut Example
"C:\Coin2.0\coin2.0-qt.exe" -rescan
* CMD Example
cd c:\Coin2.0
coin2.0-qt.exe -rescan
Edit To Add:
As far as I know, this should work on any QT wallet.
I understand the first bit but don't understand how to reopen the wallet with the rescan parameter. Could anyone give me an idiot proof version?