From: martin f. krafft Date: Wed, 24 Mar 2010 20:16:33 +0000 (+0100) Subject: add utf-8 coding header X-Git-Url: https://git.madduck.net/etc/offlineimap.git/commitdiff_plain/2e8f8dc9be6b854bb0b6704cd4f2456ac7fea2a1 add utf-8 coding header --- diff --git a/.offlineimap/helper.py b/.offlineimap/helper.py index 7719a8c..822a835 100644 --- a/.offlineimap/helper.py +++ b/.offlineimap/helper.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + def py_foldersort_seamus(x, y): prioritised = ('outgoing','resubmit','drafts','inbox','phd','ul','debian','sudetia','admin','retrain') deprioritised = ('discard','spam','store','spool')