Changeset 4d97074 in github


Ignore:
Timestamp:
Aug 7, 2009 12:13:35 PM (4 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
2a34eb9
Parents:
c7a2e84
Message:

Little config improvements

Location:
config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    re54bb72 r4d97074  
    174174 
    175175// add this user-agent to message headers when sending 
    176 $rcmail_config['useragent'] = 'RoundCube Webmail/0.3-beta'; 
     176$rcmail_config['useragent'] = 'RoundCube Webmail/'.RCMAIL_VERSION; 
    177177 
    178178// use this name to compose page titles 
  • config/mimetypes.php

    r65ce3d2 r4d97074  
    4242  'xps' => 'application/vnd.ms-xpsdocument', 
    4343  'rar' => 'application/x-rar-compressed', 
     44  'vcf' => 'text/vcard', 
    4445); 
    4546 
Note: See TracChangeset for help on using the changeset viewer.