Changeset 50f56d2 in github for config/main.inc.php.dist


Ignore:
Timestamp:
Nov 2, 2009 3:31:29 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
31ddb5e
Parents:
5852de64
Message:
File:
1 edited

Legend:

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

    rf5d61d84 r50f56d2  
    451451$rcmail_config['index_sort'] = TRUE; 
    452452 
     453// When replying place cursor above original message (top posting) 
     454$rcmail_config['top_posting'] = FALSE; 
     455 
     456// Show signature: 
     457// 0 - Always 
     458// 1 - Never 
     459// 2 - New messages only 
     460// 3 - Forwards, Edits and Replies only 
     461$rcmail_config['show_sig'] = 0; 
     462 
    453463// end of config file 
    454464?> 
Note: See TracChangeset for help on using the changeset viewer.