summaryrefslogtreecommitdiff
path: root/.config/maildirproc
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-18 13:53:15 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-18 13:53:15 -0400
commit8302a0fd388ec5decb2900780d52fd696f03f189 (patch)
treec431739a50681fef302cbd2ae56454c15a55fc11 /.config/maildirproc
parent8c59f8591a23a4a6e3965c3376dcd4d9b110ed5b (diff)
maildirproc: fix indents
Diffstat (limited to '.config/maildirproc')
-rw-r--r--.config/maildirproc/att.rc2
-rw-r--r--.config/maildirproc/purdue.rc6
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/maildirproc/att.rc b/.config/maildirproc/att.rc
index 2bfc002..ac70c8a 100644
--- a/.config/maildirproc/att.rc
+++ b/.config/maildirproc/att.rc
@@ -1,4 +1,4 @@
-# -*- mode: python; -*-
+# -*- mode: python; indent-tabs-mode: t -*-
import os
import subprocess
diff --git a/.config/maildirproc/purdue.rc b/.config/maildirproc/purdue.rc
index 0199c30..45c031d 100644
--- a/.config/maildirproc/purdue.rc
+++ b/.config/maildirproc/purdue.rc
@@ -1,4 +1,4 @@
-# -*- mode: python; -*-
+# -*- mode: python; indent-tabs-mode: t -*-
import os
import subprocess
@@ -32,8 +32,8 @@ def my_filters(mail):
# Generic stuff ########################################################
if (
- False
- or mail["Subject"].contains("[PASE]")
+ False
+ or mail["Subject"].contains("[PASE]")
or is_to_or_from(mail,"Purduealumni@purdue.edu")
or is_to_or_from(mail,"pase@purdue.edu")
):