jasimcse / fsnet

Automatically exported from code.google.com/p/fsnet
0 stars 0 forks source link

Deleting messages #251

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.Send a message to YourSelf

2.Check your inbox. (messages you've received)
There is the message you sent to yourself

3.Check your outbox. (messages you sent)
There is the message you sent to yourself

4.Go to your inbox. (message you've received)
5.Check the checkbox on the left of the message you just sent to yourself.
6.Click on the button DELETE.
So you've just deleted the message you've received.
7.Go to the outbox. (message you sent)

TADA !! It's also gone.

What is the expected output? What do you see instead?
Expected : If I decide to delete a message from my inbox, I don't want to 
delete it from my outbox.

Current Result: I'm scared of the evil DELETE button, the message has been 
deleted from the inbox (as expected), but also from the outbox.

What version of the product are you using?
fsnet-0.7.0-SNAPSHOT

Please provide any additional information below.
Yes it's kind of wierd to send a message to myself, but if i just want to 
remember something important, like a task I've to do a litle bit later, it can 
be useful.

Original issue reported on code.google.com by tahar.ba...@gmail.com on 14 Feb 2011 at 7:40

GoogleCodeExporter commented 9 years ago
This is normal because the message sent and received by the same person has the 
same id, I do not think it necessary to treat them separately.

Original comment by lyamen.m...@gmail.com on 14 Feb 2011 at 10:39

GoogleCodeExporter commented 9 years ago
I am not sure it is so normal. The delete button should delete the message only 
if it does not appears elsewhere. This is a real bug.

Original comment by daniel.l...@gmail.com on 9 Mar 2011 at 8:34

GoogleCodeExporter commented 9 years ago
Bug is now fixed, you can send a message to yourself and delete it from only 
inbox or outbox. 
Obviously you can delete the message from both.

Original comment by alan.del...@gmail.com on 4 Feb 2013 at 12:32