Changeset 11:078c7b030cee in mailjam for postman/config.py
- Timestamp:
- May 20, 2012, 10:02:10 AM (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postman/config.py
r9 r11 1 1 # -*- coding: utf-8 -*- 2 3 """ 4 The postman project - config.py 5 6 This file is released under the BSD license, see LICENSE for 7 more information. 8 9 Francisco de Borja Lopez Rio - <borja@codigo23.net> 10 Soluciones Informaticas Codigo23 S.L.U. - http://codigo23.net 11 """ 2 12 3 13 import os … … 43 53 return config 44 54 45 46 # The default path for storage files47 storage_path = os.path.join(os.path.dirname(__file__), 'storage')48 49 # The default path for the archives50 archive_path = os.path.join(os.path.dirname(__file__), 'archives')51 52 # Set to True to set that, by default, only emails from members53 # will go into the list54 private_mailing = True
Note:
See TracChangeset
for help on using the changeset viewer.