Roundcube Community Forum

Release Support => Pending Issues => Topic started by: gabrielt on May 24, 2014, 07:47:16 PM

Title: A previously composed but unsent message was found
Post by: gabrielt on May 24, 2014, 07:47:16 PM
Hi,

Using roundcube for a while now. After upgrading to 0.97 and now to the latest 1.01 version, I am having the following issue.

All users are getting random "A previously composed but unsent message was found" messages. I mean "random" because (1) the messages the error reports don't exist (they were sucessfully sent); (2) I can't find where Roundcube is pulling this data from (so, I can't debug this myself).

Please advise.

Thanks.
Title: Re: A previously composed but unsent message was found
Post by: JohnDoh on May 25, 2014, 02:55:15 AM
It could be this known issue http://trac.roundcube.net/ticket/1489818

Do you compose messages in a new window? Drafts are stored in the localStorage in your browser (https://en.wikipedia.org/wiki/Web_Storage)
Title: Re: A previously composed but unsent message was found
Post by: gabrielt on May 25, 2014, 06:10:44 PM
I see, with the old method this didn't happen, and the move to saving using the browser and not inside the server is causing this issue.

I use Chrome and I always compose on the same window.

What are the steps that need to be done to fix this issue? Cleaning the browser's cache?