Author Topic: Cant reply and compose new mail  (Read 3559 times)

Offline ashmandin

  • Newbie
  • *
  • Posts: 1
Cant reply and compose new mail
« on: November 20, 2016, 09:51:04 PM »
Hi guys,

My account cant reply to anyone and cant compose too  :'( :'( :'(
As long as i can remember, I had only changed the preferences settings.

Is any reset which can make my account back to normal?
Please someone help me?  :'( :'( :'( :'( :'(

Offline heinrichmartin

  • Newbie
  • *
  • Posts: 3
Re: Cant reply and compose new mail
« Reply #1 on: January 11, 2017, 07:25:27 AM »
All,
this is what happened to me today. Is there any reference around already?

My provider updated to RC 1.2.3 a week ago. Today, I successfully composed emails and suddenly the composer started to redirect to the previous page.
I created an issue on github: https://github.com/roundcube/roundcubemail/issues/5593

Can anyone help?
TIA
Martin

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Cant reply and compose new mail
« Reply #2 on: January 11, 2017, 09:55:53 AM »
Please contact your provider.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline heinrichmartin

  • Newbie
  • *
  • Posts: 3
Re: Cant reply and compose new mail
« Reply #3 on: January 12, 2017, 08:52:57 AM »
Please contact your provider.
I did.

Are developers reading this forum? While the odd behavior was reproducible, the following JS code was executed (see my issue on github):
Code: [Select]
if (this.env.action == 'compose') { if (opener_rc && opener_rc.env.action == 'compose') { setTimeout(function(){ opener.history.back(); }, 100); } } // stripped some code including the call to init_messageform()
It looks like the "compose in new window" setting wass partly enabled. It does not open a new window, but does the cleanup in the original window. If this is a rare and volatile bug, then someone might be interested.