zine -> flask
This commit is contained in:
parent
ca2d32a700
commit
e7811186e2
1 changed files with 2 additions and 2 deletions
|
|
@ -27,9 +27,9 @@ from werkzeug import Headers, parse_date
|
||||||
|
|
||||||
INCOMING_MAIL_FOLDER = '_mailinglist/incoming'
|
INCOMING_MAIL_FOLDER = '_mailinglist/incoming'
|
||||||
THREAD_FOLDER = '_mailinglist/threads'
|
THREAD_FOLDER = '_mailinglist/threads'
|
||||||
LIST_NAME = 'zine'
|
LIST_NAME = 'flask'
|
||||||
RSYNC_PATH = 'librelist.com::json/%s'
|
RSYNC_PATH = 'librelist.com::json/%s'
|
||||||
SUBJECT_PREFIX = '[zine]'
|
SUBJECT_PREFIX = '[flask]'
|
||||||
|
|
||||||
|
|
||||||
_punctuation_re = re.compile(r'[\t !"#$%&\'()*\-/<=>?@\[\\\]^_`{|},.:]+')
|
_punctuation_re = re.compile(r'[\t !"#$%&\'()*\-/<=>?@\[\\\]^_`{|},.:]+')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue