From e7811186e24d082eb2b10efacb3002c08f76fa9f Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 21 Apr 2010 18:04:46 +0200 Subject: [PATCH] zine -> flask --- website/sync-librelist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/sync-librelist.py b/website/sync-librelist.py index 04dbe33d..606a4729 100644 --- a/website/sync-librelist.py +++ b/website/sync-librelist.py @@ -27,9 +27,9 @@ from werkzeug import Headers, parse_date INCOMING_MAIL_FOLDER = '_mailinglist/incoming' THREAD_FOLDER = '_mailinglist/threads' -LIST_NAME = 'zine' +LIST_NAME = 'flask' RSYNC_PATH = 'librelist.com::json/%s' -SUBJECT_PREFIX = '[zine]' +SUBJECT_PREFIX = '[flask]' _punctuation_re = re.compile(r'[\t !"#$%&\'()*\-/<=>?@\[\\\]^_`{|},.:]+')