Refactored config a bit
This commit is contained in:
parent
0ab7a9cb67
commit
63cb27afb8
3 changed files with 14 additions and 13 deletions
|
|
@ -23,13 +23,8 @@ from subprocess import Popen
|
|||
|
||||
from flask import json
|
||||
from werkzeug import Headers, parse_date
|
||||
|
||||
|
||||
INCOMING_MAIL_FOLDER = '_mailinglist/incoming'
|
||||
THREAD_FOLDER = '_mailinglist/threads'
|
||||
LIST_NAME = 'flask'
|
||||
RSYNC_PATH = 'librelist.com::json/%s'
|
||||
SUBJECT_PREFIX = '[flask]'
|
||||
from websiteconfig import INCOMING_MAIL_FOLDER, THREAD_FOLDER, \
|
||||
LIST_NAME, RSYNC_PATH, SUBJECT_PREFIX
|
||||
|
||||
|
||||
_punctuation_re = re.compile(r'[\t !"#$%&\'()*\-/<=>?@\[\\\]^_`{|},.:]+')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue