Author Topic: Default Font in Email Composer?  (Read 6162 times)

Offline ZAPnDUSTER

  • Jr. Member
  • **
  • Posts: 12
Default Font in Email Composer?
« on: October 18, 2008, 09:44:43 AM »
Hello,

how can I change the default font within the Email Composer to e.g. Verdana 11pt?

I want all emails sent from me in that font style and size... how to change that?

Thanks

Offline ZAPnDUSTER

  • Jr. Member
  • **
  • Posts: 12
Re: Default Font in Email Composer?
« Reply #1 on: April 16, 2012, 08:33:58 AM »
Hello,

eagerly I read the changelog of Roundcube 0.8, which states:
Quote
Add option to set default font for HTML message (#1484137)
http://trac.roundcube.net/ticket/1484137

This is the option which can be set in main.inc.php or via Web UI.
Code: [Select]
// Default font for composed HTML message.
// Supported values: Andale Mono, Arial, Arial Black, Book Antiqua, Courier New,
// Georgia, Helvetica, Impact, Tahoma, Terminal, Times New Roman, Trebuchet MS, Verdana
$rcmail_config['default_font'] = 'Arial';

I tested it and it seems to change the font displayed when creating a new email. The default font for sent messages is not set, which means for the recipient the displayed font isn't touched.

So the setting doesn't affect the font of sent emails?

Thanks,


Offline oldschool

  • Sr. Member
  • ****
  • Posts: 406
Re: Default Font in Email Composer?
« Reply #2 on: April 17, 2012, 05:15:50 PM »
To make a long answer short:
The font definition makes only sense when using html-emails.
If so, then you could use your own html-template which uses "your" (choosen) font.


Rgds.

Offline ZAPnDUSTER

  • Jr. Member
  • **
  • Posts: 12
Re: Default Font in Email Composer?
« Reply #3 on: April 18, 2012, 05:03:48 PM »
Yes, I am talking about HTML-emails. Where are that HTML-templates for roundcube placed?
Thanks

Offline oldschool

  • Sr. Member
  • ****
  • Posts: 406
Re: Default Font in Email Composer?
« Reply #4 on: April 20, 2012, 12:58:08 PM »
Yes, I am talking about HTML-emails. Where are that HTML-templates for roundcube placed?
Thanks

You could make a html-template with any html editor and save this as template at any place inside rc you want...


Rgds.