Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#1487685 closed Bugs (fixed)

managesieve not showing multi line vacation text with lines ending with semicolon

Reported by: emilio@… Owned by:
Priority: 5 Milestone: 0.5.1
Component: Plugins Version: git-master
Severity: normal Keywords: managesieve
Cc:

Description

the roundcube (tested against current SVN revision, 4417) filter interface is not able to show multiline autoresponder text (it only shows an empty textarea);

it does work correctly if you put only one line for the text.

(note that in the actual sieve scripts the multiline text is labelled as "vacation text:" while the single line one is labbelled only "vacation")

Attachments (1)

semicolon-sieve (105 bytes) - added by emilio@… 2 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 2 years ago by alec

  • Component changed from User Interface to Plugins
  • Milestone changed from later to 0.6-beta

comment:2 Changed 2 years ago by alec

Works for me. Provide example script, please.

comment:3 Changed 2 years ago by emilio@…

ops,
I did some more test and I understand that I can see the problem only if one of the line end with a semicolon (;) char (and the text is multiline)...
...maybe a problem escaping the ";"?

in attach a sample of a script (created from the web interface) which does not show up in the textarea

Changed 2 years ago by emilio@…

comment:4 Changed 2 years ago by emilio@…

  • Summary changed from managesieve not showing multi line vacation text to managesieve not showing multi line vacation text with lines ending with semicolon

comment:5 Changed 2 years ago by alec

  • Milestone changed from 0.6-beta to 0.5.1
  • Resolution set to fixed
  • Status changed from new to closed

Works for me with r4423/svn change.

comment:6 Changed 2 years ago by emilio@…

hum... still bugged: now it shows the message only up to the first line ending with the semicolon, discarding everything after this :-( (ie, if you have something AFTER the semicolon you will not see it)

Last edited 2 years ago by emilio@… (previous) (diff)

comment:7 Changed 2 years ago by alec

  • Resolution fixed deleted
  • Status changed from closed to reopened

Right. I didn't check this precissely.

comment:8 Changed 2 years ago by alec

  • Resolution set to fixed
  • Status changed from reopened to closed

Fixed in r4447/svn

comment:9 Changed 2 years ago by emilio@…

confirm it's fixed! (thanks)

Note: See TracTickets for help on using tickets.