Changeset 2:108a82defd3e in mailjam for postman/config.py
- Timestamp:
- May 15, 2012, 2:29:03 AM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postman/config.py
r1 r2 4 4 5 5 # The default path for storage files 6 storage_path = os.path.join(os.path.dirname(__file__), 'db') 6 storage_path = os.path.join(os.path.dirname(__file__), 'storage') 7 8 # The default path for the archives 9 archive_path = os.path.join(os.path.dirname(__file__), 'archives') 7 10 8 11 # Set to True to set that, by default, only emails from members
Note:
See TracChangeset
for help on using the changeset viewer.