Subversion Repositories DevTools

Rev

Rev 1311 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1311 Rev 1327
Line 347... Line 347...
347
# settings.
347
# settings.
348
$email_send_options = 
348
$email_send_options = 
349
    {
349
    {
350
    comments_sent_to_topic_author => 0,
350
    comments_sent_to_topic_author => 0,
351
    comments_sent_to_commenter => 0,
351
    comments_sent_to_commenter => 0,
352
    topic_state_change_sent_to_reviewers => 1 
352
    topic_state_change_sent_to_reviewers => 1,
353
    default_from_domain => 'vixtechnology.com', 
353
    default_from_domain => 'vixtechnology.com', 
354
    };
354
    };
355
 
355
 
356
# Default width of tabs.  Most developers expect this to be 8, but
356
# Default width of tabs.  Most developers expect this to be 8, but
357
# some expect to see 4.  This is also stored in the user's cookie, and
357
# some expect to see 4.  This is also stored in the user's cookie, and