Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: runetek on October 09, 2013, 11:31:30 AM

Title: Wrapped lines
Post by: runetek on October 09, 2013, 11:31:30 AM
Dear Roundcube users,
I like this webmail, but I have one big problem with it and can't figure how to fix.

The problem is that when I write and send new message, the email and it's lines are wrapped on 79 and then there is End Of Line. So when you read this email on another webmail or a program with wider window, it's almost unreadable.

I tried to increase this value in config/main.inc.php and I increased the value on line e.g. $rcmail_config['line_length'] = 200;  - but no help.

Please, can you help me or point to the right page where it's resolved?

Thank you!
Milo
Title: Re: Wrapped lines
Post by: JohnDoh on October 09, 2013, 12:20:31 PM
Sounds like you are sending plain text emails (these have a fixed line length) and you want to send HTML emails (which you can format).

See http://docs.roundcube.net/doc/help/0.9/en_US/mail/compose.html#composing-formatted-html-messages and this for how to set it in your settings for every message you write http://docs.roundcube.net/doc/help/0.9/en_US/settings/preferences.html#composing-messages
Title: Re: Wrapped lines
Post by: runetek on October 10, 2013, 01:55:06 AM
JohnDoh: Writting in HTML helped... Thank you very much!
Milo