~sakuag333/mailman/lmtp-duplicate-id

« back to all changes in this revision

Viewing changes to src/mailman/config/schema.cfg

  • Committer: Barry Warsaw
  • Date: 2012-12-25 20:44:40 UTC
  • mfrom: (7189.2.2 3.0)
  • Revision ID: barry@list.org-20121225204440-f2yet4vpbwv0thx7
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
577
577
class: mailman.archiving.prototype.Prototype
578
578
 
579
579
 
580
 
[styles]
581
 
# Python import paths inside which components are searched for which implement
582
 
# the IStyle interface.  Use one path per line.
583
 
paths:
584
 
    mailman.styles
 
580
[style.master]
 
581
# The style's priority, with 0 being the lowest priority.
 
582
priority: 0
585
583
 
586
 
# The default style to apply if nothing else was requested.  The value is the
587
 
# name of an existing style.  If no such style exists, no style will be
588
 
# applied.
589
 
default: legacy-default
 
584
# The class implementing the IStyle interface, which applies the style.
 
585
class: mailman.styles.default.DefaultStyle
590
586
 
591
587
 
592
588
[digests]