Do not release old ref in refCurrentItem
* src/mail.cpp (Mail::refCurrentItem): Do not release existing ref.
This was stupid. Releasing the ref there could trigger
the unload and so lead to crashes.
Happliy the case that refCurrentItem was called multiple
times did only exist for close and the anyway instable
MAPI SubmitMessage codepath.