Roundcube Community Forum

 

Wrapped lines

Started by runetek, October 09, 2013, 11:31:30 AM

Previous topic - Next topic

runetek

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

JohnDoh

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
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

runetek

JohnDoh: Writting in HTML helped... Thank you very much!
Milo